mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-01-30 10:18:42 +00:00
impl. more static translations
This commit is contained in:
parent
54f4a96757
commit
98b56fba50
|
|
@ -44,7 +44,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
</div>
|
||||
<?php if ($editable) : ?>
|
||||
<div class="col-xs-6 end-xs plain-grid">
|
||||
<a tabindex="0" class="button" href="<?= UriFactory::build('{/prefix}editor/edit?id=' . $doc->getId()); ?>">Edit</a>
|
||||
<a tabindex="0" class="button" href="<?= UriFactory::build('{/prefix}editor/edit?id=' . $doc->getId()); ?>"><?= $this->getHtml('Edit', '0', '0'); ?></a>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user