[Rt-commit] rt branch, 4.6-theme/admin-scrips-pages, updated. rt-4.4.4-183-g62d29e52f

Blaine Motsinger blaine at bestpractical.com
Thu Apr 11 16:58:05 EDT 2019


The branch, 4.6-theme/admin-scrips-pages has been updated
       via  62d29e52fb2ff37fc1b0ded566d58f3c58500573 (commit)
      from  7a9ad73bd4688efc917d8eb790743280e3f2f1e8 (commit)

Summary of changes:
 share/html/Admin/Scrips/index.html | 23 +++++++++++++++++++----
 1 file changed, 19 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit 62d29e52fb2ff37fc1b0ded566d58f3c58500573
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Thu Apr 11 15:57:49 2019 -0500

    Migrate Admin/Scrips/index to elevator themes

diff --git a/share/html/Admin/Scrips/index.html b/share/html/Admin/Scrips/index.html
index 39cfb097a..a78ff5173 100644
--- a/share/html/Admin/Scrips/index.html
+++ b/share/html/Admin/Scrips/index.html
@@ -50,10 +50,25 @@
 
 <h1><%$caption%></h1>
 
-<form method="post" action="<% RT->Config->Get('WebPath') %>/Admin/Scrips/index.html">
-<input type="checkbox" class="checkbox" id="FindDisabledScrips" name="FindDisabledScrips" value="1" <% $FindDisabledScrips ? 'checked="checked"': '' |n%> />
-<label for="FindDisabledScrips"><&|/l&>Include disabled scrips in listing.</&></label>
-<div align="right"><input type="submit" class="button" value="<&|/l&>Go!</&>" /></div>
+<form>
+  <div class="form-row">
+    <div class="col-md-9 value">
+      <div class="custom-control custom-checkbox">
+        <input type="checkbox" class="custom-control-input checkbox" id="FindDisabledScrips" name="FindDisabledScrips" value="1" <% $FindDisabledScrips ? 'checked="checked"': '' |n%> />
+        <label class="custom-control-label" for="FindDisabledScrips"><&|/l&>Include disabled scrips in listing.</&></label>
+      </div>
+    </div>
+  </div>
+
+  <div class="form-row">
+    <div class="col-md-3 label">
+    </div>
+    <div class="col-md-9 value">
+      <div align="right">
+        <input type="submit" class="form-control btn btn-primary" value="<&|/l&>Go!</&>" />
+      </div>
+    </div>
+  </div>
 </form>
 
 <& /Elements/CollectionList,

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


More information about the rt-commit mailing list