Ignore:
Timestamp:
Dec 7, 2005 8:51:24 AM (19 years ago)
Author:
scdev
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/RecordLock.inc.php

    r27 r28  
    348348        <?php if ($this->getSecondsElapsed() > $this->getParam('timeout')) { ?>
    349349        <p><?php printf(_("You can forcibly unlock the record if you believe the editing session has expired. You might want to confirm with %s before doing this."), $this->getEditor()) ?></p>
    350         <input type="submit" class="formsubmitbutton" name="unlock" value="<?php echo _("Unlock"); ?>" />
     350        <input type="submit" name="unlock" value="<?php echo _("Unlock"); ?>" />
    351351        <?php } ?>
    352352       
    353         <input type="submit" class="formsubmitbutton" name="cancel" value="<?php echo _("Cancel"); ?>" />
     353        <input type="submit" name="cancel" value="<?php echo _("Cancel"); ?>" />
    354354        </form>
    355355        <?php
Note: See TracChangeset for help on using the changeset viewer.