[Rt-commit] rt branch, 5.0.0-releng, updated. rt-5.0.0beta2-4-g9ad510f4bf

Jim Brandt jbrandt at bestpractical.com
Thu Jun 25 15:48:02 EDT 2020


The branch, 5.0.0-releng has been updated
       via  9ad510f4bfc6ad3c94c861cfec52bb3e196df357 (commit)
       via  824ef4988229154c9618901ea59e0a49e179ce18 (commit)
      from  5aad97bf49957d4d4804dadc7cacc802f06e6fd3 (commit)

Summary of changes:
 share/html/Elements/GotoGroup | 4 ++--
 share/html/Group/Search.html  | 7 +++++--
 2 files changed, 7 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit 824ef4988229154c9618901ea59e0a49e179ce18
Author: Craig <craig at bestpractical.com>
Date:   Mon May 4 09:06:02 2020 -0400

    Center group search page content

diff --git a/share/html/Elements/GotoGroup b/share/html/Elements/GotoGroup
index 6c02086e8b..4b92b661a0 100644
--- a/share/html/Elements/GotoGroup
+++ b/share/html/Elements/GotoGroup
@@ -54,8 +54,8 @@ jQuery(function(){
 });
 </script>
 <form name="GroupSearch" method="post" action="<% RT->Config->Get('WebPath') %>/Group/Search.html">
-  <div class="form-row">
-    <div class="col-auto">
+  <div class="form-row justify-content-center">
+    <div class="col-4">
       <input type="text" class="form-control" name="GroupString" value="<% $Default %>" data-autocomplete="Groups" data-autocomplete-return="Name" id="autocomplete-GroupString" />
     </div>
     <div class="col-auto">
diff --git a/share/html/Group/Search.html b/share/html/Group/Search.html
index 0716c7298e..7fb3d99ee6 100644
--- a/share/html/Group/Search.html
+++ b/share/html/Group/Search.html
@@ -50,8 +50,11 @@
 
 <& /Elements/GotoGroup, Default => $GroupString||'' &>
 
-<p> <&|/l&>This will search for groups by looking in the following fields:</&> <% $search_fields %></p>
-
+<div class="form-row text-center">
+  <div class="col-12">
+    <&|/l&>This will search for groups by looking in the following fields:</&> <% $search_fields %>
+  </div>
+</div>
 % if ($GroupString) {
 
 % unless ( $groups->Count ) {

commit 9ad510f4bfc6ad3c94c861cfec52bb3e196df357
Merge: 5aad97bf49 824ef49882
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Thu Jun 25 15:38:51 2020 -0400

    Merge branch '5.0/center-groups-simple-search' into 5.0.0-releng


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


More information about the rt-commit mailing list