mirror of
https://github.com/Karaka-Management/oms-ContractManagement.git
synced 2026-01-29 09:58:42 +00:00
fix missing localization
This commit is contained in:
parent
1d5870be5e
commit
89190066ef
|
|
@ -21,6 +21,7 @@ return ['ContractManagement' => [
|
|||
'Files' => 'Files',
|
||||
'Overview' => 'Overview',
|
||||
'Title' => 'Title',
|
||||
'Type' => 'Type',
|
||||
'With' => 'With',
|
||||
'Start' => 'Start',
|
||||
'Description' => 'Description',
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ echo $this->data['nav']->render(); ?>
|
|||
<ul class="tab-links">
|
||||
<li><label for="c-tab-1"><?= $this->getHtml('Overview'); ?></label></li>
|
||||
<li><label for="c-tab-2"><?= $this->getHtml('Files'); ?></label></li>
|
||||
<li><label for="c-tab-3"><?= $this->getHtml('Notes'); ?></label></li>
|
||||
<li><label for="c-tab-3"><?= $this->getHtml('Notes', 'Editor', 'Backend'); ?></label></li>
|
||||
<!-- if parrent contract show all parties that use this template/parent contract (e.g. show all customers who have this contract)
|
||||
<li><label for="c-tab-4"><?= $this->getHtml('Parties'); ?></label></li>
|
||||
-->
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user