]> git.mxchange.org Git - mailer.git/commitdiff
Added CSS class 'bottom' again (please clean your template cache at inc/cache/_compil...
authorRoland Häder <roland@mxchange.org>
Fri, 5 Nov 2010 01:32:21 +0000 (01:32 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 5 Nov 2010 01:32:21 +0000 (01:32 +0000)
templates/de/html/admin/admin_edit_member_menu_row.tpl

index e2352456c6214bc46dbb6ce1e8b057f3c9d44bcf..2d8e75dcf5b2407dcb075fb58c656d017cdb4a4c 100644 (file)
@@ -1,10 +1,10 @@
 <tr>
-       <td colspan="2" class="{%template,ColorSwitch%}">
+       <td class="{%template,ColorSwitch%}" colspan="2">
                $content[cnt]. {--ADMIN_ENTRY_MODIFY--}:
        </td>
 </tr>
 <tr>
-       <td align="right" class="{%template,ColorSwitch%}">
+       <td class="{%template,ColorSwitch%}" align="right">
                {--ADMIN_EDIT_ACTION--}:
        </td>
        <td class="{%template,ColorSwitch%}">
        </td>
 </tr>
 <tr>
-       <td class="{%template,ColorSwitch%}" align="right">
+       <td class="{%template,ColorSwitch%} bottom2" align="right">
                {--ADMIN_EDIT_TITLE--}:
        </td>
-       <td class="{%template,ColorSwitch%}">
+       <td class="{%template,ColorSwitch%} bottom2">
                <input type="text" class="form_field" name="sel[$content[sel]]" value="$content[menu]" size="30" maxlength="50" />
        </td>
 </tr>