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

Blaine Motsinger blaine at bestpractical.com
Fri Sep 13 20:15:15 EDT 2019


The branch, 4.2-theme/migrate-to-elevator-themes has been updated
       via  caefb5b803ac0ced0321806f0f3fee59cb0f1a64 (commit)
      from  24691153ebec349c5efa32baefb8173cafdddde1 (commit)

Summary of changes:
 html/RTIR/Reporting/index.html | 91 ++++++++++++++++++++++++------------------
 1 file changed, 52 insertions(+), 39 deletions(-)

- Log -----------------------------------------------------------------
commit caefb5b803ac0ced0321806f0f3fee59cb0f1a64
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Fri Sep 13 19:14:41 2019 -0500

    Migrate RTIR/Tools/Reporting to elevator themes

diff --git a/html/RTIR/Reporting/index.html b/html/RTIR/Reporting/index.html
index 1e9e8623..492507b0 100644
--- a/html/RTIR/Reporting/index.html
+++ b/html/RTIR/Reporting/index.html
@@ -49,45 +49,58 @@
 <& /Elements/Tabs &>
 
 <form action="index.html" method="post">
-<table>
-  <tr>
-    <td class="label"><&|/l&>Constituency</&>:</td>
-    <td class="value">
-      <& /Elements/EditCustomField,
-           QueueObj => RT::Queue->new($session{CurrentUser}),
-           CustomField => $constituency_cf,
-           Name => 'Constituency',
-      &>
-    </td>
-  </tr>
-  <tr>
-    <td class="label"><&|/l&>Start Date:</&></td>
-    <td class="input">
-      <& /Elements/SelectDate, Name => 'StartDate', Default => $start->AsString &>
-    </td>
-  </tr>
-  <tr>
-    <td class="label"><&|/l&>End Date:</&></td>
-    <td class="input">
-      <& /Elements/SelectDate, Name => 'EndDate', Default => $end->AsString &>
-    </td>
-  </tr>
-</table>
-<& /Elements/Submit,
-    Caption => loc("Generate a delimited text report"),
-    Name    => "TextReport",
-    Label   => loc("Text"),
-&>
-<& /Elements/Submit,
-    Name    => "HTMLReport",
-    Caption => loc("Generate a HTML report"),
-    Label   => loc("HTML"),
-&>
-<& /Elements/Submit,
-    Name    => "SpreadsheetReport",
-    Caption => loc("Generate a spreadsheet report"),
-    Label   => loc("Spreadsheet"),
-&>
+<div class="row">
+  <div class="col-md-3">
+    <div class="form-row">
+      <div class="label col-md-3">
+        <&|/l&>Constituency</&>:
+      </div>
+      <div class="value col-md-9">
+        <& /Elements/EditCustomField,
+            QueueObj => RT::Queue->new($session{CurrentUser}),
+            CustomField => $constituency_cf,
+            Name => 'Constituency',
+        &>
+      </div>
+    </div>
+    <div class="form-row">
+      <div class="label col-md-3">
+        <&|/l&>Start Date:</&>
+      </div>
+      <div class="value col-md-9">
+        <& /Elements/SelectDate, Name => 'StartDate', Default => $start->AsString &>
+      </div>
+    </div>
+    <div class="form-row">
+      <div class="label col-md-3">
+        <&|/l&>End Date:</&>
+      </div>
+      <div class="value col-md-9">
+        <& /Elements/SelectDate, Name => 'EndDate', Default => $end->AsString &>
+      </div>
+    </div>
+  </div>
+</div>
+
+<div class="row">
+  <div class="col-md-12">
+    <& /Elements/Submit,
+        Caption => loc("Generate a delimited text report"),
+        Name    => "TextReport",
+        Label   => loc("Text"),
+    &>
+    <& /Elements/Submit,
+        Name    => "HTMLReport",
+        Caption => loc("Generate a HTML report"),
+        Label   => loc("HTML"),
+    &>
+    <& /Elements/Submit,
+        Name    => "SpreadsheetReport",
+        Caption => loc("Generate a spreadsheet report"),
+        Label   => loc("Spreadsheet"),
+    &>
+  </div>
+</div>
 </form>
 
 <%INIT>

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


More information about the rt-commit mailing list