|
From: Benjamin C. <bc...@us...> - 2001-08-08 04:27:36
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv20093/templates/default
Modified Files:
badperm.html wrap.html
Log Message:
HTML cleanup
Index: badperm.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/badperm.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- badperm.html 2001/08/08 04:01:46 1.1
+++ badperm.html 2001/08/08 04:27:33 1.2
@@ -1,7 +1,7 @@
<table border="0" width="640">
<tr>
<td align="center">
- You must first login before you can edit bugs or add new ones.
+ You must first login before using this page.
</td>
</tr>
</table>
Index: wrap.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/wrap.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wrap.html 2001/08/08 04:01:46 1.4
+++ wrap.html 2001/08/08 04:27:33 1.5
@@ -11,7 +11,7 @@
</tr>
<tr>
<td width="540" valign="middle">
- <font id="stockfontb"><b>
+ <font class="navfont"><b>
[
<a href="index.php">Home</a> |
<a href="bug.php?op=add">Enter Bug</a> |
@@ -21,7 +21,7 @@
</b></font>
</td>
<td width="100" align="right" valign="middle">
- <font id="stockfontb"><b>
+ <font class="navfont"><b>
<!-- BEGIN adminnavblock -->
[
<a href="admin/project.php">Admin Tools</a>
@@ -56,7 +56,7 @@
<!-- END loginblock -->
<!-- BEGIN logoutblock -->
<td>
- <font id="stockfontb"><b>
+ <font class="navfont"><b>
[ <a href="user.php">Personal Page</a>
| <a href="logout.php">Logout {loggedinas}</a>
]
@@ -65,3 +65,5 @@
<!-- END logoutblock -->
</tr>
</table>
+</body>
+</html>
|