Issue #1062040 by droplet: Fixed role page weight title.
parent
dc669853e6
commit
8460430504
|
@ -841,7 +841,7 @@ function user_admin_roles($form, $form_state) {
|
|||
$form['roles'][$rid]['#weight'] = $order;
|
||||
$form['roles'][$rid]['weight'] = array(
|
||||
'#type' => 'textfield',
|
||||
'#title' => t('Weight for @title', array('@title' => $name['label'])),
|
||||
'#title' => t('Weight for @title', array('@title' => $name)),
|
||||
'#title_display' => 'invisible',
|
||||
'#size' => 4,
|
||||
'#default_value' => $order,
|
||||
|
|
Loading…
Reference in New Issue