~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/base/ivle-headings.html

Merge from new-dispatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
        </ul>
74
74
      </div>
75
75
      <div id="ivlebody">
76
 
        ${select('*')}
 
76
        <div id="ivleview">
 
77
          ${select('*')}
 
78
        </div>
 
79
        <div id="ivleoverlays">
 
80
          <py:for each="overlay in overlays">
 
81
            ${overlay}
 
82
          </py:for>
 
83
        </div>     
77
84
      </div>
78
 
      <div id="ivleoverlays">
79
 
        <py:for each="overlay in overlays">
80
 
          ${overlay}
81
 
        </py:for>
82
 
      </div>     
83
85
    </body>
84
86
  </py:match>
85
87
  ${app_template}