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_searchfields.php

    r204 r205  
    102102   <table border="0" cellpadding="0" cellspacing="0" class="querytable"> 
    103103        <tr> 
    104          <th align="left" nowrap class="queryheader">move</th>           
    105          <th align="center" nowrap class="queryheader">type</th> 
    106          <th align="left" nowrap class="queryheader">name</th> 
    107          <th align="left" width="100%"  nowrap class="queryheader">field</th> 
     104         <th align="left" nowrap="nowrap" class="queryheader">move</th>          
     105         <th align="center" nowrap="nowrap" class="queryheader">type</th> 
     106         <th align="left" nowrap="nowrap"class="queryheader">name</th> 
     107         <th align="left" width="100%"  nowrap="nowrap" class="queryheader">field</th> 
    108108         <th nowrap class="queryheader">&nbsp;</th> 
    109109        </tr> 
     
    116116        ?> 
    117117        <tr class="qr<?php echo $row?> noselects"> 
    118                 <td nowrap valign="top" class="small"> 
     118                <td nowrap="nowrap" valign="top" class="small"> 
    119119                        <button type="button" class="graphicButtons buttonUp" onclick="document.location='<?php echo $_SERVER["PHP_SELF"]."?id=".$_GET["id"]."&amp;command=moveup&amp;columnid=".$therecord["id"]?>';"><span>up</span></button> 
    120120                        <button type="button" class="graphicButtons buttonDown" onclick="document.location='<?php echo $_SERVER["PHP_SELF"]."?id=".$_GET["id"]."&amp;command=movedown&amp;columnid=".$therecord["id"]?>';"><span>dn</span></button> 
    121121                        <?php echo $therecord["displayorder"]?> 
    122122                </td> 
    123                 <td nowrap valign="top" class="small" align="center"><strong><?php echo htmlQuotes($therecord["type"]);?></strong></td> 
    124                 <td nowrap valign="top" class="small"><strong><?php echo htmlQuotes($therecord["name"])?></strong></td> 
     123                <td nowrap="nowrap" valign="top" class="small" align="center"><strong><?php echo htmlQuotes($therecord["type"]);?></strong></td> 
     124                <td nowrap="nowrap" valign="top" class="small"><strong><?php echo htmlQuotes($therecord["name"])?></strong></td> 
    125125                <td valign="top"><?php echo htmlQuotes($therecord["field"])?></td> 
    126                 <td nowrap valign="top"> 
     126                <td nowrap="nowrap" valign="top"> 
    127127                         <button id="edit<?php echo $therecord["id"]?>" type="button" onclick="document.location='<?php echo $_SERVER["PHP_SELF"]."?id=".$_GET["id"]."&amp;command=edit&amp;searchfieldid=".$therecord["id"]?>';" class="graphicButtons buttonEdit"><span>edit</span></button> 
    128128                         <button id="delete<?php echo $therecord["id"]?>" type="button" onclick="document.location='<?php echo $_SERVER["PHP_SELF"]."?id=".$_GET["id"]."&amp;command=delete&amp;searchfieldid=".$therecord["id"]?>';" class="graphicButtons buttonDelete"><span>delete</span></button> 
     
    141141        <fieldset> 
    142142                <legend><?php echo $action?></legend> 
    143                 <form action="<?php echo $_SERVER["PHP_SELF"]."?id=".$_GET["id"] ?>" method="post" name="record" onSubmit="return validateForm(this);"> 
     143                <form action="<?php echo $_SERVER["PHP_SELF"]."?id=".$_GET["id"] ?>" method="post" name="record" onsubmit="return validateForm(this);"> 
    144144                        <input id="searchfieldid" name="searchfieldid" type="hidden" value="<?php echo $thesearchfield["id"]?>" /> 
    145145                        <input id="displayorder" name="displayorder" type="hidden" value="<?php if($action=="add search field") echo $topdisplayorder+1; else echo $thesearchfield["displayorder"]?>" /> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.