[Rt-commit] rt branch, 4.6-theme/admin-queues-pages, updated. rt-4.4.4-206-g641ab8dbe

Blaine Motsinger blaine at bestpractical.com
Wed May 1 19:07:01 EDT 2019


The branch, 4.6-theme/admin-queues-pages has been updated
       via  641ab8dbe6d98f0d99a39aafadd7c43661af6ca2 (commit)
      from  01753655c101a6c3113ae3956213d4f89d72a44c (commit)

Summary of changes:
 share/html/Admin/Elements/EditScrips | 28 ++++++++++++++++++----------
 1 file changed, 18 insertions(+), 10 deletions(-)

- Log -----------------------------------------------------------------
commit 641ab8dbe6d98f0d99a39aafadd7c43661af6ca2
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Wed May 1 18:06:29 2019 -0500

    Migrate Admin/Queues/Scrips to elevator themes

diff --git a/share/html/Admin/Elements/EditScrips b/share/html/Admin/Elements/EditScrips
index 4cb4d1a41..d5e21a545 100644
--- a/share/html/Admin/Elements/EditScrips
+++ b/share/html/Admin/Elements/EditScrips
@@ -66,11 +66,15 @@
 <p><i><&|/l&>(No scrips)</&></i></p>
 % }
 
-<& /Elements/Submit,
-    Name => 'RemoveScrips',
-    Caption => loc("Un-apply selected scrips"),
-    Label => loc("Update"),
-&>
+<div class="form-row">
+  <div class="col-md-12">
+    <& /Elements/Submit,
+        Name => 'RemoveScrips',
+        Caption => loc("Un-apply selected scrips"),
+        Label => loc("Update"),
+    &>
+  </div>
+</div>
 
 <h2><&|/l&>Not applied scrips</&></h2>
 % $scrips = $find_scrips->(Added => 0);
@@ -90,11 +94,15 @@
 
 <& SelectStageForAdded &>
 
-<& /Elements/Submit,
-    Name => 'AddScrips',
-    Caption => loc("Apply selected scrips"),
-    Label => loc("Update"),
-&>
+<div class="form-row">
+  <div class="col-md-12">
+    <& /Elements/Submit,
+        Name => 'AddScrips',
+        Caption => loc("Apply selected scrips"),
+        Label => loc("Update"),
+    &>
+  </div>
+</div>
 
 </form>
 

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


More information about the rt-commit mailing list