Referal overview finished and rewritten for refback extension
[mailer.git] / templates / de / html / admin / admin_edit_surfbar_urls.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=list_surfbar_urls" method="POST">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
3 <tr>
4         <td align="center" colspan="2" class="admin_title" height="30">
5                 <strong>{--ADMIN_SURFBAR_EDIT_URLS_TITLE--}</strong>
6         </td>
7 </tr>
8 <tr>
9         <td class="admin_title bottom2 right2" align="center"><strong>{--_UID--}</strong></td>
10         <td class="admin_title bottom2" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
11 </tr>
12 $content
13 <tr>
14         <td class="admin_footer" colspan="2">
15                 <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
16                 <input type="submit" name="do_edit" class="admin_submit" value="{--ADMIN_SURFBAR_EDIT_URL_NOW--}">
17         </td>
18 </tr>
19 </table>
20 </form>