diff options
author | Frédéric Péters <fpeters@entrouvert.com> | 2012-01-17 12:53:40 (GMT) |
---|---|---|
committer | Frédéric Péters <fpeters@0d.be> | 2012-01-17 12:54:51 (GMT) |
commit | 3b1684d13e63c89b151182081a6331bcf616103b (patch) | |
tree | 52ad8967f6aab6867292b577f1989a16f9f461d3 | |
parent | d15bd101a28b5b105f53de863ef64931892df72a (diff) | |
download | tabellio.searchform-3b1684d13e63c89b151182081a6331bcf616103b.zip tabellio.searchform-3b1684d13e63c89b151182081a6331bcf616103b.tar.gz tabellio.searchform-3b1684d13e63c89b151182081a6331bcf616103b.tar.bz2 |
hide dropped check boxes by default
-rw-r--r-- | tabellio/searchform/droppable-checkbox-widget-input.pt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tabellio/searchform/droppable-checkbox-widget-input.pt b/tabellio/searchform/droppable-checkbox-widget-input.pt index 29d4032..d999872 100644 --- a/tabellio/searchform/droppable-checkbox-widget-input.pt +++ b/tabellio/searchform/droppable-checkbox-widget-input.pt @@ -1,7 +1,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xmlns:tal="http://xml.zope.org/namespaces/tal" tal:omit-tag=""> -<div class="droppedcheckboxes"> +<div class="droppedcheckboxes" style="display: none;"> <span class="option" tal:repeat="item view/items"> <input type="checkbox" id="" name="" class="" alt="" title="" |