mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update admin_attachments.tpl
This commit is contained in:
parent
865ef9e4d1
commit
5558e5c355
@ -182,17 +182,17 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<!-- BEGIN limit_row -->
|
<!-- BEGIN limit_row -->
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1" align="center">
|
<td class="row1" align="center">
|
||||||
<input type="hidden" name="quota_change_list[]" value="{limit_row.QUOTA_ID}" />
|
<input type="hidden" name="quota_change_list[]" value="{limit_row.QUOTA_ID}" />
|
||||||
<table width="100%" class="borderless">
|
<table width="100%" class="borderless">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1" align="center" width="10%" wrap="nowrap"><b><span class="small"><a href="{limit_row.U_VIEW}" class="small">{L_VIEW}</a></span></b></td>
|
<td class="row1" align="center" width="10%" wrap="nowrap"><b><span class="small"><a href="{limit_row.U_VIEW}" class="small">{L_VIEW}</a></span></b></td>
|
||||||
<td class="row1"><input type="text" size="20" maxlength="25" name="quota_desc_list[]" class="post" value="{limit_row.QUOTA_NAME}" /></td>
|
<td class="row1"><input type="text" size="20" maxlength="25" name="quota_desc_list[]" class="post" value="{limit_row.QUOTA_NAME}" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
<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="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>
|
<td class="row1" align="center"><input type="checkbox" name="quota_id_list[]" value="{limit_row.QUOTA_ID}" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- END limit_row -->
|
<!-- END limit_row -->
|
||||||
<tr align="right">
|
<tr align="right">
|
||||||
|
Loading…
Reference in New Issue
Block a user