]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_surfbar_urls.tpl
Several more constants rewritten to getConfig()
[mailer.git] / templates / de / html / admin / admin_edit_surfbar_urls.tpl
index e625a714218d03416ae0b083fad71c44904de788..58d57437cc4ee4041f843d7d8f7151be8cb0dd3d 100644 (file)
@@ -1,22 +1,22 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=list_surfbar_urls" method="POST">
+<div align="center">
+<form action="{?URL?}/modules.php?module=admin&amp;what=list_surfbar_urls" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
 <tr>
-       <td align="center" colspan="4" class="admin_title" height="30">
+       <td align="center" colspan="2" class="admin_title" height="30">
                <strong>{--ADMIN_SURFBAR_EDIT_URLS_TITLE--}</strong>
        </td>
 </tr>
 <tr>
        <td class="admin_title bottom2 right2" align="center"><strong>{--_UID--}</strong></td>
-       <td class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
-       <td class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_REWARD--}</strong></td>
-       <td class="admin_title bottom2" align="center"><strong>{--ADMIN_SURFBAR_COSTS--}</strong></td>
+       <td class="admin_title bottom2" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
 </tr>
 $content
 <tr>
-       <td class="admin_footer" colspan="4">
-               <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
-               <input type="submit" name="do_edit" class="admin_submit" value="{--ADMIN_SURFBAR_EDIT_URL_NOW--}">
+       <td class="admin_footer" colspan="2">
+               <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+               <input type="submit" name="do_edit" class="admin_submit" value="{--ADMIN_SURFBAR_EDIT_URL_NOW--}" />
        </td>
 </tr>
 </table>
 </form>
+</div>