Changeset 2002:a0de6679a058 for plugins/userPref
- Timestamp:
- 09/22/13 12:09:07 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/userPref/index.php
r1553 r2002 130 130 131 131 <?php 132 $table_header = '< table class="prefs" id="%s"><caption class="as_h3">%s</caption>'.132 $table_header = '<div class="table-outer"><table class="prefs" id="%s"><caption class="as_h3">%s</caption>'. 133 133 '<thead>'. 134 134 '<tr>'."\n". … … 140 140 '</thead>'."\n". 141 141 '<tbody>'; 142 $table_footer = '</tbody></table> ';142 $table_footer = '</tbody></table></div>'; 143 143 144 144 $prefs = array();
Note: See TracChangeset
for help on using the changeset viewer.