Changeset 205 for trunk/phpbms/modules/bms/clients_email.php
- Timestamp:
- 03/26/07 16:50:25 (5 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/bms/clients_email.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/bms/clients_email.php
r204 r205 132 132 <label for="therecords">to</label><br /> 133 133 <select id="therecords" name="therecords" onchange="showSavedSearches(this);"> 134 <option value="selected" <?php if ($therecord["emailto"]=="selected") echo "selected "?>>e-mail addresses from selected records (<?php echo count($_SESSION["emailids"]) ?> record<?php if(count($_SESSION["emailids"])>1) echo "s"?>)</option>135 <option value="savedsearch" <?php if ($therecord["emailto"]!="selected" AND $therecord["emailto"]!="all") echo "selected "?>>e-mail addresses from saved search...</option>134 <option value="selected" <?php if ($therecord["emailto"]=="selected") echo "selected=\"selected\""?>>e-mail addresses from selected records (<?php echo count($_SESSION["emailids"]) ?> record<?php if(count($_SESSION["emailids"])>1) echo "s"?>)</option> 135 <option value="savedsearch" <?php if ($therecord["emailto"]!="selected" AND $therecord["emailto"]!="all") echo "selected=\"selected\""?>>e-mail addresses from saved search...</option> 136 136 </select> 137 137 <?php if($therecord["emailto"]!="selected" AND $therecord["emailto"]!="all"){ … … 198 198 <p><?php showSavedProjects()?></p> 199 199 <p align="right"> 200 <input type="button" name="deleteproject" id="deleteproject" value="delete project" class="Buttons" disabled=" true" onclick="deleteProject()" />201 <input type="button" name="loadproject" id="loadproject" value="load project" class="Buttons" disabled=" true" onclick="loadProject()" />200 <input type="button" name="deleteproject" id="deleteproject" value="delete project" class="Buttons" disabled="disabled" onclick="deleteProject()" /> 201 <input type="button" name="loadproject" id="loadproject" value="load project" class="Buttons" disabled="disabled" onclick="loadProject()" /> 202 202 <input type="button" name="closeproject" id="closeproject" value="cancel" onclick="hideSavedProjects()" class="Buttons" /> 203 203 </p> … … 227 227 <table id="results" cellpadding="0" cellspacing="0" border="0" class="querytable"> 228 228 <tr> 229 <th nowrap id="tablereference">#</th>230 <th nowrap >Client ID</th>231 <th nowrap align="left">Name</th>232 <th nowrap >E-Mail Address</th>233 <th nowrap width=50% align="right">Status</th>229 <th nowrap="nowrap" id="tablereference">#</th> 230 <th nowrap="nowrap">Client ID</th> 231 <th nowrap="nowrap" align="left">Name</th> 232 <th nowrap="nowrap">E-Mail Address</th> 233 <th nowrap="nowrap" width=50% align="right">Status</th> 234 234 </tr> 235 235 <tr class="queryfooter" id="lastrow">