]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_surfbar_urls.tpl
Naming convention, more usage of EL, new wrapper function introduced:
[mailer.git] / templates / de / html / admin / admin_list_surfbar_urls.tpl
index 50eb2b9223a89ced9fc796b50f4e0e7fb4966a0a..58a7b65167e329148c8dfc4181a781ec4262c348 100644 (file)
@@ -1,8 +1,8 @@
 <div align="center">
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=list_surfbar_urls" method="post">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_surfbar_urls%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="800">
 <tr>
-       <td align="center" colspan="8" class="admin_title" height="30">
+       <td align="center" colspan="8" class="admin_title">
                <strong>{--ADMIN_SURFBAR_LIST_URLS_TITLE--}</strong>
        </td>
 </tr>
@@ -23,7 +23,7 @@ $content
                <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_SURFBAR_EDIT_URL--}" />
                <input type="submit" name="lock" class="admin_submit" value="{--ADMIN_SURFBAR_UNLOCK_URL--}" />
                <input type="submit" name="undelete" class="admin_submit" value="{--ADMIN_SURFBAR_UNDELETE_URL--}" />
-               <input type="submit" name="delete" class="admin_delete" value="{--ADMIN_SURFBAR_DEL_URL--}" />
+               <input type="submit" name="delete" class="admin_delete" value="{--ADMIN_SURFBAR_DELETE_URL--}" />
        </td>
 </tr>
 </table>