Project

General

Profile

« Previous | Next » 

Revision 1192840b

Added by Sjon Hortensius over 10 years ago

refactor attributes from Input to Element to make it a bit more generic

  • replaced Input::setAttribute with explicit setReadonly/setDisabled
  • introduced Input::toggles

fixes #37, refs #21

View differences:

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