[Rt-commit] rt branch, 4.6/search-selection-next, repushed

Blaine Motsinger blaine at bestpractical.com
Wed Jan 29 18:37:53 EST 2020


The branch 4.6/search-selection-next was deleted and repushed:
       was 39f3b9e8ffe89252fc1ac7b27209190762e35a48
       now 329695eb7987ae0d617628396aa6098dfdbf3db7

1: 6a6be39aa4 = 1: 6a6be39aa4 Add RT-Extension-DashboardSelectionUI to core
2: c363780e3f = 2: c363780e3f Upgrade jQuery ui sortable and add disableSelection
3: 39f3b9e8ff ! 3: b561b6c116 Update DashboardSelectionUI to elevator-light
    @@ -14,6 +14,63 @@
      </form>
      
      <%INIT>
    +
    +diff --git a/share/html/Admin/Users/MyRT.html b/share/html/Admin/Users/MyRT.html
    +--- a/share/html/Admin/Users/MyRT.html
    ++++ b/share/html/Admin/Users/MyRT.html
    +@@
    +                     filters   => \@filters,
    +     &>
    + <input type="hidden" name="id" value="<% $id %>"/>
    +-<input type"submit" class="button" name="UpdateSearches" value= "<% loc('Save') %>"  >
    ++<input type="submit" class="button form-control btn btn-primary" name="UpdateSearches" value= "<% loc('Save') %>"  >
    + <div class="form-row">
    +   <div class="col-md-12">
    +     <input type="submit" class="button form-control btn btn-primary" value="<%loc('Reset to default')%>">
    +
    +diff --git a/share/html/Dashboards/Queries.html b/share/html/Dashboards/Queries.html
    +--- a/share/html/Dashboards/Queries.html
    ++++ b/share/html/Dashboards/Queries.html
    +@@
    +     selected  => \%selected,
    +     filters   => \@filters,
    +   &>
    +-  <input type="submit" class="button" name="UpdateSearches" value="<% loc('Save') %>" />
    ++  <input type="submit" class="button form-control btn btn-primary" name="UpdateSearches" value="<% loc('Save') %>" />
    + </form>
    + <%INIT>
    + my @results;
    +
    +diff --git a/share/html/Prefs/MyRT.html b/share/html/Prefs/MyRT.html
    +--- a/share/html/Prefs/MyRT.html
    ++++ b/share/html/Prefs/MyRT.html
    +@@
    +     selected  => \%selected,
    +     filters   => \@filters,
    +   &>
    +-  <input type="submit" class="button" name="UpdateSearches" value="<% loc('Save') %>" />
    ++  <input type="submit" class="button form-control btn btn-primary" name="UpdateSearches" value="<% loc('Save') %>" />
    + </form>
    + 
    + <&|/Widgets/TitleBox, title => loc('Options'), bodyclass => "" &>
    +@@
    +     <input class="form-control" type="text" name="SummaryRows" value="<% $ARGS{SummaryRows} %>" />
    +   </div>
    +   <div class="col-md-auto">
    +-    <input type="submit" class="button form-control btn btn-primary"" name="UpdateSummaryRows" value="<% loc('Save') %>" />
    ++    <input type="submit" class="button form-control btn btn-primary" name="UpdateSummaryRows" value="<% loc('Save') %>" />
    +   </div>
    + </div>
    + </form>
    +@@
    + <&|/Widgets/TitleBox, title => loc("Reset RT at a glance") &>
    + <form method="post" action="MyRT.html">
    + <input type="hidden" name="Reset" value="1" />
    +-<input type="submit" class="button form-control btn btn-primary"" value="<% loc('Reset to default') %>">
    ++<input type="submit" class="button form-control btn btn-primary" value="<% loc('Reset to default') %>">
    + </form>
    + </&>
    + 
     
     diff --git a/share/html/Widgets/SearchSelection b/share/html/Widgets/SearchSelection
     --- a/share/html/Widgets/SearchSelection
    @@ -143,6 +200,18 @@
      .selectionbox-js .contents {
     -    border: 2px solid #aaa;
     +    border: 1px solid #ccc;
    ++    border-radius: 0.25rem;
          overflow-y: scroll;
          padding: 0 .5em;
      }
    +@@
    + 
    + .selectionbox-js .contents li,
    + .selectionbox-js .contents .placeholder {
    +-    border: 2px solid #ddd;
    ++    border: 1px solid #aaa;
    ++    border-radius: 0.25rem;
    +     padding: .5em;
    +     margin: .5em 0;
    +     background-color: #eee;
    +
-:  ------- > 4: 329695eb79 Switch remove icon to fontawesome



More information about the rt-commit mailing list