diff 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
line wrap: on
line diff
--- a/zpt/layer_text_dict.zpt	Thu Jul 26 21:22:56 2012 +0200
+++ b/zpt/layer_text_dict.zpt	Fri Jul 27 17:09:59 2012 +0200
@@ -23,19 +23,20 @@
 
   <metal:block metal:define-macro="options_box" tal:condition="python:'dict' in viewLayers">
     <!--"BEGIN DICTIONARY OVERVIEW"-->
-    <div class="options">
+    <!-- <div class="options">
       <h4>Dictionary view</h4>
       <form name="f3" action="">
+      <div>Open dictionary definition</div>
         <ul>
           <li>
-            <input type="radio" name="r3" /> Tab
+            <input type="radio" name="r3" /> in new Tab
           </li>
           <li>
-            <input type="radio" name="r3" /> Window
+            <input type="radio" name="r3" /> in new Window
           </li>
         </ul>
       </form>
-    </div>
+    </div> -->
     <!--"END DICTIONARY OVERVIEW"-->
   </metal:block>