Ticket #445: fix_the_or-bug.diff
| File fix_the_or-bug.diff, 0.8 KB (added by oestrogen, 2 years ago) |
|---|
-
modules/aMedia/templates/indexSuccess.php
12 12 <?php if (aMediaTools::isSelecting()): ?> 13 13 14 14 <?php if (isset($label)): ?> 15 <h3><?php echo htmlspecialchars($label) ?> or<?php echo link_to(__("Cancel", null, 'apostrophe'), "aMedia/selectCancel", array("class"=>"a-btn a-cancel text-only")) ?></h3>15 <h3><?php echo htmlspecialchars($label) ?> <?php echo __('or', null, 'apostrophe') ?> <?php echo link_to(__("Cancel", null, 'apostrophe'), "aMedia/selectCancel", array("class"=>"a-btn a-cancel text-only")) ?></h3> 16 16 <?php endif ?> 17 17 18 18 <?php include_partial('aMedia/describeConstraints') ?>

