Przeglądaj źródła

Consistency for text area width

®omano 7 lat temu
rodzic
commit
6ae9360983
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      modules/user_admin/edit_user.php

+ 1 - 1
modules/user_admin/edit_user.php

@@ -233,7 +233,7 @@ function exec_ogp_module() {
 	if ( $isAdmin && $userInfo['users_role'] != "subuser" ) {
 		$ft->add_custom_field('user_role',
 			create_drop_box_from_array(array('user', 'admin'),"newrole", $userInfo['users_role']));
-		$ft->add_field('text','comment',$userInfo['users_comment']);
+		$ft->add_field('text','comment',$userInfo['users_comment'], 48);
 	?>
 		<tr>
 		<td align='right'><?php print_lang('expires'); ?>:</td>