Changeset 205 for trunk/phpbms/modules/base/reports_addedit.php
- Timestamp:
- 03/26/07 16:50:25 (5 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/base/reports_addedit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/base/reports_addedit.php
r204 r205 56 56 </head> 57 57 <body><?php include("../../menu.php")?> 58 <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>58 <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> 59 59 <div class="bodyline"> 60 60 <div id="topButtons"><?php showSaveCancel(1); ?></div> … … 65 65 <p> 66 66 <label for="id">id</label><br /> 67 <input id="id" name="id" type="text" value="<?php echo $therecord["id"]; ?>" size="5" maxlength="5" readonly=" true" class="uneditable"/>67 <input id="id" name="id" type="text" value="<?php echo $therecord["id"]; ?>" size="5" maxlength="5" readonly="readonly" class="uneditable"/> 68 68 </p> 69 69 <p>