Separate these disparate entries better
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 4 May 2010 19:05:25 +0000 (13:05 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 4 May 2010 22:36:23 +0000 (16:36 -0600)
horde/templates/prefs/identityselect.html

index a6555b8..ee3be90 100644 (file)
 <div>
  <select name="identity" id="identity">
   <option value="-2" selected="selected"><gettext>None</gettext></option>
+  <option value="" disabled="disabled">- - - - - - - - - -</option>
   <option value="-1"><gettext>Create New Identity</gettext></option>
+<if:entry>
+  <option value="" disabled="disabled">- - - - - - - - - -</option>
 <loop:entry>
   <option value="<tag:entry.i />"<if:entry.sel> selected="selected"</if:entry.sel>><tag:entry.label /></option>
 </loop:entry>
+</if:entry>
  </select>
 </div>