Changeset 11441 for main/waeup.aaua
- Timestamp:
- 27 Feb 2014, 05:45:10 (11 years ago)
- Location:
- main/waeup.aaua/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaua/trunk/CHANGES.txt
r11422 r11441 4 4 1.0.1dev (unreleased) 5 5 ===================== 6 7 * jquery-ui.min.js is also used for tooltips. 6 8 7 9 * Refer to INSTALL.txt in waeup.kofa sources. -
main/waeup.aaua/trunk/layout/rules.xml
r11284 r11441 88 88 <!-- scripts --> 89 89 <drop css:theme="script.kofa-script-tooltip" 90 css:if-not-content="[data-toggle= tooltip]" />90 css:if-not-content="[data-toggle='tooltip']" /> 91 91 92 92 <drop css:theme="script.kofa-script-datepicker" … … 95 95 <drop css:theme="script.kofa-script-datatable" 96 96 css:if-not-content="table.kofa-data-table" /> 97 98 <rules css:if-not-content="input.datepicker-le-year"> 99 <drop css:theme="script.jquery-ui" 100 css:if-not-content="[data-toggle='tooltip']" /> 101 </rules> 102 97 103 98 104 <!-- -
main/waeup.aaua/trunk/layout/theme.html
r11406 r11441 321 321 <h3>A Sample Data Table</h3> 322 322 <div class="table-responsive"> 323 <table id="#da datable" class="table table-striped dataTable">323 <table id="#datatable" class="table table-striped dataTable"> 324 324 <thead> 325 325 <tr> … … 514 514 <script src="https://code.jquery.com/jquery-1.9.1.min.js"></script> 515 515 <script src="static/bootstrap/js/bootstrap.min.js"></script> 516 <script src="static/js/kofa-tooltip.js"></script>517 516 <script src="static/js/kofa-button-rowadd.js"></script> 518 517 <script src="static/js/kofa-toggleall.js"></script> 518 <script src="static/js/kofa-activate-tab.js"></script> 519 <script class="kofa-script-tooltip" 520 src="static/js/kofa-tooltip.js"> 521 </script> 519 522 <script class="kofa-script-datatable" 520 523 src="static/js/jquery.dataTables.min.js"> … … 523 526 src="static/js/kofa-datatables.js"> 524 527 </script> 525 <script class=" kofa-script-datepicker"528 <script class="jquery-ui" 526 529 src="static/js/jquery-ui.min.js"> 527 530 </script>
Note: See TracChangeset for help on using the changeset viewer.