Changeset 205 for trunk/phpbms/modules/bms/clients_addedit.php
- Timestamp:
- 03/26/07 16:50:25 (5 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/bms/clients_addedit.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/bms/clients_addedit.php
r204 r205 62 62 <body><?php include("../../menu.php")?> 63 63 64 <form action="<?php echo htmlQuotes($_SERVER["REQUEST_URI"]); if(isset($_GET["invoiceid"])) echo "&invoiceid=".$_GET["invoiceid"]; ?>" method="post" name="record" on Submit="return validateForm(this);"><div id="dontSubmit"><input type="submit" value=" " onClick="return false;" /></div>64 <form action="<?php echo htmlQuotes($_SERVER["REQUEST_URI"]); if(isset($_GET["invoiceid"])) echo "&invoiceid=".$_GET["invoiceid"]; ?>" method="post" name="record" onsubmit="return validateForm(this);"><div id="dontSubmit"><input type="submit" value=" " onclick="return false;" /></div> 65 65 <?php client_tabs("General",$therecord["id"]); ?> 66 66 <div class="bodyline"> … … 81 81 <p> 82 82 <label for="id">id</label><br /> 83 <input id="id" name="id" type="text" value="<?php echo $therecord["id"]; ?>" size="5" maxlength="5" readonly=" true" class="uneditable" tabindex="0" />83 <input id="id" name="id" type="text" value="<?php echo $therecord["id"]; ?>" size="5" maxlength="5" readonly="readonly" class="uneditable" tabindex="0" /> 84 84 </p> 85 85 … … 106 106 <p id="becameclientDiv" <?php if($therecord["type"]=="prospect") echo "style=\"display:none;\"" ?>> 107 107 <label for="becameclient">became a client</label><br /> 108 <input type="text" id="becameclient" name="becameclient" readonly=" true" class="uneditable" value="<?php echo formatFromSQLDate($therecord["becameclient"])?>" size="8" />108 <input type="text" id="becameclient" name="becameclient" readonly="readonly" class="uneditable" value="<?php echo formatFromSQLDate($therecord["becameclient"])?>" size="8" /> 109 109 </p> 110 110