[Rt-commit] r3524 - in rt/branches/3.5-TESTING: . html/User

trs at bestpractical.com trs at bestpractical.com
Mon Jul 25 06:25:53 EDT 2005


Author: trs
Date: Mon Jul 25 06:25:52 2005
New Revision: 3524

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/html/User/Prefs.html
Log:
 r5351 at wintermute:  tom | 2005-07-22 21:50:30 -0400
 Fixed HTML typos


Modified: rt/branches/3.5-TESTING/html/User/Prefs.html
==============================================================================
--- rt/branches/3.5-TESTING/html/User/Prefs.html	(original)
+++ rt/branches/3.5-TESTING/html/User/Prefs.html	Mon Jul 25 06:25:52 2005
@@ -60,7 +60,7 @@
 <&| /Widgets/TitleBox, title => loc('Identity') &>
 
 <input type="hidden" class="hidden" name="Name" value="<%$UserObj->Name%>">
-<table callspacing="0" cellpadding="0">
+<table cellspacing="0" cellpadding="0">
   <tr>
     <td class="label"><&|/l&>Email</&>: </td>
     <td class="value"><input name="EmailAddress" value="<%$UserObj->EmailAddress%>"></td>
@@ -80,7 +80,7 @@
 </&>
 <br/>
 <&| /Widgets/TitleBox, title => loc('Phone numbers') &>
-<table callspacing="0" cellpadding="0">
+<table cellspacing="0" cellpadding="0">
   <tr>
     <td class="label"><&|/l&>Residence</&>:</td>
     <td class="value"><input name="HomePhone" value="<%$UserObj->HomePhone%>" size="13"></td>
@@ -124,7 +124,7 @@
 % }
 
 <&| /Widgets/TitleBox, title => loc('Location') &>
-<table callspacing="0" cellpadding="0">
+<table cellspacing="0" cellpadding="0">
   <tr>
     <td class="label"><&|/l&>Organization</&>:</td>
     <td class="value"><input name="Organization" value="<%$UserObj->Organization%>"></td>


More information about the Rt-commit mailing list