Update admin_attachments.tpl

This commit is contained in:
Roman Kelesidis 2023-10-17 18:38:44 +07:00
parent a4863d178e
commit 865ef9e4d1

View File

@ -180,7 +180,7 @@
<th>{L_SIZE}</th>
<th>{L_DELETE}</th>
</tr>
<!-- BEGIN limit_row -->
<!-- BEGIN limit_row -->
<tr>
<td class="row1" align="center">
<input type="hidden" name="quota_change_list[]" value="{limit_row.QUOTA_ID}" />
@ -194,7 +194,7 @@
<td class="row2" align="center"><input type="text" size="8" maxlength="15" name="max_filesize_list[]" class="post" value="{limit_row.MAX_FILESIZE}" /> {limit_row.S_FILESIZE}</td>
<td class="row1" align="center"><input type="checkbox" name="quota_id_list[]" value="{limit_row.QUOTA_ID}" /></td>
</tr>
<!-- END limit_row -->
<!-- END limit_row -->
<tr align="right">
<td class="catBottom" colspan="3"> <input type="submit" name="submit" class="liteoption" value="{L_SUBMIT}" /></td>
</tr>