Author: sevein
Date: Mon Jul 30 09:47:28 2012
New Revision: 12006
Log:
s/none/manual
Modified:
trunk/lib/form/SettingsGlobalForm.class.php
Modified: trunk/lib/form/SettingsGlobalForm.class.php
==============================================================================
--- trunk/lib/form/SettingsGlobalForm.class.php Mon Jul 30 00:02:11 2012
(r12005)
+++ trunk/lib/form/SettingsGlobalForm.class.php Mon Jul 30 09:47:28 2012
(r12006)
@@ -47,7 +47,7 @@
'accession_counter' => new sfWidgetFormInput,
'separator_character' => new sfWidgetFormInput(array(),
array('maxlength' => 1)),
'inherit_code_informationobject' => new
sfWidgetFormSelectRadio(array('choices'=>array(1=>'yes', 0=>'no')),
array('class'=>'radio')),
- 'sort_treeview_informationobject' => new
sfWidgetFormSelectRadio(array('choices'=>array('none'=>'none',
'title'=>'title', 'identifierTitle'=> 'identifier - title')),
array('class'=>'radio')),
+ 'sort_treeview_informationobject' => new
sfWidgetFormSelectRadio(array('choices'=>array('none'=>'manual',
'title'=>'title', 'identifierTitle'=> 'identifier - title')),
array('class'=>'radio')),
'sort_browser_user' => new
sfWidgetFormSelectRadio(array('choices'=>array('alphabetic'=>'alphabetic',
'lastUpdated'=> 'last updated')), array('class'=>'radio')),
'sort_browser_anonymous' => new
sfWidgetFormSelectRadio(array('choices'=>array('alphabetic'=>'alphabetic',
'lastUpdated'=> 'last updated')), array('class'=>'radio')),
'multi_repository' => new
sfWidgetFormSelectRadio(array('choices'=>array(1=>'yes', 0=>'no')),
array('class'=>'radio')),
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.