Update admin_attachments.tpl

This commit is contained in:
Roman Kelesidis 2023-10-17 18:24:58 +07:00
parent 5d99a054ff
commit 5277552339

View File

@ -78,14 +78,15 @@
<tr>
<td class="row1" width="80%">{L_ATTACH_DISPLAY_ORDER}<br /><span class="small">{L_ATTACH_DISPLAY_ORDER_EXPLAIN}</span></td>
<td class="row2">
<table class="borderless">
<tr>
<td><input type="radio" name="display_order" value="0" {DISPLAY_ORDER_DESC} /> {L_DESC}</td>
</tr>
<tr>
<td><input type="radio" name="display_order" value="1" {DISPLAY_ORDER_ASC} /> {L_ASC}</td>
</tr>
</table></td>
<table class="borderless">
<tr>
<td><input type="radio" name="display_order" value="0" {DISPLAY_ORDER_DESC} /> {L_DESC}</td>
</tr>
<tr>
<td><input type="radio" name="display_order" value="1" {DISPLAY_ORDER_ASC} /> {L_ASC}</td>
</tr>
</table>
</td>
</tr>
<tr>
<th colspan="2">{L_ATTACH_FILESIZE_SETTINGS}</th>