Changeset 11436 for main/waeup.kofa


Ignore:
Timestamp:
26 Feb 2014, 07:14:08 (11 years ago)
Author:
Henrik Bettermann
Message:

jquery-ui.min.js is also needed for tooltips.

Location:
main/waeup.kofa/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/CHANGES.txt

    r11435 r11436  
    441.0.1dev (unreleased)
    55=====================
     6
     7* jquery-ui.min.js is also used for tooltips.
    68
    79* Do not create TSC AC batch when updating plugins.
  • main/waeup.kofa/trunk/layout/rules.xml

    r11254 r11436  
    8888    <!-- scripts -->
    8989    <drop css:theme="script.kofa-script-tooltip"
    90           css:if-not-content="[data-toggle=tooltip]" />
     90          css:if-not-content="[data-toggle='tooltip']" />
    9191
    9292    <drop css:theme="script.kofa-script-datepicker"
     
    9595    <drop css:theme="script.kofa-script-datatable"
    9696          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
    97103
    98104<!--
  • main/waeup.kofa/trunk/layout/theme.html

    r11430 r11436  
    320320            <h3>A Sample Data Table</h3>
    321321            <div class="table-responsive">
    322               <table id="#dadatable" class="table table-striped dataTable">
     322              <table id="#datatable" class="table table-striped dataTable">
    323323                <thead>
    324324                  <tr>
     
    513513    <script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
    514514    <script src="static/bootstrap/js/bootstrap.min.js"></script>
    515     <script src="static/js/kofa-tooltip.js"></script>
    516515    <script src="static/js/kofa-button-rowadd.js"></script>
    517516    <script src="static/js/kofa-toggleall.js"></script>
    518517    <script src="static/js/kofa-activate-tab.js"></script>
     518    <script class="kofa-script-tooltip"
     519        src="static/js/kofa-tooltip.js">
     520    </script>
    519521    <script class="kofa-script-datatable"
    520522        src="static/js/jquery.dataTables.min.js">
     
    523525        src="static/js/kofa-datatables.js">
    524526    </script>
    525     <script class="kofa-script-datepicker"
     527    <script class="jquery-ui"
    526528        src="static/js/jquery-ui.min.js">
    527529    </script>
Note: See TracChangeset for help on using the changeset viewer.