Changeset 3639:fe9f4d94f86b for inc/admin/lib.moduleslist.php
- Timestamp:
- 12/29/17 14:17:26 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.moduleslist.php
r3627 r3639 1312 1312 '<h4>'.__('Upload a zip file').'</h4>'. 1313 1313 '<p class="field"><label for="pkg_file" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Zip file path:').'</label> '. 1314 '<input type="file" name="pkg_file" id="pkg_file" /></p>'.1314 '<input type="file" name="pkg_file" id="pkg_file" required /></p>'. 1315 1315 '<p class="field"><label for="your_pwd1" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Your password:').'</label> '. 1316 form::password(array('your_pwd','your_pwd1'),20,255 ).'</p>'.1316 form::password(array('your_pwd','your_pwd1'),20,255,'','','',false,'required placeholder="'.__('Password').'"').'</p>'. 1317 1317 '<p><input type="submit" name="upload_pkg" value="'.__('Upload').'" />'. 1318 1318 $this->core->formNonce().'</p>'. … … 1324 1324 '<h4>'.__('Download a zip file').'</h4>'. 1325 1325 '<p class="field"><label for="pkg_url" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Zip file URL:').'</label> '. 1326 form::field(array('pkg_url','pkg_url'),40,255 ).'</p>'.1326 form::field(array('pkg_url','pkg_url'),40,255,'','','',false,'required placeholder="'.__('URL').'"').'</p>'. 1327 1327 '<p class="field"><label for="your_pwd2" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Your password:').'</label> '. 1328 form::password(array('your_pwd','your_pwd2'),20,255 ).'</p>'.1328 form::password(array('your_pwd','your_pwd2'),20,255,'','','',false,'required placeholder="'.__('Password').'"').'</p>'. 1329 1329 '<p><input type="submit" name="fetch_pkg" value="'.__('Download').'" />'. 1330 1330 $this->core->formNonce().'</p>'.
Note: See TracChangeset
for help on using the changeset viewer.