|
Lines 105-110
Link Here
|
| 105 |
<input type="text" id="description" name="description" required="required" class="required" size="50" maxlength="250" value="[% attribute_type.description |html %]" /> |
105 |
<input type="text" id="description" name="description" required="required" class="required" size="50" maxlength="250" value="[% attribute_type.description |html %]" /> |
| 106 |
<span class="required">Required</span> |
106 |
<span class="required">Required</span> |
| 107 |
</li> |
107 |
</li> |
|
|
108 |
<li> |
| 109 |
<label for="display_order">Appear in position: </label> |
| 110 |
[% IF ( attribute_type.display_order ) %] |
| 111 |
<input id="display_order" size="3" name="display_order" type="text" value="[% attribute_type.display_order | html %]" /> |
| 112 |
[% ELSE %] |
| 113 |
<input id="display_order" size="3" name="display_order" type="text" /> |
| 114 |
[% END %] |
| 115 |
</li> |
| 108 |
|
116 |
|
| 109 |
<li [% IF attribute_type AND attribute_type.repeatable AND NOT can_be_set_to_nonrepeatable %]aria-disabled="true"[% END %]> |
117 |
<li [% IF attribute_type AND attribute_type.repeatable AND NOT can_be_set_to_nonrepeatable %]aria-disabled="true"[% END %]> |
| 110 |
<label for="repeatable">Repeatable: </label> |
118 |
<label for="repeatable">Repeatable: </label> |
|
Lines 330-335
Link Here
|
| 330 |
<th>Mandatory in staff interface</th> |
338 |
<th>Mandatory in staff interface</th> |
| 331 |
<th>Mandatory in OPAC</th> |
339 |
<th>Mandatory in OPAC</th> |
| 332 |
<th>Searching</th> |
340 |
<th>Searching</th> |
|
|
341 |
<th>Display order</th> |
| 333 |
<th class="no-sort no-export">Actions</th> |
342 |
<th class="no-sort no-export">Actions</th> |
| 334 |
</tr> |
343 |
</tr> |
| 335 |
</thead> |
344 |
</thead> |
|
Lines 388-393
Link Here
|
| 388 |
<span>Not searchable</span> |
397 |
<span>Not searchable</span> |
| 389 |
[% END %] |
398 |
[% END %] |
| 390 |
</td> |
399 |
</td> |
|
|
400 |
<td>[% item.display_order | html %]</td> |
| 391 |
<td class="actions"> |
401 |
<td class="actions"> |
| 392 |
<a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/patron-attr-types.pl?op=edit_attribute_type&code=[% item.code | uri %]"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a> |
402 |
<a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/patron-attr-types.pl?op=edit_attribute_type&code=[% item.code | uri %]"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a> |
| 393 |
<a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/patron-attr-types.pl?op=delete_attribute_type&code=[% item.code | uri %]"><i class="fa fa-trash-can"></i> Delete</a> |
403 |
<a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/patron-attr-types.pl?op=delete_attribute_type&code=[% item.code | uri %]"><i class="fa fa-trash-can"></i> Delete</a> |