Changeset 1341:530893ad2aab for plugins
- Timestamp:
- 08/12/13 15:46:42 (12 years ago)
- Branch:
- default
- Location:
- plugins
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/aboutConfig/index.php
r1339 r1341 134 134 135 135 <?php 136 $table_header = '<table class="settings" id="%s"><caption >%s</caption>'.136 $table_header = '<table class="settings" id="%s"><caption class="as_h3">%s</caption>'. 137 137 '<thead>'. 138 138 '<tr>'."\n". -
plugins/antispam/index.php
r1339 r1341 178 178 # Filters 179 179 echo 180 '<form action="'.$p_url.'" method="post" class="fieldset"id="filters-form">';180 '<form action="'.$p_url.'" method="post" id="filters-form">'; 181 181 182 182 if (!empty($_GET['upd'])) { … … 186 186 echo 187 187 '<table class="dragable">'. 188 '<caption >'.__('Available spam filters').'</caption>'.188 '<caption class="as_h3">'.__('Available spam filters').'</caption>'. 189 189 '<thead><tr>'. 190 190 '<th>'.__('Order').'</th>'. -
plugins/userPref/index.php
r1339 r1341 130 130 131 131 <?php 132 $table_header = '<table class="prefs" id="%s"><caption >%s</caption>'.132 $table_header = '<table class="prefs" id="%s"><caption class="as_h3">%s</caption>'. 133 133 '<thead>'. 134 134 '<tr>'."\n".
Note: See TracChangeset
for help on using the changeset viewer.