|
From: Benjamin C. <bc...@us...> - 2002-03-06 00:04:16
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin
In directory usw-pr-cvs1:/tmp/cvs-serv18257/templates/default/admin
Modified Files:
oslist.html resolutionlist.html severitylist.html
statuslist.html
Log Message:
UI tweaks
Index: oslist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/oslist.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- oslist.html 5 Mar 2002 23:54:15 -0000 1.2
+++ oslist.html 6 Mar 2002 00:04:09 -0000 1.3
@@ -4,7 +4,7 @@
<td valign="top">
<b> OS List</b>
<hr size="1">
- <table border="0">
+ <table border="0" cellpadding="2" cellspacing="1">
<tr bgcolor="#eeeeee">
<th><a href="{nameurl}">Name</a></th>
<th><a href="{regexurl}">Regex</a></th>
@@ -24,13 +24,12 @@
</tr>
<!-- END row -->
</table>
- <center>
- <font size="-1">
- OSes with a Sort Order = 0 will not be selectable by users
- <br>
- Only those OSes that have no bugs referencing them can be deleted
- </font>
- </center>
+ <br>
+ <div class="info">
+ OSes with a Sort Order = 0 will not be selectable by users
+ <br>
+ Only those OSes that have no bugs referencing them can be deleted
+ </div>
</td>
<td valign="top">
<div align="right"><b>{action} OS </b></div>
Index: resolutionlist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/resolutionlist.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- resolutionlist.html 5 Mar 2002 23:54:15 -0000 1.2
+++ resolutionlist.html 6 Mar 2002 00:04:09 -0000 1.3
@@ -4,7 +4,7 @@
<td valign="top">
<b> Resolution List</b>
<hr size="1">
- <table border="0">
+ <table border="0" cellpadding="2" cellspacing="1">
<tr bgcolor="#eeeeee">
<th><a href="{nameurl}">Name</a></th>
<th><a href="{descriptionurl}">Description</a></th>
@@ -24,13 +24,12 @@
</tr>
<!-- END row -->
</table>
- <center>
- <font size="-1">
+ <br>
+ <div class="info">
Resolutions with a Sort Order = 0 will not be selectable by users
<br>
Only those Resolutions that have no bugs referencing them can be deleted
- </font>
- </center>
+ </div>
</td>
<td valign="top">
<div align="right"><b>{action} resolution </b></div>
Index: severitylist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/severitylist.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- severitylist.html 5 Mar 2002 23:54:15 -0000 1.2
+++ severitylist.html 6 Mar 2002 00:04:09 -0000 1.3
@@ -4,7 +4,7 @@
<td valign="top">
<b> Severity List</b>
<hr size="1">
- <table border="0">
+ <table border="0" cellpadding="2" cellspacing="1">
<tr>
<th><a href="{nameurl}">Name</a></th>
<th><a href="{descriptionurl}">Description</a></th>
@@ -24,13 +24,12 @@
</tr>
<!-- END row -->
</table>
- <center>
- <font size="-1">
- Severities with a Sort Order = 0 will not be selectable by users
- <br>
- Only those Severities that have no bugs referencing them can be deleted
- </font>
- </center>
+ <br>
+ <div class="info">
+ Severities with a Sort Order = 0 will not be selectable by users
+ <br>
+ Only those Severities that have no bugs referencing them can be deleted
+ </div>
</td>
<td valign="top">
<div align="right"><b>{action} severity </b></div>
Index: statuslist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/statuslist.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- statuslist.html 5 Mar 2002 23:54:15 -0000 1.2
+++ statuslist.html 6 Mar 2002 00:04:09 -0000 1.3
@@ -24,13 +24,12 @@
</tr>
<!-- END row -->
</table>
- <center>
- <font size="-1">
- Statuses with a Sort Order = 0 will not be selectable by users
- <br>
- Only those Statuses that have no bugs referencing them can be deleted
- </font>
- </center>
+ <br>
+ <div class="info">
+ Statuses with a Sort Order = 0 will not be selectable by users
+ <br>
+ Only those Statuses that have no bugs referencing them can be deleted
+ </div>
</td>
<td valign="top">
<div align="right"><b>{action} status </b></div>
|