Ignore:
Timestamp:
Jul 5, 2007 12:27:52 AM (17 years ago)
Author:
quinn
Message:

Updated admin css, tweaked services html.

File:
1 edited

Legend:

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

    r254 r270  
    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>
     2<span class="sc-nowrap commanditem"><a href="<?php echo $app->ohref(oTxt($_SERVER['PHP_SELF'])); ?>"><?php echo _("Back to the Versions List"); ?></a></span>
    33<?php if (!getFormData('current', false)) { ?>
    4     <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    <span class="sc-nowrap commanditem"><a href="<?php echo $app->oHREF($_SERVER['PHP_SELF'] . '?op=restore', array('version_id', 'version_title')); ?>"><?php echo _("Restore this saved version"); ?></a></span>
    55<?php } ?>
    66</div>
    77
    88<?php if (is_array($data) && !empty($data)) { ?>
    9 <table class="list" border="0" cellspacing="0" cellpadding="4">
     9<table class="list">
    1010<?php
    1111while ((list($k, $v_d) = each($data))) {
Note: See TracChangeset for help on using the changeset viewer.