comparison zpt/layer_text_dict.zpt @ 537:ad6f97fd3944

fixes closing tickets concerning tocs.
author casties
date Fri, 27 Jul 2012 17:09:59 +0200
parents 3f375a048402
children
comparison
equal deleted inserted replaced
536:abd36d4d97b8 537:ad6f97fd3944
21 </ul> 21 </ul>
22 </div> 22 </div>
23 23
24 <metal:block metal:define-macro="options_box" tal:condition="python:'dict' in viewLayers"> 24 <metal:block metal:define-macro="options_box" tal:condition="python:'dict' in viewLayers">
25 <!--"BEGIN DICTIONARY OVERVIEW"--> 25 <!--"BEGIN DICTIONARY OVERVIEW"-->
26 <div class="options"> 26 <!-- <div class="options">
27 <h4>Dictionary view</h4> 27 <h4>Dictionary view</h4>
28 <form name="f3" action=""> 28 <form name="f3" action="">
29 <div>Open dictionary definition</div>
29 <ul> 30 <ul>
30 <li> 31 <li>
31 <input type="radio" name="r3" /> Tab 32 <input type="radio" name="r3" /> in new Tab
32 </li> 33 </li>
33 <li> 34 <li>
34 <input type="radio" name="r3" /> Window 35 <input type="radio" name="r3" /> in new Window
35 </li> 36 </li>
36 </ul> 37 </ul>
37 </form> 38 </form>
38 </div> 39 </div> -->
39 <!--"END DICTIONARY OVERVIEW"--> 40 <!--"END DICTIONARY OVERVIEW"-->
40 </metal:block> 41 </metal:block>
41 42
42 </body> 43 </body>
43 44