Changeset 2002:a0de6679a058 for admin/plugins.php
- Timestamp:
- 09/22/13 12:09:07 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/plugins.php
r1622 r2002 252 252 echo 253 253 '<h3>'.__('Activated plugins').'</h3>'. 254 '<table class="clear plugins"><tr>'. 254 '<table class="table-outer clear">'. 255 '<table class="plugins"><tr>'. 255 256 '<th>'.__('Plugin').'</th>'. 256 257 '<th class="nowrap">'.__('Version').'</th>'. … … 296 297 } 297 298 echo 298 '</table> ';299 '</table></div>'; 299 300 } 300 301 … … 305 306 echo 306 307 '<h3>'.__('Deactivated plugins').'</h3>'. 307 '<table class="clear plugins"><tr>'. 308 '<table class="clear table-outer">'. 309 '<table class="plugins"><tr>'. 308 310 '<th>'.__('Plugin').'</th>'. 309 311 '<th class="nowrap">'.__('Action').'</th>'. … … 339 341 } 340 342 echo 341 '</table> ';343 '</table></div>'; 342 344 } 343 345
Note: See TracChangeset
for help on using the changeset viewer.