Changeset 1499:fc4bc1ece727 for admin/langs.php
- Timestamp:
- 08/20/13 16:47:16 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/langs.php
r1399 r1499 222 222 223 223 echo 224 '<form method="post" action="langs.php" enctype="multipart/form-data">'. 225 '<fieldset>'. 226 '<legend>'.__('Available languages').'</legend>'. 224 '<form method="post" action="langs.php" enctype="multipart/form-data" class="fieldset">'. 225 '<h4>'.__('Available languages').'</h4>'. 227 226 '<p>'.sprintf(__('You can download and install a additional language directly from Dotclear.net. '. 228 227 'Proposed languages are based on your version: %s.'),'<strong>'.DC_VERSION.'</strong>').'</p>'. … … 233 232 '<p><input type="submit" value="'.__('Install language').'" />'. 234 233 $core->formNonce(). 235 '</p> </fieldset>'.234 '</p>'. 236 235 '</form>'; 237 236 } … … 241 240 # 'Upload language pack' form 242 241 echo 243 '<form method="post" action="langs.php" enctype="multipart/form-data">'. 244 '<fieldset>'. 245 '<legend>'.__('Upload a zip file').'</legend>'. 242 '<form method="post" action="langs.php" enctype="multipart/form-data" class="fieldset">'. 243 '<h4>'.__('Upload a zip file').'</h4>'. 246 244 '<p>'.__('You can install languages by uploading zip files.').'</p>'. 247 245 '<p class="field"><label for="pkg_file" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Language zip file:').'</label> '. … … 251 249 '<p><input type="submit" name="upload_pkg" value="'.__('Upload language').'" />'. 252 250 $core->formNonce(). 253 '</p> </fieldset>'.251 '</p>'. 254 252 '</form>'; 255 253 }
Note: See TracChangeset
for help on using the changeset viewer.