[Rt-commit] rt branch, 4.6/simplify-footer, repushed

? sunnavy sunnavy at bestpractical.com
Tue Feb 11 13:58:04 EST 2020


The branch 4.6/simplify-footer was deleted and repushed:
       was 59ba708a963f683d61aeed5c918c0db7c2a0a61c
       now 8b2d2886a0ebb05d72cd667ab352398e9a0ac0ec

1: a1aa63bb69 ! 1: ebb54329a7 Change layout of footer
    @@ -30,18 +30,18 @@
     +% # display 3 columns on login page
     +% # display 1 column center aligned once logged in, without the "For support and sales..." section
     +% my $cols = ( $Menu ? '12' : '4' );
    -+  <div class="col-md-<% $cols %> col-sm-12">
    -+    <p id="version" class="text-<% $Menu ? 'center pb-1' : 'left' %>"><span><&|/l_unsafe, $RT::VERSION, &>RT Version [_1]</&></span></p>
    ++  <div class="col-md-<% $cols %>">
    ++    <p id="version" class="text-center <% $Menu ? 'pb-1' : 'text-md-left' %>"><span><&|/l_unsafe, $RT::VERSION, &>RT Version [_1]</&></span></p>
     +  </div>
    -+  <div class="col-md-<% $cols %> col-sm-12">
    ++  <div class="col-md-<% $cols %>">
     +    <p id="bpscredits" class="text-center"><span><&|/l_unsafe, '2020', '»|«', '<a href="https://bestpractical.com/about">Best Practical Solutions, LLC</a>', &>Copyright 1996-[_1] [_2] [_3].</&></span></p>
     +  </div>
      % if (!$Menu) {
     -    <div class="col-md-4 col-sm-12">
     -  <p id="legal"><&|/l_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>' &>Distributed under [_1]version 2 of the GNU GPL[_2].</&><br /><&|/l_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>' &>To inquire about support, training, custom development or licensing, please contact [_1].</&><br /></p>
     -    </div>
    -+  <div class="col-md-4 col-sm-12">
    -+    <p id="legal" class="text-right"><&|/l_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>' &>For support and sales inquiries, please contact [_1].</&></p>
    ++  <div class="col-md-4">
    ++    <p id="legal" class="text-md-right text-center"><&|/l_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>' &>For support and sales inquiries, please contact [_1].</&></p>
     +  </div>
      % }
      </div>
2: 760bf27024 = 2: 5f5337e48e Removed bps svg logo
3: 59ba708a96 = 3: 8b2d2886a0 Add TODO block for footer translation test



More information about the rt-commit mailing list