[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.5-49-g5078cb9

Alex Vandiver alexmv at bestpractical.com
Thu Jun 19 14:42:35 EDT 2014


The branch, 4.2-trunk has been updated
       via  5078cb91244eb52227cbda413fd727ecab4be210 (commit)
       via  e1856f07c19e44135bff16ce06d666736d86e49b (commit)
      from  6e2417fb1de704ba55f53e3a86e2c9ca353ce077 (commit)

Summary of changes:
 share/html/Admin/Users/Modify.html | 4 ++--
 share/html/User/Prefs.html         | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit e1856f07c19e44135bff16ce06d666736d86e49b
Author: Christian Loos <cloos at netcologne.de>
Date:   Wed Jun 18 12:43:38 2014 +0200

    tag some more div's with an id or name attribute
    
    to make them easier accessible with css

diff --git a/share/html/Admin/Users/Modify.html b/share/html/Admin/Users/Modify.html
index ba9379c..c66b23a 100644
--- a/share/html/Admin/Users/Modify.html
+++ b/share/html/Admin/Users/Modify.html
@@ -206,12 +206,12 @@
 </td></tr>
 <tr>
 <td colspan="2">
-<&| /Widgets/TitleBox, title => loc('Comments about this user') &>
+<&| /Widgets/TitleBox, title => loc('Comments about this user'), class => 'user-info-comments' &>
 <textarea class="comments" name="Comments" cols="80" rows="5" wrap="virtual"><%$UserObj->Comments||$Comments||''%></textarea>
 </&>
 %if (!$Create && $UserObj->Privileged) {
 <br />
-<&| /Widgets/TitleBox, title => loc('Signature') &>
+<&| /Widgets/TitleBox, title => loc('Signature'), class => 'user-info-signature' &>
 <textarea class="signature" cols="80" rows="5" name="Signature" wrap="hard"><%$UserObj->Signature||$Signature||''%></textarea>
 </&>
 % }
diff --git a/share/html/User/Prefs.html b/share/html/User/Prefs.html
index b44e5ae..fa67d4d 100644
--- a/share/html/User/Prefs.html
+++ b/share/html/User/Prefs.html
@@ -106,7 +106,7 @@
 </&>
 
 %if ($UserObj->Privileged) {
-<&| /Widgets/TitleBox, title => loc('Signature') &>
+<&| /Widgets/TitleBox, title => loc('Signature'), id => "user-prefs-signature" &>
 <textarea cols="80" rows="5" name="Signature" class="signature" wrap="hard">
 <%$UserObj->Signature || ''%></textarea>
 </&>

commit 5078cb91244eb52227cbda413fd727ecab4be210
Merge: 6e2417f e1856f0
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Jun 19 14:42:18 2014 -0400

    Merge branch '4.2/tag-more-divs' into 4.2-trunk


-----------------------------------------------------------------------


More information about the rt-commit mailing list