Ignore:
Timestamp:
13 Jan 2012, 15:36:45 (13 years ago)
Author:
Henrik Bettermann
Message:

Move action bar upwards.

Location:
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/staffsitelayout.pt

    r7464 r7469  
    7575      </div>
    7676      <div class="span13 content">
     77        <div class="actionbar" tal:condition="provider:actionbar">
     78          <tal:actionbar content="structure provider:actionbar" />
     79        </div>
    7780        <div
    7881            tal:define="message context/@@messages"
     
    8992          </span>
    9093        </div>
    91         <span tal:replace="structure provider:actionbar" />
    9294        <h2 i18n:translate="" tal:condition="view/label|nothing"
    9395            tal:content="view/label">Label</h2>
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/studentsitelayout.pt

    r7464 r7469  
    6262      </ul>
    6363      <div class="content">
     64        <div class="actionbar" tal:condition="provider:actionbar">
     65          &nbsp;<tal:actionbar content="structure provider:actionbar" />
     66        </div>
    6467        <div tal:define="message context/@@messages"
    6568             tal:condition="python: len(message)>11">
     
    7578          </span>
    7679        </div>
    77         <span tal:replace="structure provider:actionbar" />
    7880        <h2 i18n:translate="" tal:condition="view/label|nothing"
    7981            tal:content="view/label">Label</h2>
Note: See TracChangeset for help on using the changeset viewer.