This commit is contained in:
Roman Kelesidis 2024-01-07 02:44:50 +07:00
parent 73ca3e0e59
commit 781bf365d2
2 changed files with 3 additions and 3 deletions

View File

@ -186,7 +186,7 @@
<input type="hidden" name="quota_change_list[]" value="{limit_row.QUOTA_ID}" />
<table width="100%" class="borderless">
<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%" nowrap="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>
</tr>
</table>

View File

@ -82,7 +82,7 @@
<td class="row1" align="center">
<table width="100%" class="borderless">
<tr>
<td class="row1" align="center" width="10%" wrap="nowrap">&nbsp;</td>
<td class="row1" align="center" width="10%" nowrap="nowrap">&nbsp;</td>
<td class="row1"><input type="text" size="20" maxlength="100" name="add_extension_group" class="post" value="{ADD_GROUP_NAME}" /></td>
</tr>
</table>
@ -114,7 +114,7 @@
<td class="row1" align="center">
<table width="100%" class="borderless">
<tr>
<td class="row1" align="center" width="10%" wrap="nowrap"><b><span class="small"><a href="{grouprow.U_VIEWGROUP}" class="small">{grouprow.CAT_BOX}</a></span></b></td>
<td class="row1" align="center" width="10%" nowrap="nowrap"><b><span class="small"><a href="{grouprow.U_VIEWGROUP}" class="small">{grouprow.CAT_BOX}</a></span></b></td>
<td class="row1"><input type="text" size="20" maxlength="100" name="extension_group_list[]" class="post" value="{grouprow.EXTENSION_GROUP}" /></td>
</tr>
</table>