Changeset 590
- Timestamp:
- 01/29/14 18:07:07 (11 years ago)
- 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';"> 2 2 <div id="main"> 3 3 … … 38 38 <div class="center"><TMPL_INCLUDE NAME="pgcount.tmpl"></div> 39 39 <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> 40 41 41 42 <table> -
trunk/templates/dns.css
r543 r590 149 149 } 150 150 151 .meat {152 align: center;153 width: 100%;154 }155 151 input { 156 152 font-size: 10px; … … 202 198 font-size: 1.3em; 203 199 } 204 200 .hidden { 201 display: none; 202 } 205 203 206 204 #footer { -
trunk/templates/header.tmpl
r589 r590 24 24 <!-- Custom local stylesheet, if desired --> 25 25 <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 26 31 </head>
Note:
See TracChangeset
for help on using the changeset viewer.