[Rt-commit] rt branch, 5.0/center-comment-reply-on-bulk-update-page, repushed

Blaine Motsinger blaine at bestpractical.com
Wed Nov 4 12:09:51 EST 2020


The branch 5.0/center-comment-reply-on-bulk-update-page was deleted and repushed:
       was 3082df4ab4c6048d0f594af4d5dc4a18dabb87bc
       now 05cb790b1e76691cfc22b3cbb9b73fcc3c54d513

1: cce358ac93 = 1: cce358ac93 Center comment/reply messagebox on bulk update
2: 214b40d113 = 2: 214b40d113 Replace cf hints with tooltips on bulk update
3: 3e0c7bf9ca = 3: 3e0c7bf9ca Fix BeforeMessageBox callback location
4: 3082df4ab4 ! 4: 05cb790b1e Fix padding for custom field inputs on bulk update
    @@ -6,23 +6,16 @@
     --- a/share/html/Elements/BulkCustomFields
     +++ b/share/html/Elements/BulkCustomFields
     @@
    - %# END BPS TAGGED BLOCK }}}
    - <div class="bulk-edit-custom-fields">
    - 
    --  <div class="form-row">
    -+  <div class="form-row col-12">
    -     <div class="label col-4 text-left">
    -       <&|/l&>Name</&>
    -     </div>
    -@@
        </div>
      % my $i = 0;
      % while (my $cf = $CustomFields->Next) {
     -  <div class="form-row <% ++$i%2 ? 'oddline': 'evenline' %>">
    -+  <div class="form-row col-12 pb-2 pt-2 <% ++$i%2 ? 'oddline': 'evenline' %>">
    -     <div class="label col-4 text-left">
    +-    <div class="label col-4 text-left">
    ++  <div class="form-row pb-2 pt-2 <% ++$i%2 ? 'oddline': 'evenline' %>">
    ++    <div class="label col-4 pl-2 text-left">
            <span class="name"><% $cf->Name %>:</span>
      % if ( $cf->EntryHint ) {
    +       <span class="far fa-question-circle icon-helper" data-toggle="tooltip" data-placement="top" data-original-title="<% $cf->EntryHint %>"></span>
     
     diff --git a/share/html/Search/Bulk.html b/share/html/Search/Bulk.html
     --- a/share/html/Search/Bulk.html



More information about the rt-commit mailing list