[Rt-commit] r5517 - in rt/branches/3.6-RELEASE: .

robert at bestpractical.com robert at bestpractical.com
Mon Jul 3 21:30:36 EDT 2006


Author: robert
Date: Mon Jul  3 21:30:36 2006
New Revision: 5517

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/html/User/Prefs.html

Log:
 r5598 at bear:  rspier | 2006-07-03 17:45:55 -0700
 Add id's to the TitleBox wrappers so we can easily make them invisible from the stylesheet


Modified: rt/branches/3.6-RELEASE/html/User/Prefs.html
==============================================================================
--- rt/branches/3.6-RELEASE/html/User/Prefs.html	(original)
+++ rt/branches/3.6-RELEASE/html/User/Prefs.html	Mon Jul  3 21:30:36 2006
@@ -57,7 +57,7 @@
 <tr>
 
 <td valign="top" class="boxcontainer">
-<&| /Widgets/TitleBox, title => loc('Identity') &>
+<&| /Widgets/TitleBox, title => loc('Identity'), id => "user-prefs-identity" &>
 
 <input type="hidden" class="hidden" name="Name" value="<%$UserObj->Name%>" />
 <table cellspacing="0" cellpadding="0">
@@ -78,7 +78,7 @@
   </tr>
 </table>
 </&>
-<&| /Widgets/TitleBox, title => loc('Phone numbers') &>
+<&| /Widgets/TitleBox, title => loc('Phone numbers'), id => "user-prefs-phone" &>
 <table cellspacing="0" cellpadding="0">
   <tr>
     <td class="label"><&|/l&>Residence</&>:</td>
@@ -102,7 +102,7 @@
 </td>
 <td valign="top" class="boxcontainer">
 % unless ($RT::WebExternalAuth and !$RT::WebFallbackToInternalAuth) {
-<&| /Widgets/TitleBox, title => loc('Password') &>
+<&| /Widgets/TitleBox, title => loc('Password'), id => "user-prefs-password" &>
 <table>
 <tr>
 <td class="label">
@@ -123,7 +123,7 @@
 </&>
 % }
 
-<&| /Widgets/TitleBox, title => loc('Location') &>
+<&| /Widgets/TitleBox, title => loc('Location'), id => "user-prefs-location" &>
 <table cellspacing="0" cellpadding="0">
   <tr>
     <td class="label"><&|/l&>Organization</&>:</td>


More information about the Rt-commit mailing list