Changeset 205 for trunk/phpbms/modules/base/adminsettings.php
- Timestamp:
- 03/26/07 16:50:25 (5 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/base/adminsettings.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/base/adminsettings.php
r204 r205 59 59 </head> 60 60 <body><?php include("../../menu.php")?><div class="bodyline"> 61 <form action="<?php echo $_SERVER["PHP_SELF"]?>" method="post" enctype="multipart/form-data" name="record" on Submit="return processForm(this);">61 <form action="<?php echo $_SERVER["PHP_SELF"]?>" method="post" enctype="multipart/form-data" name="record" onsubmit="return processForm(this);"> 62 62 63 63 <div id="topButtons"><input id="updateSettings1" name="command" type="submit" class="Buttons" value="Update Settings" /></div> … … 123 123 <p> 124 124 <input type="hidden" id="doencryptionupdate" name="doencryptionupdate" value=""/> 125 <input type="submit" id="updateSettings3" name="command" class="Buttons" value="Update Encryption Seed" disabled=" true" onclick="this.form['doencryptionupdate'].value=1"/>125 <input type="submit" id="updateSettings3" name="command" class="Buttons" value="Update Encryption Seed" disabled="disabled" onclick="this.form['doencryptionupdate'].value=1"/> 126 126 </p> 127 127 </fieldset> … … 238 238 ?> 239 239 <div class="box" id="footerbox"> 240 <input id="updateSettings 1" name="command" type="submit" class="Buttons" value="Update Settings" />240 <input id="updateSettings2" name="command" type="submit" class="Buttons" value="Update Settings" /> 241 241 </div> 242 242 </form>