[Rt-commit] r9965 - in rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html: SelfService

audreyt at bestpractical.com audreyt at bestpractical.com
Sat Dec 15 15:15:47 EST 2007


Author: audreyt
Date: Sat Dec 15 15:15:43 2007
New Revision: 9965

Modified:
   rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/SelfService/Create.html
   rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/Ticket/Create.html

Log:
* Create.html - Adjust the external table as width=100%
  so the inner RichText works better.

Modified: rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/SelfService/Create.html
==============================================================================
--- rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/SelfService/Create.html	(original)
+++ rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/SelfService/Create.html	Sat Dec 15 15:15:43 2007
@@ -97,6 +97,8 @@
 <input name="Attach" type="file" />
 </td>
 </tr>
+</table>
+<table width="100%">
 <tr>
 <td colspan="2">
 <&|/l&>Describe the issue below</&>:<br />

Modified: rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/Ticket/Create.html
==============================================================================
--- rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/Ticket/Create.html	(original)
+++ rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/Ticket/Create.html	Sat Dec 15 15:15:43 2007
@@ -149,8 +149,10 @@
 <input type="submit" class="button" name="AddMoreAttach" value="<&|/l&>Add More Files</&>" />
 </td>
 </tr>
+</table>
+<table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
-<td colspan="6">
+<td>
 <&|/l&>Describe the issue below</&>:<br />
 % if (exists $ARGS{Content}) {
 <& /Elements/MessageBox, Default => $ARGS{Content}, IncludeSignature => 0 &>
@@ -162,7 +164,7 @@
 </td>
 </tr>
 <tr>
-<td align="right" colspan="2">
+<td align="right">
 </td>
 </tr>
 </table>


More information about the Rt-commit mailing list