View | Details | Raw Unified | Return to bug 32141
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt (-2 / +3 lines)
Lines 244-249 Link Here
244
            <input type="hidden" name="op" value="edit_save" />
244
            <input type="hidden" name="op" value="edit_save" />
245
            <input type="hidden" name="identity_provider_id" value="[%- identity_provider.identity_provider_id | html -%]" />
245
            <input type="hidden" name="identity_provider_id" value="[%- identity_provider.identity_provider_id | html -%]" />
246
            <fieldset class="rows">
246
            <fieldset class="rows">
247
                <legend id="identity_provider_basic">Basic configuration</legend>
247
                <ol>
248
                <ol>
248
                    <li>
249
                    <li>
249
                        <label for="code" class="required">Code: </label>
250
                        <label for="code" class="required">Code: </label>
Lines 282-287 Link Here
282
            </fieldset>
283
            </fieldset>
283
284
284
            <fieldset class="rows">
285
            <fieldset class="rows">
286
                <legend id="identity_provider_advanced">Advanced configuration</legend>
285
                <ol>
287
                <ol>
286
                    <li>
288
                    <li>
287
                        <label for="config" class="required json">Configuration: </label>
289
                        <label for="config" class="required json">Configuration: </label>
Lines 313-319 Link Here
313
                        </div>
315
                        </div>
314
                    </li>
316
                    </li>
315
                    <li>
317
                    <li>
316
                        <label for="matchpoint">matchpoint: </label>
318
                        <label for="matchpoint">Matchpoint: </label>
317
                        <select name="matchpoint" id="matchpoint">
319
                        <select name="matchpoint" id="matchpoint">
318
                            [%- IF identity_provider.matchpoint == 'email'      -%]
320
                            [%- IF identity_provider.matchpoint == 'email'      -%]
319
                                <option value="email" selected="selected">Email</option>
321
                                <option value="email" selected="selected">Email</option>
320
- 

Return to bug 32141