Changeset 537:ad6f97fd3944 in documentViewer for zpt/layer_text_dict.zpt


Ignore:
Timestamp:
Jul 27, 2012, 3:09:59 PM (12 years ago)
Author:
casties
Branch:
default
Message:

fixes closing tickets concerning tocs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zpt/layer_text_dict.zpt

    r526 r537  
    2424  <metal:block metal:define-macro="options_box" tal:condition="python:'dict' in viewLayers">
    2525    <!--"BEGIN DICTIONARY OVERVIEW"-->
    26     <div class="options">
     26    <!-- <div class="options">
    2727      <h4>Dictionary view</h4>
    2828      <form name="f3" action="">
     29      <div>Open dictionary definition</div>
    2930        <ul>
    3031          <li>
    31             <input type="radio" name="r3" /> Tab
     32            <input type="radio" name="r3" /> in new Tab
    3233          </li>
    3334          <li>
    34             <input type="radio" name="r3" /> Window
     35            <input type="radio" name="r3" /> in new Window
    3536          </li>
    3637        </ul>
    3738      </form>
    38     </div>
     39    </div> -->
    3940    <!--"END DICTIONARY OVERVIEW"-->
    4041  </metal:block>
Note: See TracChangeset for help on using the changeset viewer.