Ignore:
Timestamp:
Dec 30, 2014 10:24:51 PM (10 years ago)
Author:
anonymous
Message:

Many minor fixes during pulso development

File:
1 edited

Legend:

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

    r497 r502  
    5050                <div class="sc-help"><?php printf(_("When there are more than %s versions, those over %s days old are deleted."), $version->getParam('min_qty'), $version->getParam('min_days')); ?></div>
    5151                <?php
    52                 HTML::printButtons(array(
    53                     array('name' => 'op', 'value' => _("Cancel"), 'class' => 'small button secondary', 'accesskey' => 'c'),
    54                 ));
     52                // Buttons.
     53                $action_links = array();
     54                $action_links[] = array('href' => $app->ohref('?op=cancel'), 'value' => _("Cancel"), 'class' => 'small button secondary', 'accesskey' => 'c');
     55                HTML::printButtons($action_links);
    5556                ?>
    5657            </div>
Note: See TracChangeset for help on using the changeset viewer.