Ignore:
Timestamp:
May 5, 2007 8:56:36 AM (17 years ago)
Author:
quinn
Message:

Various bug fixes to make compatible with Trendease 2.0.

  • Minor CSS admin tweaks.
  • PHP Notice warnings.
  • Minor bugs fixed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/services/templates/versions_view.ihtml

    r136 r254  
    11<div id="commandbox">
     2<span class="sc-nowrap commandtext"><a href="<?php echo $app->ohref(oTxt($_SERVER['PHP_SELF'])); ?>"><?php echo _("Back to the Versions List"); ?></a></span>
    23<?php if (!getFormData('current', false)) { ?>
    34    <span class="sc-nowrap commandtext"><a href="<?php echo $app->oHREF($_SERVER['PHP_SELF'] . '?op=restore', array('version_id', 'version_title')); ?>"><?php echo _("Restore this saved version"); ?></a></span>
    4 <?php } else { ?>
    5     <span class="sc-nowrap commandtext">&nbsp;</span>
    65<?php } ?>
    76</div>
Note: See TracChangeset for help on using the changeset viewer.