169,171c
	
	
	
	$output = system_settings_form( $form);
.
144a
	$form['instruction1'] = array("#type"=>"markup", "#value"=> '<p>'.t('For each role below, select the categories which members of the role are allowed to view.')."</p>\n");

	$form['instruction2'] = array("#type"=>"markup", "#value"=>  '<p>'.t('You may grant individual users access to categories in addition to those selected here.  See the cac_lite tab on the user edit page.')."</p>\n");
.
137c
  $output = system_settings_form($form);
  
.
135c
  //$output = '<p>'.t('Select one or more containers which limit access.')."</p>\n";
.
131c
		   '#description' => t('Select one or more containers which limit access.'),
.
114c
  //}
.
109c
					 'callback'=> 'drupal_get_form',
					 'callback arguments' => 'cac_lite_admin_settings_defaults',
.
99a
					 //'type'=> MENU_NORMAL_ITEM,
.
97c
				'callback' => 'drupal_get_form',
					 'callback arguments'=> 'cac_lite_admin_settings',
.
93c
  //if ($may_cache) {
.
