Changeset 10984 for main/waeup.kofa


Ignore:
Timestamp:
24 Jan 2014, 16:59:27 (11 years ago)
Author:
Henrik Bettermann
Message:

Insert bottom tag.

Set alert css class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/staffsitelayout.pt

    r10980 r10984  
    118118          </div>
    119119        </div>
    120         <div class="alert-message error"
     120        <div class="alert alert-danger"
    121121          tal:define="status view/status|nothing"
    122122          tal:condition="status">
     
    131131        </div>
    132132        <div class="pull-right">
    133           <a i18n:translate="" href="#footer">Back to bottom</a>
     133          <a i18n:translate="" href="#bottom">Back to bottom</a>
    134134        </div>
    135135        <h1 class="kofa-content-label"
     
    138138        <div tal:content="structure view/content"> THE CONTENT
    139139        </div>
     140        <div id="bottom" class="pull-right">
     141          <a i18n:translate="" href="#">Back to top</a>
     142        </div>
     143        <br />
     144
    140145      </div>
    141146      <!-- /Diazo element-->
Note: See TracChangeset for help on using the changeset viewer.