[geeklog-cvs] geeklog: Cosmetics - make the login form look more like the others

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Feb 6 14:14:28 EST 2010


changeset 7700:43d144d168d0
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/43d144d168d0
user: Dirk Haun <dirk at haun-online.de>
date: Sat Feb 06 20:01:54 2010 +0100
description:
Cosmetics - make the login form look more like the others

diffstat:

 public_html/admin/auth.inc.php |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r f7799009105c -r 43d144d168d0 public_html/admin/auth.inc.php
--- a/public_html/admin/auth.inc.php	Sat Feb 06 19:53:52 2010 +0100
+++ b/public_html/admin/auth.inc.php	Sat Feb 06 20:01:54 2010 +0100
@@ -8,7 +8,7 @@
 // |                                                                           |
 // | Geeklog admin authentication module                                       |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2000-2009 by the following authors:                         |
+// | Copyright (C) 2000-2010 by the following authors:                         |
 // |                                                                           |
 // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
 // |          Mark Limburg      - mlimburg AT users DOT sourceforge DOT net    |
@@ -105,12 +105,12 @@
         }
 
         $display .= '<form action="' . $_CONF['site_admin_url'] . '/moderation.php" method="post">'
-            .'<table cellspacing="0" cellpadding="0" border="0" width="100%">'.LB
-            .'<tr><td align="right">'.$LANG20[4].' </td>'.LB
+            .'<table cellspacing="0" cellpadding="3" border="0" width="100%">'.LB
+            .'<tr><td class="alignright"><b><label for="loginname">'.$LANG20[4].'</label></b></td>'.LB
             .'<td><input type="text" name="loginname" size="16" maxlength="16"' . XHTML . '></td>'.LB
             .'</tr>'.LB
             .'<tr>'.LB
-            .'<td align="right">'.$LANG20[5].' </td>'.LB
+            .'<td class="alignright"><b><label for="passwd">'.$LANG20[5].'</label></b></td>'.LB
             .'<td><input type="password" name="passwd" size="16"' . XHTML . '></td>'
             .'</tr>'.LB
             .'<tr>'.LB



More information about the geeklog-cvs mailing list