[Rt-commit] [rtir] 03/09: CSS cleanups

Jesse Vincent jesse at bestpractical.com
Mon Mar 16 02:41:34 EDT 2015


This is an automated email from the git hooks/post-receive script.

jesse pushed a commit to branch 3.4/remove_old_constituencies
in repository rtir.

commit 2f977a5aabdbb6ec87f24e81deef5d429e904bb7
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Sun Mar 15 19:42:42 2015 -0700

    CSS cleanups
---
 html/RTIR/Incident/Create.html          | 10 +++++-----
 html/RTIR/Investigation/Elements/Create |  8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/html/RTIR/Incident/Create.html b/html/RTIR/Incident/Create.html
index 5582979..5b868e0 100644
--- a/html/RTIR/Incident/Create.html
+++ b/html/RTIR/Incident/Create.html
@@ -101,7 +101,7 @@ if ( $ChildObj && !$ChildObj->CurrentUserHasRight('ModifyTicket') ) {
 % }
 
   
-<tr>
+<tr class="queue">
   <td class="label"><&|/l&>Queue</&>:</td>
   <td colspan="2">
       <& /RTIR/Elements/SelectRTIRQueue,
@@ -116,7 +116,7 @@ if ( $ChildObj && !$ChildObj->CurrentUserHasRight('ModifyTicket') ) {
  
 
 
-<tr>
+<tr class="status">
   <td class="label"><&|/l&>Status</&>:</td>
   <td colspan="2">
     <& /Elements/SelectStatus,
@@ -127,7 +127,7 @@ if ( $ChildObj && !$ChildObj->CurrentUserHasRight('ModifyTicket') ) {
     &>
   </td>
 </tr>
-<tr>
+<tr class="owner">
     <td class="label"><&|/l&>Owner</&>:</td>
 % if ( $ChildObj ) {
     <td class="value">
@@ -168,7 +168,7 @@ if ( $ChildObj && !$ChildObj->CurrentUserHasRight('ModifyTicket') ) {
 <&| /Widgets/TitleBox, title => $Title, class => 'ticket-info-message' &>
 <table width="100%" border="0">
 
-  <tr>
+  <tr class="subject">
     <td class="label"><&|/l&>Subject</&>:</td>
     <td class="value"><input type="text" name="Subject" maxsize="200" value="<% $ARGS{'Subject'} || '' %>" /></td>
   </tr>
@@ -179,7 +179,7 @@ if ( $ChildObj && !$ChildObj->CurrentUserHasRight('ModifyTicket') ) {
 </td></tr>
 % }
 
-<tr><td class="labeltop"><&|/l&>Message</&>:</td>
+<tr class="message"><td class="labeltop"><&|/l&>Message</&>:</td>
 <td>
 <& /Elements/MessageBox,
     Default => $ARGS{'Content'},
diff --git a/html/RTIR/Investigation/Elements/Create b/html/RTIR/Investigation/Elements/Create
index 25ea346..f47ad41 100644
--- a/html/RTIR/Investigation/Elements/Create
+++ b/html/RTIR/Investigation/Elements/Create
@@ -53,7 +53,7 @@
 
 <tr>
   <td class="label"><&|/l&>Queue</&>:</td>
-  <td colspan="2">
+  <td>
       <& /RTIR/Elements/SelectRTIRQueue,
                 Name => $NamePrefix.'Queue',
                 Default => $ARGS{'Queue'} || $QueueObj->Id,
@@ -72,19 +72,19 @@
 % }
 
 % unless ( $SkipField{'TimeFields'} ) {
-<tr>
+<tr class="time-worked">
     <td class="label"><&|/l&>Time Worked</&>:</td>
-    <td><table><tr>
     <td class="value"><& /Elements/EditTimeValue,
         Name => $NamePrefix .'TimeWorked',
         Default => $value_cb->('TimeWorked') || '',
     &></td>
+    </tr>
+<tr class="time-left">
     <td class="label"><&|/l&>Time Left</&>:</td>
     <td class="value"><& /Elements/EditTimeValue,
         Name => $NamePrefix .'TimeLeft',
         Default => $value_cb->('TimeLeft') || '',
     &></td>
-    </tr></table></td>
 </tr>
 % }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list