Changeset 590


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.

Location:
trunk/templates
Files:
1 added
3 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>
  • trunk/templates/dns.css

    r543 r590  
    149149}
    150150
    151 .meat {
    152         align: center;
    153         width: 100%;
    154 }
    155151input {
    156152        font-size: 10px;
     
    202198        font-size: 1.3em;
    203199}
    204 
     200.hidden {
     201        display: none;
     202}
    205203
    206204#footer {
  • trunk/templates/header.tmpl

    r589 r590  
    2424        <!-- Custom local stylesheet, if desired -->
    2525        <link rel="stylesheet" type="text/css" href="local.css" />
     26
     27        <!-- sigh.  can't seem to get away from putting the whole bag
     28             of potatoes in when you only want one... -->
     29        <script src="templates/widgets.js" type="text/javascript"></script>
     30
    2631    </head>
Note: See TracChangeset for help on using the changeset viewer.