Changeset 7811 for main/waeup.kofa/trunk/src/waeup/kofa/browser/static
- Timestamp:
- 8 Mar 2012, 19:00:51 (13 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/browser/static
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/static/datatable.js
r6023 r7811 4 4 "aaSorting": [[ 1, "asc" ]], 5 5 "aoColumnDefs":[{ "bSortable": false, "aTargets": [ 0 ] }] 6 } ); 6 } ); 7 7 }); 8 8 -
main/waeup.kofa/trunk/src/waeup/kofa/browser/static/datepicker.js
r6060 r7811 1 1 $(function() { 2 $( ".datepicker" ).datepicker({ dateFormat: 'yy-mm-dd', 2 $( ".datepicker" ).datepicker({ dateFormat: 'yy-mm-dd', 3 3 duration: 'fast' 4 4 }); … … 24 24 25 25 $(function() { 26 $( ".datepicker-year" ).datepicker({ dateFormat: 'yy-mm-dd', 26 $( ".datepicker-year" ).datepicker({ dateFormat: 'yy-mm-dd', 27 27 duration: 'fast', 28 28 changeYear: true, -
main/waeup.kofa/trunk/src/waeup/kofa/browser/static/waeup-base.css
r7746 r7811 1 /* This is the base stylesheet for SIRP. It defines base styles1 /* This is the base stylesheet for KOFA. It defines base styles 2 2 additionally or modifying Bootstrap styles. For themes, please create 3 3 a stylesheet overriding values set here in a file named … … 132 132 } 133 133 134 /* SIRPstuff */134 /* KOFA stuff */ 135 135 136 136 div.actionbar {
Note: See TracChangeset for help on using the changeset viewer.