Ignore:
Timestamp:
2 Mar 2014, 08:25:57 (11 years ago)
Author:
Henrik Bettermann
Message:

Back-to links replaced by animated jQuery plugins.

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

Legend:

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

    r11254 r11463  
    126126        </ul>
    127127      </div>
    128       <div class="pull-right">
    129         <a i18n:translate="" href="#bottom">Back to bottom</a>
    130       </div>
    131128      <h1 class="kofa-content-label"
    132129          tal:condition="view/label|nothing"
    133130          tal:content="structure view/label">LABEL</h1>
    134131      <div tal:content="structure view/content"> THE CONTENT
    135       </div>
    136       <div id="bottom" class="pull-right">
    137         <a i18n:translate="" href="#">Back to top</a>
    138132      </div>
    139133      <br />
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/studentsitelayout.pt

    r11254 r11463  
    107107        </ul>
    108108      </div>
    109       <div class="pull-right">
    110         <a i18n:translate="" href="#bottom">Back to bottom</a>
    111       </div>
    112109      <h1 class="kofa-content-label"
    113110          tal:condition="view/label|nothing"
     
    115112      <div tal:content="structure view/content">
    116113        THE CONTENT
    117       </div>
    118       <div id="bottom" class="pull-right">
    119         <a i18n:translate="" href="#">Back to top</a>
    120114      </div>
    121115      <br />
Note: See TracChangeset for help on using the changeset viewer.