Changeset 11463
- Timestamp:
- 2 Mar 2014, 08:25:57 (11 years ago)
- Location:
- main/waeup.kofa/trunk
- Files:
-
- 4 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/CHANGES.txt
r11461 r11463 4 4 1.0.1dev (unreleased) 5 5 ===================== 6 7 * Back-to links replaced by animated jQuery plugins. 6 8 7 9 * Default frontpage text updated. -
main/waeup.kofa/trunk/layout/rules.xml
r11436 r11463 96 96 css:if-not-content="table.kofa-data-table" /> 97 97 98 <!-- 99 98 100 <rules css:if-not-content="input.datepicker-le-year"> 99 101 <drop css:theme="script.jquery-ui" … … 101 103 </rules> 102 104 103 105 --> 104 106 <!-- 105 107 <after css:theme-children="html head" -
main/waeup.kofa/trunk/layout/theme.html
r11436 r11463 17 17 <link href="static/css/jquery-ui.css" 18 18 rel="stylesheet"> 19 <link href="static/css/scroll.css" rel="stylesheet"> 19 20 <link href="static/css/base.css" rel="stylesheet"> 20 21 … … 503 504 </div> <!-- /kofa-content-wide --> 504 505 </div> <!-- /row --> 505 <div class="footer">506 <div id="bottom" class="footer"> 506 507 <p class="credit muted text-right"> 507 508 Kofa - Student Management System<br /> … … 515 516 <script src="static/js/kofa-button-rowadd.js"></script> 516 517 <script src="static/js/kofa-toggleall.js"></script> 518 <script src="static/js/kofa-scroll.js"></script> 517 519 <script src="static/js/kofa-activate-tab.js"></script> 518 520 <script class="kofa-script-tooltip" … … 531 533 src="static/js/kofa-datepicker.js"> 532 534 </script> 533 534 535 </body> 535 536 </html> -
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.