Make separator unselectable
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 12 Oct 2009 21:46:29 +0000 (15:46 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 12 Oct 2009 21:46:29 +0000 (15:46 -0600)
imp/templates/folders/actions.html

index a14b2fd..4a58c67 100644 (file)
@@ -11,7 +11,7 @@
     <label for="action_choose<tag:id />" class="hidden"><gettext>Choose Action</gettext></label>
     <select id="action_choose<tag:id />">
      <option selected="selected"><gettext>Choose Action</gettext></option>
-     <option value="">--------------------</option>
+     <option value="" disabled="disabled">--------------------</option>
 <if:create_folder>
      <option value="create_folder"><gettext>Create</gettext></option>
 </if:create_folder>