Ignore:
Timestamp:
01/29/14 18:07:07 (10 years ago)
Author:
Kris Deugau
Message:

/trunk

Add a touch of Javascript to the bulk domain changes page, for a
"Select them all!" checkbox.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/bulkdomain.tmpl

    r589 r590  
    1 <body>
     1<body onload="document.getElementById('selall').style.display='block';">
    22<div id="main">
    33
     
    3838<div class="center"><TMPL_INCLUDE NAME="pgcount.tmpl"></div>
    3939<div class="center"><TMPL_INCLUDE NAME="fpnla.tmpl"></div>
     40<div class="center hidden" id="selall"><input type="checkbox" name="selall" id="master" onclick="bulk_selall();" /> Select all domains on this page</div>
    4041
    4142<table>
Note: See TracChangeset for help on using the changeset viewer.