Lines 121-127
Link Here
|
121 |
<textarea name="config" id="config" class="required" cols="75" rows="10"></textarea> |
121 |
<textarea name="config" id="config" class="required" cols="75" rows="10"></textarea> |
122 |
<span class="required">Required</span> |
122 |
<span class="required">Required</span> |
123 |
<div class="hint" |
123 |
<div class="hint" |
124 |
>Provider's main configuration. <button class="more btn btn-light" data-target="config"><i class="fa fa-caret-down"></i> More</button></div |
124 |
>Provider's main configuration. <button class="more btn btn-light" data-target="config"><i class="fa fa-caret-down"></i> [% tp("Show more information", "More") | html %]</button></div |
125 |
> |
125 |
> |
126 |
<div class="hint more-config" style="display: none"> |
126 |
<div class="hint more-config" style="display: none"> |
127 |
<div>This configuration differs for each protocol.</div> |
127 |
<div>This configuration differs for each protocol.</div> |
Lines 136-142
Link Here
|
136 |
<textarea name="mapping" id="mapping" class="required" cols="75" rows="10"></textarea> |
136 |
<textarea name="mapping" id="mapping" class="required" cols="75" rows="10"></textarea> |
137 |
<span class="required">Required</span> |
137 |
<span class="required">Required</span> |
138 |
<div class="hint" |
138 |
<div class="hint" |
139 |
>Map provider's result to Koha patron's fields. <button class="more btn btn-light" data-target="mapping"><i class="fa fa-caret-down"></i> More</button></div |
139 |
>Map provider's result to Koha patron's fields. <button class="more btn btn-light" data-target="mapping"><i class="fa fa-caret-down"></i> [% tp("Show more information", "More") | html %]</button></div |
140 |
> |
140 |
> |
141 |
<div class="hint more-mapping" style="display: none"> |
141 |
<div class="hint more-mapping" style="display: none"> |
142 |
<div>It is recommended to add the default mapping, and then modify to suit this provider's response</div> |
142 |
<div>It is recommended to add the default mapping, and then modify to suit this provider's response</div> |
Lines 290-296
Link Here
|
290 |
<textarea name="config" id="config" class="required" cols="75" rows="10">[%- identity_provider.config | html -%]</textarea> |
290 |
<textarea name="config" id="config" class="required" cols="75" rows="10">[%- identity_provider.config | html -%]</textarea> |
291 |
<span class="required">Required</span> |
291 |
<span class="required">Required</span> |
292 |
<div class="hint" |
292 |
<div class="hint" |
293 |
>Provider's main configuration. <button class="more btn btn-light" data-target="config"><i class="fa fa-caret-down"></i> More</button></div |
293 |
>Provider's main configuration. <button class="more btn btn-light" data-target="config"><i class="fa fa-caret-down"></i> [% tp("Show more information", "More") | html %]</button></div |
294 |
> |
294 |
> |
295 |
<div class="hint more-config" style="display: none"> |
295 |
<div class="hint more-config" style="display: none"> |
296 |
<div>This configuration differs for each protocol.</div> |
296 |
<div>This configuration differs for each protocol.</div> |
Lines 305-311
Link Here
|
305 |
<textarea name="mapping" id="mapping" class="required" cols="75" rows="10">[%- identity_provider.mapping | html -%]</textarea> |
305 |
<textarea name="mapping" id="mapping" class="required" cols="75" rows="10">[%- identity_provider.mapping | html -%]</textarea> |
306 |
<span class="required">Required</span> |
306 |
<span class="required">Required</span> |
307 |
<div class="hint" |
307 |
<div class="hint" |
308 |
>Map provider's result to Koha patron's fields. <button class="more btn btn-light" data-target="mapping"><i class="fa fa-caret-down"></i> More</button></div |
308 |
>Map provider's result to Koha patron's fields. <button class="more btn btn-light" data-target="mapping"><i class="fa fa-caret-down"></i> [% tp("Show more information", "More") | html %]</button></div |
309 |
> |
309 |
> |
310 |
<div class="hint more-mapping" style="display: none"> |
310 |
<div class="hint more-mapping" style="display: none"> |
311 |
<div>It is recommended to add the default mapping, and then modify to suit this provider's response</div> |
311 |
<div>It is recommended to add the default mapping, and then modify to suit this provider's response</div> |
312 |
- |
|
|