]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_forced_ads.tpl
Added (unfinished) a way to edit forced ads, rwritten many XML templates
[mailer.git] / templates / de / html / admin / admin_list_forced_ads.tpl
index dd0a5bada451122192c87188942ca5882cb4bf66..3ef143f0b8a27a6dbc13eaa0eaec2ab5b610baf6 100644 (file)
@@ -2,12 +2,13 @@
 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_forced_ads%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="800">
 <tr>
-       <td align="center" colspan="5" class="table_header">
+       <td align="center" colspan="6" class="table_header">
                <strong>{--ADMIN_LIST_FORCED_ADS_TITLE--}</strong>
        </td>
 </tr>
 <tr>
        <td class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
+       <td class="header_column bottom right" align="center"><strong>{--_USERID--}</strong></td>
        <td class="header_column bottom right" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
        <td class="header_column bottom right" align="center"><strong>{--ADMIN_FORCED_ADS_TYPE--}</strong></td>
        <td class="header_column bottom right" align="center"><strong>{--ADMIN_FORCED_ADS_HAS_FRAMEBREAKER--}</strong></td>
@@ -15,7 +16,7 @@
 </tr>
 $content
 <tr>
-       <td class="table_footer" colspan="5">
+       <td class="table_footer" colspan="6">
                <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
                <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
                <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />