Changeset 854 for trunk/Modules/Translation/Translation.php
- Timestamp:
- Jan 19, 2016, 5:25:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/Translation.php
r850 r854 99 99 $Count = 40; 100 100 $Output = '<strong>'.T('Last translated').':</strong>'; 101 $Output .= '<div class="box">'; 101 102 102 103 $GroupListQuery = 'SELECT `Group`.* FROM `Group`'; … … 131 132 $Output .= '</table>'; 132 133 } 134 $Output .= '</div>'; 133 135 return($Output); 134 136 }
Note:
See TracChangeset
for help on using the changeset viewer.