- Timestamp:
- 22 Jun 2011, 21:34:46 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/browser_templates/searchpage.pt
r6453 r6455 21 21 <input type="hidden" name="old_searchtype" 22 22 tal:attributes="value view/searchtype" /> 23 <table class = "zebra">23 <table class="display dataTableManage"> 24 24 <thead> 25 25 <tr> 26 26 <th> </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> 28 28 </tr> 29 29 </thead> … … 41 41 </tbody> 42 42 </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> 46 47 47 48 </div>
Note: See TracChangeset for help on using the changeset viewer.