Changeset 3639:fe9f4d94f86b for admin/langs.php
- Timestamp:
- 12/29/17 14:17:26 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/langs.php
r3627 r3639 271 271 form::combo(array('pkg_url'),$dc_langs_combo).'</p>'. 272 272 '<p class="field"><label for="your_pwd1" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Your password:').'</label> '. 273 form::password(array('your_pwd','your_pwd1'),20,255 ).'</p>'.273 form::password(array('your_pwd','your_pwd1'),20,255,'','','',false,'required placeholder="'.__('Password').'"').'</p>'. 274 274 '<p><input type="submit" value="'.__('Install language').'" />'. 275 275 $core->formNonce(). … … 286 286 '<p>'.__('You can install languages by uploading zip files.').'</p>'. 287 287 '<p class="field"><label for="pkg_file" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Language zip file:').'</label> '. 288 '<input type="file" id="pkg_file" name="pkg_file" /></p>'.288 '<input type="file" id="pkg_file" name="pkg_file" required /></p>'. 289 289 '<p class="field"><label for="your_pwd2" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Your password:').'</label> '. 290 form::password(array('your_pwd','your_pwd2'),20,255 ).'</p>'.290 form::password(array('your_pwd','your_pwd2'),20,255,'','','',false,'required placeholder="'.__('Password').'"').'</p>'. 291 291 '<p><input type="submit" name="upload_pkg" value="'.__('Upload language').'" />'. 292 292 $core->formNonce().
Note: See TracChangeset
for help on using the changeset viewer.