Ignore:
Timestamp:
Nov 17, 2005 3:00:00 AM (19 years ago)
Author:
scdev
Message:

Tons of little updates and bugfixes. CSS updates to templates and core css files. File upload ability to module_maker. Remade Upload interface to use setParam/getParam.

File:
1 edited

Legend:

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

    r19 r20  
    345345        <?php if ($this->getSecondsElapsed() > $this->getParam('timeout')) { ?>
    346346        <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>
    347         <input type="submit" class="formsubmitbutton" name="unlock" value="<?php echo _("Unlock"); ?>">
     347        <input type="submit" class="formsubmitbutton" name="unlock" value="<?php echo _("Unlock"); ?>" />
    348348        <?php } ?>
    349349       
    350         <input type="submit" class="formsubmitbutton" name="cancel" value="<?php echo _("Cancel"); ?>">
     350        <input type="submit" class="formsubmitbutton" name="cancel" value="<?php echo _("Cancel"); ?>" />
    351351        </form>
    352352        <?php
Note: See TracChangeset for help on using the changeset viewer.