Ignore:
Timestamp:
Jan 19, 2016, 5:25:11 PM (8 years ago)
Author:
chronos
Message:
  • Added: Responsive web layout. Two column layout is switched for single column for devices with smaller display.
  • Modified: All four boxes at front page made as oveflowing defined height.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Translation/Translation.php

    r850 r854  
    9999    $Count = 40;
    100100    $Output = '<strong>'.T('Last translated').':</strong>';
     101    $Output .= '<div class="box">';
    101102
    102103    $GroupListQuery = 'SELECT `Group`.* FROM `Group`';
     
    131132      $Output .= '</table>';
    132133    }
     134    $Output .= '</div>';
    133135    return($Output);
    134136  }
Note: See TracChangeset for help on using the changeset viewer.