Changeset 205 for trunk/phpbms/modules/base/usersearches_edit.php
- Timestamp:
- 03/26/07 16:50:25 (5 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/base/usersearches_edit.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/base/usersearches_edit.php
r204 r205 55 55 </head> 56 56 <body><?php include("../../menu.php")?> 57 <form action="<?php echo $_SERVER["REQUEST_URI"] ?>" method="post" name="record" on Submit="return validateForm(this);"><div id="dontSubmit"><input type="submit" value=" " onClick="return false;" /></div>57 <form action="<?php echo $_SERVER["REQUEST_URI"] ?>" method="post" name="record" onsubmit="return validateForm(this);"><div id="dontSubmit"><input type="submit" value=" " onclick="return false;" /></div> 58 58 <div class="bodyline"> 59 59 <div id="topButtons"> … … 66 66 <p> 67 67 <label for="id">id</label><br /> 68 <input id="id" name="id" type="text" value="<?php echo $therecord["id"]; ?>" size="5" maxlength="5" readonly=" true" class="uneditable"/>68 <input id="id" name="id" type="text" value="<?php echo $therecord["id"]; ?>" size="5" maxlength="5" readonly="readonly" class="uneditable"/> 69 69 </p> 70 70 … … 81 81 <p> 82 82 <label for="username">user</label><br /> 83 <input id="username" name="username" type="text" value="<?php echo htmlQuotes($username) ?>" size="32" readonly=" true" class="uneditable" />83 <input id="username" name="username" type="text" value="<?php echo htmlQuotes($username) ?>" size="32" readonly="readonly" class="uneditable" /> 84 84 </p> 85 85