Changeset 2002:a0de6679a058 for plugins/aboutConfig/index.php
- Timestamp:
- 09/22/13 12:09:07 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/aboutConfig/index.php
r1553 r2002 134 134 135 135 <?php 136 $table_header = '< table class="settings" id="%s"><caption class="as_h3">%s</caption>'.136 $table_header = '<div class="table-outer"><table class="settings" id="%s"><caption class="as_h3">%s</caption>'. 137 137 '<thead>'. 138 138 '<tr>'."\n". … … 144 144 '</thead>'."\n". 145 145 '<tbody>'; 146 $table_footer = '</tbody></table> ';146 $table_footer = '</tbody></table></div>'; 147 147 148 148 $settings = array();
Note: See TracChangeset
for help on using the changeset viewer.