Changeset 267:e5ab2aa7e3e4 for admin/install
- Timestamp:
- 05/14/11 15:26:34 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/install/index.php
r240 r267 321 321 '<form action="index.php" method="post">'. 322 322 '<fieldset><legend>'.__('User information').'</legend>'. 323 '<p><label >'.__('First Name:').' '.323 '<p><label for="u_firstname">'.__('First Name:').' '. 324 324 form::field('u_firstname',30,255,html::escapeHTML($u_firstname)).'</label></p>'. 325 '<p><label >'.__('Last Name:').' '.325 '<p><label for="u_name">'.__('Last Name:').' '. 326 326 form::field('u_name',30,255,html::escapeHTML($u_name)).'</label></p>'. 327 '<p><label >'.__('Email:').' '.327 '<p><label for="u_email">'.__('Email:').' '. 328 328 form::field('u_email',30,255,html::escapeHTML($u_email)).'</label></p>'. 329 329 '</fieldset>'. 330 330 331 331 '<fieldset><legend>'.__('Username and password').'</legend>'. 332 '<p><label class="required" title="'.__('Required field').'">'.__('Username:').' '.332 '<p><label for="u_login" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Username:').' '. 333 333 form::field('u_login',30,32,html::escapeHTML($u_login)).'</label></p>'. 334 '<p><label class="required" title="'.__('Required field').'">'.__('Password:').' '.334 '<p><label for="u_pwd" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Password:').' '. 335 335 form::password('u_pwd',30,255).'</label></p>'. 336 '<p><label class="required" title="'.__('Required field').'">'.__('Confirm password:').' '.336 '<p><label for="u_pwd2" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Confirm password:').' '. 337 337 form::password('u_pwd2',30,255).'</label></p>'. 338 338 '</fieldset>'.
Note: See TracChangeset
for help on using the changeset viewer.