Ignore:
Timestamp:
22 Jun 2011, 21:34:46 (14 years ago)
Author:
Henrik Bettermann
Message:

Use jquery datatable for search results.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/browser_templates/searchpage.pt

    r6453 r6455  
    2121    <input type="hidden" name="old_searchtype"
    2222         tal:attributes="value view/searchtype" />
    23     <table class = "zebra">
     23    <table class="display dataTableManage">
    2424      <thead>
    2525        <tr>
    2626          <th>&nbsp;</th>
    27           <th>Serial</th><th>AC</th><th>Status</th><th>History</th>
     27          <th width="50px">Serial</th><th>AC</th><th>Status</th><th>History</th>
    2828        </tr>
    2929      </thead>
     
    4141      </tbody>
    4242    </table>
    43 
    44     <input type="submit" name="disable" value="Disable ACs" />
    45     <input type="submit" name="enable" value="Enable ACs" />
     43    <div id="actionsView">
     44        <input type="submit" name="disable" value="Disable ACs" />
     45        <input type="submit" name="enable" value="Enable ACs" />
     46    </div>
    4647
    4748  </div>
Note: See TracChangeset for help on using the changeset viewer.