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/base/tabledefs_quicksearch.php

    r204 r205  
    101101        <table border="0" cellpadding="3" cellspacing="0" class="querytable"> 
    102102                <tr> 
    103                          <th nowrap>Move</th> 
    104                          <th nowrap align="left">Name</th> 
    105                          <th width="100%" nowrap align="left">Search</th> 
    106                          <th width="100%" nowrap class="queryheader" align="left">Access</th> 
    107                          <th nowrap>&nbsp;</th> 
     103                         <th nowrap="nowrap">Move</th> 
     104                         <th nowrap="nowrap"align="left">Name</th> 
     105                         <th width="100%" nowrap="nowrap"align="left">Search</th> 
     106                         <th width="100%" nowrap="nowrap"class="queryheader" align="left">Access</th> 
     107                         <th nowrap="nowrap">&nbsp;</th> 
    108108                </tr> 
    109109        <?php  
     
    115115        ?> 
    116116        <tr class="qr<?php echo $row?> noselects"> 
    117          <td nowrap valign="top"> 
     117         <td nowrap="nowrap"valign="top"> 
    118118                <button type="button" class="graphicButtons buttonUp" onclick="document.location='<?php echo $_SERVER["PHP_SELF"]."?id=".$_GET["id"]."&amp;command=moveup&amp;quicksearchid=".$therecord["id"]?>';"><span>up</span></button> 
    119119                <button type="button" class="graphicButtons buttonDown" onclick="document.location='<?php echo $_SERVER["PHP_SELF"]."?id=".$_GET["id"]."&amp;command=movedown&amp;quicksearchid=".$therecord["id"]?>';"><span>dn</span></button> 
    120120                 <?php echo $therecord["displayorder"]?> 
    121121         </td> 
    122          <td nowrap valign="top"><strong><?php echo htmlQuotes($therecord["name"])?></strong></td> 
     122         <td nowrap="nowrap"valign="top"><strong><?php echo htmlQuotes($therecord["name"])?></strong></td> 
    123123         <td valign="top" class="small"><?php echo htmlQuotes($therecord["search"])?></td> 
    124          <td valign="top" align=center class="small" nowrap><?php echo displayRights($therecord["roleid"],$therecord["rolename"])?></td> 
    125          <td nowrap valign="top"> 
     124         <td valign="top" align="center" class="small" nowrap="nowrap"><?php echo displayRights($therecord["roleid"],$therecord["rolename"])?></td> 
     125         <td nowrap="nowrap" valign="top"> 
    126126                 <button id="edit<?php echo $therecord["id"]?>" type="button" onclick="document.location='<?php echo $_SERVER["PHP_SELF"]."?id=".$_GET["id"]."&amp;command=edit&amp;quicksearchid=".$therecord["id"]?>';" class="graphicButtons buttonEdit"><span>edit</span></button> 
    127127                 <button id="delete<?php echo $therecord["id"]?>" type="button" onclick="document.location='<?php echo $_SERVER["PHP_SELF"]."?id=".$_GET["id"]."&amp;command=delete&amp;quicksearchid=".$therecord["id"]?>';" class="graphicButtons buttonDelete"><span>delete</span></button> 
     
    138138        </table> 
    139139        </div> 
    140         <form action="<?php echo $_SERVER["PHP_SELF"]."?id=".$_GET["id"] ?>" method="post" name="record" onSubmit="return validateForm(this);"> 
     140        <form action="<?php echo $_SERVER["PHP_SELF"]."?id=".$_GET["id"] ?>" method="post" name="record" onsubmit="return validateForm(this);"> 
    141141        <fieldset> 
    142142                <legend><?php echo $action?></legend> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.