|
From: Alessandro P. <al...@us...> - 2002-05-24 15:19:20
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin
In directory usw-pr-cvs1:/tmp/cvs-serv24623/admin
Modified Files:
badperm.html configure.html
Log Message:
switch table width to percent-size
Index: badperm.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/badperm.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- badperm.html 11 Oct 2001 14:24:04 -0000 1.1
+++ badperm.html 24 May 2002 15:19:16 -0000 1.2
@@ -1,4 +1,4 @@
-<table border="0" width="640">
+<table border="0" width="100%">
<tr>
<td align="center">
<font color="#ff0000">
Index: configure.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/configure.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- configure.html 18 May 2002 03:00:50 -0000 1.5
+++ configure.html 24 May 2002 15:19:16 -0000 1.6
@@ -1,5 +1,5 @@
<form action="{$smarty.server.PHP_SELF}" method="post">
-<table border="0" width="640">
+<table border="0" width="100%">
<tr>
<td valign="top">
<b> {$page_title}</b>
|