Warensuche: "Alle" Radiobutton
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 11 Jan 2012 09:17:40 +0000 (10:17 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 11 Jan 2012 09:17:40 +0000 (10:17 +0100)
templates/webpages/ic/search.html

index ff9f0b7..c679f0f 100644 (file)
@@ -92,6 +92,8 @@
         <label for="itemstatus_obsolete">[% 'Obsolete' | $T8 %]</label>
         <input name="itemstatus" id="itemstatus_orphaned" class="radio" type="radio" value="orphaned">
         <label for="itemstatus_orphaned">[% 'Orphaned' | $T8 %]</label>
+        <input name="itemstatus" id="itemstatus_all" class="radio" type="radio" value="">
+        <label for="itemstatus_all">[% 'All' | $T8 %]</label>
        </td>
       </tr>