Changeset 456:f55f02550402 for admin/langs.php
- Timestamp:
- 06/30/11 14:58:00 (14 years ago)
- Branch:
- formfilters
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/langs.php
r66 r456 173 173 { 174 174 echo 175 '<table class="clear plugins"><tr>'. 176 '<th>'.__('Language').'</th>'. 177 '<th class="nowrap">'.__('Action').'</th>'. 178 '</tr>'; 175 '<table class="clear plugins">'. 176 '<thead><tr>'. 177 '<th scope="col">'.__('Language').'</th>'. 178 '<th scope="col" class="nowrap">'.__('Action').'</th>'. 179 '</tr></thead>'. 180 '<tbody>'; 179 181 180 182 foreach ($locales_content as $k => $v) … … 184 186 echo 185 187 '<tr class="line wide">'. 186 '<t dclass="maximal nowrap">('.$k.') '.187 '<strong>'.html::escapeHTML($iso_codes[$k]).'</strong></t d>'.188 '<th scope="row" class="maximal nowrap">('.$k.') '. 189 '<strong>'.html::escapeHTML($iso_codes[$k]).'</strong></th>'. 188 190 '<td class="nowrap action">'; 189 191 … … 202 204 echo '</td></tr>'; 203 205 } 204 echo '</table>'; 206 echo 207 '</tbody>'. 208 '</table>'; 205 209 } 206 210 … … 228 232 'Proposed languages are based on your version: %s.'),'<strong>'.DC_VERSION.'</strong>').'</p>'. 229 233 '<p class="field"><label for="pkg_url" class="classic">'.__('Language:').' '. 230 form::combo( array('pkg_url'),$dc_langs_combo).'</label></p>'.234 form::combo('pkg_url',$dc_langs_combo).'</label></p>'. 231 235 '<p class="field"><label for="your_pwd1" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Your password:').' '. 232 236 form::password(array('your_pwd','your_pwd1'),20,255).'</label></p>'.
Note: See TracChangeset
for help on using the changeset viewer.