Update admin_extensions.tpl

This commit is contained in:
Roman Kelesidis 2023-10-17 22:02:52 +07:00
parent da571701ff
commit bb8d3c2e0d

View File

@ -66,8 +66,7 @@
<form method="post" action="{S_ATTACH_ACTION}">
<table class="forumline">
<tr>
<td class="catTitle" colspan="8">{L_MANAGE_EXTENSION_GROUPS}
</td>
<td class="catTitle" colspan="8">{L_MANAGE_EXTENSION_GROUPS}</td>
</tr>
<tr>
<th>&nbsp;{L_EXTENSION_GROUP}&nbsp;</th>
@ -146,7 +145,8 @@
<tr align="right">
<td class="catBottom" colspan="8">
<input type="submit" name="{L_CANCEL}" class="liteoption" value="{L_CANCEL}" onClick="self.location.href='{S_CANCEL_ACTION}'" />
<input type="submit" name="submit" class="liteoption" value="{L_SUBMIT}" /></td>
<input type="submit" name="submit" class="liteoption" value="{L_SUBMIT}" />
</td>
</tr>
</table>