hide dropped check boxes by default

This commit is contained in:
Frédéric Péters 2012-01-17 13:53:40 +01:00 committed by Frédéric Péters
parent d15bd101a2
commit 3b1684d13e
1 changed files with 1 additions and 1 deletions

View File

@ -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=""