phpBMS

Show
Ignore:
Timestamp:
03/26/07 16:50:25 (5 years ago)
Author:
brieb
Message:

Updated XHTML compliance

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/bms/clients_email.php

    r204 r205  
    132132                                <label for="therecords">to</label><br />                         
    133133                                <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> 
    136136                                </select>                                
    137137                                <?php if($therecord["emailto"]!="selected" AND $therecord["emailto"]!="all"){ 
     
    198198                        <p><?php showSavedProjects()?></p> 
    199199                        <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()" /> 
    202202                                <input type="button" name="closeproject" id="closeproject" value="cancel" onclick="hideSavedProjects()" class="Buttons" /> 
    203203                        </p> 
     
    227227                                <table id="results" cellpadding="0" cellspacing="0" border="0" class="querytable"> 
    228228                                        <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> 
    234234                                        </tr> 
    235235                                        <tr class="queryfooter" id="lastrow"> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.