Changeset 11741
- Timestamp:
- 7 Jul 2014, 08:30:10 (10 years ago)
- Location:
- main/waeup.kofa/trunk
- Files:
-
- 1 added
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/CHANGES.txt
r11738 r11741 4 4 1.3dev (unreleased) 5 5 =================== 6 7 * Merge Javascript functions into one file. Add Javascript function 8 to calculate copyright notice year automatically. 6 9 7 10 * Use lastname (surname) instead of firstname to verify found application record -
main/waeup.kofa/trunk/layout/theme.html
r11722 r11741 27 27 <![endif]--> 28 28 29 <script src="static/js/kofa- recaptcha_white.js"></script>29 <script src="static/js/kofa-functions.js"></script> 30 30 31 31 <!-- icons --> … … 523 523 <p class="credit muted text-right"> 524 524 Kofa - Student Management System<br /> 525 Copyright © WAeUP Group 2014 525 Copyright © WAeUP Group 526 <script type="text/javascript"> 527 renderCurrentYear(); 528 </script> 526 529 </p> 527 530 </div> … … 530 533 <script src="https://code.jquery.com/jquery-1.9.1.min.js"></script> 531 534 <script src="static/bootstrap/js/bootstrap.min.js"></script> 532 <script src="static/js/kofa-toggleall.js"></script>533 535 <script src="static/js/kofa-scroll.js"></script> 534 536 <script src="static/js/kofa-activate-tab.js"></script>
Note: See TracChangeset for help on using the changeset viewer.