Skip to content

Commit

Permalink
Fixed issue #8530: "Return to label set administration" button not wo…
Browse files Browse the repository at this point in the history
…rking properly - patch by dkep
  • Loading branch information
c-schmitz committed Jan 17, 2014
1 parent 39b0f57 commit af09bf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/views/admin/labels/import_view.php
Expand Up @@ -46,5 +46,5 @@
<?php
}
?>
<input type='submit' value='<?php $clang->eT("Return to label set administration"); ?>' onclick="window.open('<?php echo $this->createUrl('admin/labels/view') ?>', '_top')" />
<input type='submit' value='<?php $clang->eT("Return to label set administration"); ?>' onclick="window.open('<?php echo $this->createUrl('admin/labels/sa/view') ?>', '_top')" />
</div><br />
Expand Up @@ -68,5 +68,5 @@
<?php
}
?>
<input type='submit' value='<?php $clang->eT("Back") ?>' onclick="window.open('<?php echo $this->createUrl('admin/labels/view/lid/' . $lid) ?>', '_top')" />
<input type='submit' value='<?php $clang->eT("Back") ?>' onclick="window.open('<?php echo $this->createUrl('admin/labels/sa/view/lid/' . $lid) ?>', '_top')" />
</div>

0 comments on commit af09bf8

Please sign in to comment.