Changeset 205 for trunk/phpbms/modules/base/tabledefs_quicksearch.php
- Timestamp:
- 03/26/07 16:50:25 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/base/tabledefs_quicksearch.php
r204 r205 101 101 <table border="0" cellpadding="3" cellspacing="0" class="querytable"> 102 102 <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 > </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"> </th> 108 108 </tr> 109 109 <?php … … 115 115 ?> 116 116 <tr class="qr<?php echo $row?> noselects"> 117 <td nowrap valign="top">117 <td nowrap="nowrap"valign="top"> 118 118 <button type="button" class="graphicButtons buttonUp" onclick="document.location='<?php echo $_SERVER["PHP_SELF"]."?id=".$_GET["id"]."&command=moveup&quicksearchid=".$therecord["id"]?>';"><span>up</span></button> 119 119 <button type="button" class="graphicButtons buttonDown" onclick="document.location='<?php echo $_SERVER["PHP_SELF"]."?id=".$_GET["id"]."&command=movedown&quicksearchid=".$therecord["id"]?>';"><span>dn</span></button> 120 120 <?php echo $therecord["displayorder"]?> 121 121 </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> 123 123 <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"> 126 126 <button id="edit<?php echo $therecord["id"]?>" type="button" onclick="document.location='<?php echo $_SERVER["PHP_SELF"]."?id=".$_GET["id"]."&command=edit&quicksearchid=".$therecord["id"]?>';" class="graphicButtons buttonEdit"><span>edit</span></button> 127 127 <button id="delete<?php echo $therecord["id"]?>" type="button" onclick="document.location='<?php echo $_SERVER["PHP_SELF"]."?id=".$_GET["id"]."&command=delete&quicksearchid=".$therecord["id"]?>';" class="graphicButtons buttonDelete"><span>delete</span></button> … … 138 138 </table> 139 139 </div> 140 <form action="<?php echo $_SERVER["PHP_SELF"]."?id=".$_GET["id"] ?>" method="post" name="record" on Submit="return validateForm(this);">140 <form action="<?php echo $_SERVER["PHP_SELF"]."?id=".$_GET["id"] ?>" method="post" name="record" onsubmit="return validateForm(this);"> 141 141 <fieldset> 142 142 <legend><?php echo $action?></legend>