[Rt-commit] rt branch, 4.6/core-group-management-extensions, updated. rt-4.4.4-294-g5cf79bc2d

Blaine Motsinger blaine at bestpractical.com
Mon Aug 19 20:37:10 EDT 2019


The branch, 4.6/core-group-management-extensions has been updated
       via  5cf79bc2d64f55507f98678c7ff5c2faa2eb2ad0 (commit)
      from  f1428994f345697b5b7bc24fb791b794ea085658 (commit)

Summary of changes:
 share/html/Elements/GotoGroup                   | 12 +++++++++---
 share/html/Group/Elements/Portlets/CreateTicket | 12 +++++++++---
 2 files changed, 18 insertions(+), 6 deletions(-)

- Log -----------------------------------------------------------------
commit 5cf79bc2d64f55507f98678c7ff5c2faa2eb2ad0
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Mon Aug 19 19:35:54 2019 -0500

    Migrate group management pages to elevator themes

diff --git a/share/html/Elements/GotoGroup b/share/html/Elements/GotoGroup
index 6c84066de..8985780c4 100644
--- a/share/html/Elements/GotoGroup
+++ b/share/html/Elements/GotoGroup
@@ -45,8 +45,6 @@
 %# those contributions and any derivatives thereof.
 %#
 %# END BPS TAGGED BLOCK }}}
-<form name="GroupSearch" method="post" action="<% RT->Config->Get('WebPath') %>/Group/Search.html">
-<input type="text" name="GroupString" value="<% $Default %>" data-autocomplete="Groups" data-autocomplete-return="Name" id="autocomplete-GroupString" />
 <script type="text/javascript">
 jQuery(function(){
     // Jump directly to the page if a group is chosen
@@ -55,7 +53,15 @@ jQuery(function(){
     });
 });
 </script>
-<input type="submit" name="GroupSearch" value="<&|/l&>Search</&>" class="button" />
+<form name="GroupSearch" method="post" action="<% RT->Config->Get('WebPath') %>/Group/Search.html">
+  <div class="form-row">
+    <div class="col-md-auto">
+      <input type="text" class="form-control" name="GroupString" value="<% $Default %>" data-autocomplete="Groups" data-autocomplete-return="Name" id="autocomplete-GroupString" />
+    </div>
+    <div class="col-md-auto">
+      <input type="submit" name="GroupSearch" value="<&|/l&>Search</&>" class="form-control btn btn-primary button" />
+    </div>
+  </div>
 </form>
 <%ARGS>
 $Default => ''
diff --git a/share/html/Group/Elements/Portlets/CreateTicket b/share/html/Group/Elements/Portlets/CreateTicket
index eace3c9bb..6acad36f6 100644
--- a/share/html/Group/Elements/Portlets/CreateTicket
+++ b/share/html/Group/Elements/Portlets/CreateTicket
@@ -47,10 +47,16 @@
 %# END BPS TAGGED BLOCK }}}
 <&| /Widgets/TitleBox, title => loc('Quick ticket creation'), class => "group create-ticket" &>
 <form name="CreateTicket" action="<%RT->Config->Get('WebPath')%>/Ticket/Create.html">
-<&|/l&>Create a ticket with this group as Cc in Queue</&>
 <input type="hidden" name="AddGroupCc" value="<%$Group->Id%>">
-<& /Elements/SelectNewTicketQueue &>
-<input type="submit" value="<&|/l&>Create</&>">
+  <div class="form-row">
+    <div class="col-md-auto">
+      <&|/l&>Create a ticket with this group as Cc in Queue</&>
+      <& /Elements/SelectNewTicketQueue &>
+    </div>
+    <div class="col-md-auto">
+      <input type="submit" class="form-control btn btn-primary button" value="<&|/l&>Create</&>">
+    </div>
+  </div>
 </form>
 </&>
 <%ARGS>

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


More information about the rt-commit mailing list