Changeset 1621:ee70ba4550a7 for admin/user.php
- Timestamp:
- 08/30/13 10:45:43 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/user.php
r1620 r1621 206 206 207 207 echo 208 '<form action="user.php" method="post" id="user-form" class="fieldset">'.208 '<form action="user.php" method="post" id="user-form">'. 209 209 '<div class="two-cols">'. 210 210 … … 224 224 225 225 echo 226 '<form action="user.php" method="post" id="user-form">'.227 '<fieldset><legend>'.__('User information').'</legend>'.228 '<div class="two-cols">'.229 '<div class="col">'.230 '<p><label for="user_id" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Username:').' '.231 form::field('user_id',20,255,html::escapeHTML($user_id)).232 '</label></p>'.233 '<p class="form-note">'.__('At least 2 characters using letters, numbers or symbols.').'</p>'.234 235 226 '<div class="pw-table">'. 236 227 '<p class="pw-cell">'. … … 319 310 320 311 echo 321 '<p class="clear border-top"><label for="your_pwd" class="required">'.312 '<p class="clear vertical-separator"><label for="your_pwd" class="required">'. 322 313 '<abbr title="'.__('Required field').'">*</abbr> '.__('Your password:').'</label>'. 323 314 form::password('your_pwd',20,255).'</p>'. … … 387 378 } 388 379 else { 389 echo '<p>'.sprintf(__(' User %s is super admin.'),$user_id).'</p>';380 echo '<p>'.sprintf(__('%s is super admin (all rights on all blogs).'),'<strong>'.$user_id.'</strong>').'</p>'; 390 381 } 391 382 echo '</div>';
Note: See TracChangeset
for help on using the changeset viewer.