[Rt-commit] r9192 - in rt/branches/3.6-RELEASE: . html/Search/Elements html/Ticket

jesse at bestpractical.com jesse at bestpractical.com
Tue Oct 2 14:09:30 EDT 2007


Author: jesse
Date: Tue Oct  2 14:09:30 2007
New Revision: 9192

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/html/Admin/Elements/EditScrips
   rt/branches/3.6-RELEASE/html/Admin/Elements/EditTemplates
   rt/branches/3.6-RELEASE/html/Search/Elements/DisplayOptions
   rt/branches/3.6-RELEASE/html/Ticket/Update.html

Log:
 r27297 at hualien:  jesse | 2007-10-02 14:08:53 -0400
 * HTML Table fixes from Dirk Pape (http://page.mi.fu-berlin.de/pape/rt3/patches/rt/3.6.4/rt3.6-xhtml-2.patch)


Modified: rt/branches/3.6-RELEASE/html/Admin/Elements/EditScrips
==============================================================================
--- rt/branches/3.6-RELEASE/html/Admin/Elements/EditScrips	(original)
+++ rt/branches/3.6-RELEASE/html/Admin/Elements/EditScrips	Tue Oct  2 14:09:30 2007
@@ -54,7 +54,7 @@
 % if ($Scrips->Count == 0 ) {
 <p><i><&|/l&>(No scrips)</&></i></p>
 % } else {
-<table>
+<table width="100%">
 <p><i><&|/l&>(Check box to delete)</&></i></p>
 
 %   while (my $scrip = $Scrips->Next ) {

Modified: rt/branches/3.6-RELEASE/html/Admin/Elements/EditTemplates
==============================================================================
--- rt/branches/3.6-RELEASE/html/Admin/Elements/EditTemplates	(original)
+++ rt/branches/3.6-RELEASE/html/Admin/Elements/EditTemplates	Tue Oct  2 14:09:30 2007
@@ -53,7 +53,7 @@
 % if ($Templates->Count == 0 ) {
 <p><i><&|/l&>(No templates)</&></i></p>
 % } else {
-<table>
+<table width="100%">
 <tr>
 <th>
 <i><&|/l&>(Check box to delete)</&></i>

Modified: rt/branches/3.6-RELEASE/html/Search/Elements/DisplayOptions
==============================================================================
--- rt/branches/3.6-RELEASE/html/Search/Elements/DisplayOptions	(original)
+++ rt/branches/3.6-RELEASE/html/Search/Elements/DisplayOptions	Tue Oct  2 14:09:30 2007
@@ -46,7 +46,7 @@
 %# 
 %# END BPS TAGGED BLOCK }}}
 <&| /Widgets/TitleBox, title => loc("Display Columns") &>
-<table>
+<table width="100%">
 <tr>
 <td>
 <& EditFormat, %ARGS &>

Modified: rt/branches/3.6-RELEASE/html/Ticket/Update.html
==============================================================================
--- rt/branches/3.6-RELEASE/html/Ticket/Update.html	(original)
+++ rt/branches/3.6-RELEASE/html/Ticket/Update.html	Tue Oct  2 14:09:30 2007
@@ -56,7 +56,7 @@
 <input type="hidden" class="hidden" name="QuoteTransaction" value="<% $ARGS{QuoteTransaction} %>" />
 <input type="hidden" class="hidden" name="DefaultStatus" value="<% $DefaultStatus %>" />
 <input type="hidden" class="hidden" name="Action" value="<% $ARGS{Action} %>" />
-<table border="0">
+<table width="100%" border="0">
 
 <tr><td align="right"><&|/l&>Status</&>:</td>
 <td>


More information about the Rt-commit mailing list