Changeset 11463 for main/waeup.kofa/trunk/src
- Timestamp:
- 2 Mar 2014, 08:25:57 (11 years ago)
- 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 126 126 </ul> 127 127 </div> 128 <div class="pull-right">129 <a i18n:translate="" href="#bottom">Back to bottom</a>130 </div>131 128 <h1 class="kofa-content-label" 132 129 tal:condition="view/label|nothing" 133 130 tal:content="structure view/label">LABEL</h1> 134 131 <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>138 132 </div> 139 133 <br /> -
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/studentsitelayout.pt
r11254 r11463 107 107 </ul> 108 108 </div> 109 <div class="pull-right">110 <a i18n:translate="" href="#bottom">Back to bottom</a>111 </div>112 109 <h1 class="kofa-content-label" 113 110 tal:condition="view/label|nothing" … … 115 112 <div tal:content="structure view/content"> 116 113 THE CONTENT 117 </div>118 <div id="bottom" class="pull-right">119 <a i18n:translate="" href="#">Back to top</a>120 114 </div> 121 115 <br />
Note: See TracChangeset for help on using the changeset viewer.