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_diff.ihtml

    r267 r270  
    11<div id="commandbox">
    22<?php if (!getFormData('current', false)) { ?>
    3     <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>
     3    <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>
    44<?php } else { ?>
    5     <span class="sc-nowrap commandtext">&nbsp;</span>
     5    <span class="sc-nowrap commanditem">&nbsp;</span>
    66<?php } ?>
    77</div>
    88
    99<?php if (is_array($data) && !empty($data) && is_array($current) && !empty($current)) { ?>
    10 <table class="list" border="0" cellspacing="0" cellpadding="4">
     10<table class="list">
    1111    <tr>
    1212        <th class="sc-padleft"><?php echo _("Field"); ?></th>
Note: See TracChangeset for help on using the changeset viewer.