Changeset 11436 for main/waeup.kofa/trunk/layout/theme.html
- Timestamp:
- 26 Feb 2014, 07:14:08 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/layout/theme.html
r11430 r11436 320 320 <h3>A Sample Data Table</h3> 321 321 <div class="table-responsive"> 322 <table id="#da datable" class="table table-striped dataTable">322 <table id="#datatable" class="table table-striped dataTable"> 323 323 <thead> 324 324 <tr> … … 513 513 <script src="https://code.jquery.com/jquery-1.9.1.min.js"></script> 514 514 <script src="static/bootstrap/js/bootstrap.min.js"></script> 515 <script src="static/js/kofa-tooltip.js"></script>516 515 <script src="static/js/kofa-button-rowadd.js"></script> 517 516 <script src="static/js/kofa-toggleall.js"></script> 518 517 <script src="static/js/kofa-activate-tab.js"></script> 518 <script class="kofa-script-tooltip" 519 src="static/js/kofa-tooltip.js"> 520 </script> 519 521 <script class="kofa-script-datatable" 520 522 src="static/js/jquery.dataTables.min.js"> … … 523 525 src="static/js/kofa-datatables.js"> 524 526 </script> 525 <script class=" kofa-script-datepicker"527 <script class="jquery-ui" 526 528 src="static/js/jquery-ui.min.js"> 527 529 </script>
Note: See TracChangeset for help on using the changeset viewer.