[Rt-commit] rtir branch, 4.2-theme/migrate-to-elevator-themes, updated. 4.0.1rc1-105-g21508531

Blaine Motsinger blaine at bestpractical.com
Mon Sep 23 17:18:17 EDT 2019


The branch, 4.2-theme/migrate-to-elevator-themes has been updated
       via  21508531b282aa9d7daa487efcdfb94bd6640f24 (commit)
      from  2cfbb20fc2b89eb042bea8b9b336f7712c7511f5 (commit)

Summary of changes:
 html/RTIR/Advanced.html | 108 ++++++++++++++++++++++++++++++------------------
 1 file changed, 67 insertions(+), 41 deletions(-)

- Log -----------------------------------------------------------------
commit 21508531b282aa9d7daa487efcdfb94bd6640f24
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Mon Sep 23 16:18:04 2019 -0500

    Migrate RTIR/Advanced to elevator themes

diff --git a/html/RTIR/Advanced.html b/html/RTIR/Advanced.html
index 942ff9ad..82945bdd 100644
--- a/html/RTIR/Advanced.html
+++ b/html/RTIR/Advanced.html
@@ -54,47 +54,73 @@
 <input type="hidden" name="id" value="<% $Ticket->Id %>" />
 
 <&| /Widgets/TitleBox, title => loc('Edit basics') &>
-<table>
-  <tr>
-    <td class="label"><&|/l&>Subject</&>:</td>
-    <td class="value"><input type="text" name="Subject" value="<% $Ticket->Subject %>" /></td>
-  </tr>
-  <tr>
-    <td class="label"><&|/l&>Queue</&>:</td>
-    <td class="value"><& /Elements/SelectQueue, Name => 'Queue', Default => $Ticket->Queue &></td>
-  </tr>
-
-  <tr>
-    <td class="label"><&|/l&>Time Estimated</&>:</td>
-    <td class="value"><& /Elements/EditTimeValue,
-        Name => 'TimeEstimated',
-        Default => $ARGS{'TimeEstimated'} || $Ticket->TimeEstimated || '',
-    &></td>
-  </tr>
-  <tr>
-    <td class="label"><&|/l&>Time Worked</&>:</td>
-    <td class="value"><& /Elements/EditTimeValue,
-        Name => 'TimeWorked',
-        Default => $ARGS{'TimeWorked'} || $Ticket->TimeWorked || '',
-    &></td>
-  </tr>
-  <tr>
-    <td class="label"><&|/l&>Time Left</&>:</td>
-    <td class="value"><& /Elements/EditTimeValue,
-        Name => 'TimeLeft',
-        Default => $ARGS{'TimeLeft'} || $Ticket->TimeLeft || '',
-    &></td>
-  </tr>
-
-  <tr>
-    <td class="label"><&|/l&>Priority</&>:</td>
-    <td class="value"><&/Elements/SelectPriority, Name=>"Priority", Default=>$Ticket->Priority &></td>
-  </tr>
-  <tr>
-    <td class="label"><&|/l&>Final Priority</&>:</td>
-    <td class="value"><&/Elements/SelectPriority, Name=>"FinalPriority", Default=>$Ticket->FinalPriority &></td>
-  </tr>
-</table>
+<div class="col-md-12">
+  <div class="form-row">
+    <div class="label col-md-3">
+      <&|/l&>Subject</&>:
+    </div>
+    <div class="value col-md-9">
+      <input class="form-control" type="text" name="Subject" value="<% $Ticket->Subject %>" />
+    </div>
+  </div>
+  <div class="form-row">
+    <div class="label col-md-3">
+      <&|/l&>Queue</&>:
+    </div>
+    <div class="value col-md-9">
+      <& /Elements/SelectQueue, Name => 'Queue', Default => $Ticket->Queue &>
+    </div>
+  </div>
+  <div class="form-row">
+    <div class="label col-md-3">
+      <&|/l&>Time Estimated</&>:
+    </div>
+    <div class="value col-md-9">
+      <& /Elements/EditTimeValue,
+          Name => 'TimeEstimated',
+          Default => $ARGS{'TimeEstimated'} || $Ticket->TimeEstimated || '',
+      &>
+    </div>
+  </div>
+  <div class="form-row">
+    <div class="label col-md-3">
+      <&|/l&>Time Worked</&>:
+    </div>
+    <div class="value col-md-9">
+      <& /Elements/EditTimeValue,
+          Name => 'TimeWorked',
+          Default => $ARGS{'TimeWorked'} || $Ticket->TimeWorked || '',
+      &>
+    </div>
+  </div>
+  <div class="form-row">
+    <div class="label col-md-3">
+      <&|/l&>Time Left</&>:
+    </div>
+    <div class="value col-md-9">
+      <& /Elements/EditTimeValue,
+          Name => 'TimeLeft',
+          Default => $ARGS{'TimeLeft'} || $Ticket->TimeLeft || '',
+      &>
+    </div>
+  </div>
+  <div class="form-row">
+    <div class="label col-md-3">
+      <&|/l&>Priority</&>:
+    </div>
+    <div class="value col-md-9">
+      <&/Elements/SelectPriority, Name=>"Priority", Default=>$Ticket->Priority &>
+    </div>
+  </div>
+  <div class="form-row">
+    <div class="label col-md-3">
+      <&|/l&>Final Priority</&>:
+    </div>
+    <div class="value col-md-9">
+      <&/Elements/SelectPriority, Name=>"FinalPriority", Default=>$Ticket->FinalPriority &>
+    </div>
+  </div>
+</div>
 </&>
 
 <&| /Widgets/TitleBox, title => loc('Edit Links') &>

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


More information about the rt-commit mailing list