]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_mods.tpl
New (template) wrapper function fixEmptyContentToDashes() introduced, EL rewrites:
[mailer.git] / templates / de / html / admin / admin_list_mods.tpl
index fbbf94504d2c23bccc0c504e408dc474d9b38520..8f619b654bb073fe4d52129a8b5fa0300ef92699 100644 (file)
@@ -4,24 +4,24 @@
        <!-- @TODO Shouldn't we add a title here? //-->
        <tr>
                <td align="center" class="header_column bottom right" height="25"><strong>{--ID_SELECT--}</strong></td>
-               <td align="center" class="header_column bottom right"><strong>{--MODS_NAME--}</strong></td>
-               <td align="center" class="header_column bottom right"><strong>{--MODS_TITLE--}</strong></td>
-               <td align="center" class="header_column bottom right"><strong>{--MODS_IS_LOCKED--}</strong></td>
-               <td align="center" class="header_column bottom right"><strong>{--MODS_IS_HIDDEN--}</strong></td>
-               <td align="center" class="header_column bottom right"><strong>{--MODS_IS_ADMIN--}</strong></td>
-               <td align="center" class="header_column bottom"><strong>{--MODS_IS_MEMBER--}</strong></td>
+               <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_NAME--}</strong></td>
+               <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_TITLE--}</strong></td>
+               <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_IS_LOCKED--}</strong></td>
+               <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_IS_HIDDEN--}</strong></td>
+               <td align="center" class="header_column bottom right"><strong>{--ADMIN_MODS_IS_ADMIN--}</strong></td>
+               <td align="center" class="header_column bottom"><strong>{--ADMIN_MODS_IS_MEMBER--}</strong></td>
        </tr>
        $content
        <tr>
                <td colspan="7" class="admin_footer">
                        <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-                       <input type="submit" name="edit" class="admin_submit" value="{--MODS_EDIT--}" />
+                       <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_MODS_EDIT--}" />
                </td>
        </tr>
 </table>
 </form>
 
 <div class="admin_note">
-       {--MODS_ADMIN_EDIT_NOTE--}
+       {--ADMIN_MODS_EDIT_NOTE--}
 </div>
 </div>