From c21e454530cfc537c1d9e3361e18e6c65af4b027 Mon Sep 17 00:00:00 2001 From: bdauvergne Date: Tue, 14 Dec 2010 10:03:47 +0000 Subject: [PATCH] Make the none nid format the default git-svn-id: svn://localhost/lasso-conform/trunk@43 2a3a78c3-912c-0410-af21-e1fb2d1df599 --- lcs/root.ptl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lcs/root.ptl b/lcs/root.ptl index ee8484d..ef296b6 100644 --- a/lcs/root.ptl +++ b/lcs/root.ptl @@ -169,11 +169,11 @@ class RootDirectory(Directory): title = _('Allow new federation')) form.add(SingleSelectWidget, 'nid_format', title = _('Name Identifier Format'), - options = [('persistent', _('Persistent')), + options = [('none', _('(none)')), + ('persistent', _('Persistent')), ('transient', _('Transient')), ('encrypted', _('Encrypted')), - ('email', _('Email')), - ('none', _('(none)'))]) + ('email', _('Email')), ]) form.add(StringWidget, 'affiliation', title = _('Affiliation')) form.add(SingleSelectWidget, 'consent', title = _('Consent'),