|
From: Benjamin C. <bc...@us...> - 2002-01-05 20:01:22
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv2562/templates/default
Modified Files:
wrap.html
Log Message:
A little bit of css tweaking
Index: wrap.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/wrap.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- wrap.html 2001/12/14 15:11:22 1.11
+++ wrap.html 2002/01/05 20:01:17 1.12
@@ -45,7 +45,7 @@
<!-- BEGIN loginblock -->
<td class="login-box" nowrap>
<form method="post" action="{me2}">
- <font color="{loginerrorcolor}"><b>{loginerror}<b></font>
+ {loginerror}
{loginlabel}: <input type="text" name="username" class="login-box">
Password: <input type="password" name="password" class="login-box">
<input type="hidden" name="dologin" value="1">
|