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