Lines 105-115
Link Here
|
105 |
<span class="required">Required</span> |
105 |
<span class="required">Required</span> |
106 |
</li> |
106 |
</li> |
107 |
<li> |
107 |
<li> |
108 |
<label for="number">Appear in position: </label> |
108 |
<label for="display_order">Appear in position: </label> |
109 |
[% IF ( attribute_type.number ) %] |
109 |
[% IF ( attribute_type.display_order ) %] |
110 |
<input id="number" size="3" name="number" type="text" value="[% attribute_type.number | html %]" /> |
110 |
<input id="display_order" size="3" name="display_order" type="text" value="[% attribute_type.display_order | html %]" /> |
111 |
[% ELSE %] |
111 |
[% ELSE %] |
112 |
<input id="number" size="3" name="number" type="text" /> |
112 |
<input id="display_order" size="3" name="display_order" type="text" /> |
113 |
[% END %] |
113 |
[% END %] |
114 |
</li> |
114 |
</li> |
115 |
|
115 |
|
Lines 325-331
Link Here
|
325 |
<th>Authorized value category</th> |
325 |
<th>Authorized value category</th> |
326 |
<th>Mandatory</th> |
326 |
<th>Mandatory</th> |
327 |
<th>Searching</th> |
327 |
<th>Searching</th> |
328 |
<th>Number</th> |
328 |
<th>Display order</th> |
329 |
<th class="NoSort noExport">Actions</th> |
329 |
<th class="NoSort noExport">Actions</th> |
330 |
</tr> |
330 |
</tr> |
331 |
</thead> |
331 |
</thead> |
Lines 376-382
Link Here
|
376 |
<span>Not searchable</span> |
376 |
<span>Not searchable</span> |
377 |
[% END %] |
377 |
[% END %] |
378 |
</td> |
378 |
</td> |
379 |
<td>[% item.number | html %]</td> |
379 |
<td>[% item.display_order | html %]</td> |
380 |
<td class="actions"> |
380 |
<td class="actions"> |
381 |
<a class="btn btn-default btn-xs" href="[% script_name | url %]?op=edit_attribute_type&code=[% item.code | uri %]"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a> |
381 |
<a class="btn btn-default btn-xs" href="[% script_name | url %]?op=edit_attribute_type&code=[% item.code | uri %]"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a> |
382 |
<a class="btn btn-default btn-xs" href="[% script_name | url %]?op=delete_attribute_type&code=[% item.code | uri %]"><i class="fa fa-trash-can"></i> Delete</a> |
382 |
<a class="btn btn-default btn-xs" href="[% script_name | url %]?op=delete_attribute_type&code=[% item.code | uri %]"><i class="fa fa-trash-can"></i> Delete</a> |