|
From: Alessandro P. <al...@us...> - 2002-05-24 15:19:20
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv24623
Modified Files:
badgroup.html badperm.html bugdisplay-printable.html
bugdisplay.html error.html install-complete.html install.html
newaccount-disabled.html newaccountsuccess.html queryform.html
Log Message:
switch table width to percent-size
Index: badgroup.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/badgroup.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- badgroup.html 24 May 2002 12:44:35 -0000 1.3
+++ badgroup.html 24 May 2002 15:19:16 -0000 1.4
@@ -1,4 +1,4 @@
-<table border="0" width="640">
+<table border="0" width="100%">
<tr>
<td align="center">
<br>
Index: badperm.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/badperm.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- badperm.html 24 May 2002 12:44:35 -0000 1.5
+++ badperm.html 24 May 2002 15:19:16 -0000 1.6
@@ -1,4 +1,4 @@
-<table border="0" width="640">
+<table border="0" width="100%">
<tr>
<td align="center">
<br>
Index: bugdisplay-printable.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugdisplay-printable.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bugdisplay-printable.html 18 May 2002 03:00:50 -0000 1.7
+++ bugdisplay-printable.html 24 May 2002 15:19:16 -0000 1.8
@@ -1,4 +1,4 @@
-<table border='0' width="640">
+<table border='0' width="100%">
<tr>
<td width="210" colspan="2">
Bug <b>#{$bug_id}</b>
@@ -56,7 +56,7 @@
</td>
</tr>
</table>
-<table border="0" cellpadding="2" cellspacing="0" width="640">
+<table border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<td>Assigned To:</td>
<td><b>{$owner|maskemail}</td>
@@ -84,7 +84,7 @@
</table>
<br>
<br>
-<table border="0" cellpadding="2" cellspacing="0" width="640">
+<table border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<td>
Bug Dependencies: {$bug_dependencies}
Index: bugdisplay.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugdisplay.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- bugdisplay.html 21 May 2002 13:35:10 -0000 1.32
+++ bugdisplay.html 24 May 2002 15:19:16 -0000 1.33
@@ -147,7 +147,7 @@
</td>
</tr>
</table>
-<table border="0" cellpadding="2" cellspacing="0" width="640">
+<table border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<td valign="top">
Additional Comments:
@@ -234,7 +234,7 @@
</div>
<br>
<br>
-<table border="0" cellpadding="2" cellspacing="0" width="640">
+<table border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<td>
Comments:
Index: error.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/error.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- error.html 24 May 2002 12:44:35 -0000 1.3
+++ error.html 24 May 2002 15:19:16 -0000 1.4
@@ -1,4 +1,4 @@
-<table width="640">
+<table width="100%">
<tr>
<td align="center">
{if $iserror}
Index: install-complete.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/install-complete.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- install-complete.html 11 Apr 2002 20:29:34 -0000 1.5
+++ install-complete.html 24 May 2002 15:19:16 -0000 1.6
@@ -3,7 +3,7 @@
<link rel="StyleSheet" href="styles/default.css" type="text/css">
</head>
<body bgcolor="#ffffff" link="#006699" vlink="#006699" alink="#006699">
-<table border="0" cellpadding="0" cellspacing="0" width="640">
+<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="200" valign="top"><br><img src="logo.jpg"></td>
<td valign="top">
Index: install.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/install.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- install.html 8 May 2002 01:10:00 -0000 1.7
+++ install.html 24 May 2002 15:19:16 -0000 1.8
@@ -4,7 +4,7 @@
</head>
<body bgcolor="#ffffff" link="#006699" vlink="#006699" alink="#006699">
<form action="{$smarty.server.PHP_SELF}" method="post">
-<table border="0" cellpadding="0" cellspacing="0" width="640">
+<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="200" valign="top"><br><img src="logo.jpg"></td>
<td valign="top" align="center">
Index: newaccount-disabled.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/newaccount-disabled.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- newaccount-disabled.html 18 May 2002 03:00:50 -0000 1.3
+++ newaccount-disabled.html 24 May 2002 15:19:16 -0000 1.4
@@ -1,4 +1,4 @@
-<table width="640" border="0">
+<table width="100%" border="0">
<tr>
<td align="center">
Sorry, but the self-creation of new accounts has been disabled. Please
Index: newaccountsuccess.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/newaccountsuccess.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- newaccountsuccess.html 18 May 2002 03:00:50 -0000 1.3
+++ newaccountsuccess.html 24 May 2002 15:19:16 -0000 1.4
@@ -1,6 +1,6 @@
<br>
<br>
-<table border="0" width="640" align="center">
+<table border="0" width="100%" align="center">
<tr>
<td>
Thanks for creating an account. Check your email for your password.
Index: queryform.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/queryform.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- queryform.html 18 May 2002 03:00:50 -0000 1.10
+++ queryform.html 24 May 2002 15:19:16 -0000 1.11
@@ -163,7 +163,7 @@
</tr>
</table>
- <hr align="left" width="640">
+ <hr align="left" width="100%">
<table>
<tr>
<td><b>Project:</b></td>
@@ -187,7 +187,7 @@
</td>
</tr>
</table>
- <hr align="left" width="640">
+ <hr align="left" width="100%">
<input type="hidden" name="op" value="doquery">
<nobr><b>Sort By:</b>
<select name="order">
@@ -219,7 +219,7 @@
{if $smarty.session.uid}
<br>
Save this query as: <input maxlength="40" type="text" name="savedqueryname">
- <hr align="left" size="1" width="640">
+ <hr align="left" size="1" width="100%">
<b>Saved Queries</b>
<br>
{section name=query loop=$queries}
|