Revision 1192840b
Added by Sjon Hortensius over 10 years ago
usr/local/www/system_groupmanager_addprivs.php | ||
---|---|---|
157 | 157 |
$a_group['priv'], |
158 | 158 |
$priv_list, |
159 | 159 |
true |
160 |
))->setHelp('Hold down CTRL (pc)/COMMAND (mac) key to select')->setAttribute('size', 30);
|
|
160 |
))->setHelp('Hold down CTRL (pc)/COMMAND (mac) key to select'); |
|
161 | 161 |
|
162 | 162 |
$form->add($section); |
163 | 163 |
|
Also available in: Unified diff
refactor attributes from Input to Element to make it a bit more generic
fixes #37, refs #21