phpBMS

Show
Ignore:
Timestamp:
03/26/07 16:50:25 (5 years ago)
Author:
brieb
Message:

Updated XHTML compliance

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/base/adminsettings.php

    r204 r205  
    5959</head> 
    6060<body><?php include("../../menu.php")?><div class="bodyline"> 
    61         <form action="<?php echo $_SERVER["PHP_SELF"]?>" method="post" enctype="multipart/form-data" name="record" onSubmit="return processForm(this);"> 
     61        <form action="<?php echo $_SERVER["PHP_SELF"]?>" method="post" enctype="multipart/form-data" name="record" onsubmit="return processForm(this);"> 
    6262 
    6363        <div id="topButtons"><input id="updateSettings1" name="command" type="submit" class="Buttons" value="Update Settings" /></div> 
     
    123123                <p> 
    124124                        <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"/>  
    126126                </p> 
    127127        </fieldset> 
     
    238238        ?> 
    239239        <div class="box" id="footerbox"> 
    240                 <input id="updateSettings1" name="command" type="submit" class="Buttons" value="Update Settings" /> 
     240                <input id="updateSettings2" name="command" type="submit" class="Buttons" value="Update Settings" /> 
    241241        </div> 
    242242        </form> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.