mirror of
https://github.com/Karaka-Management/oms-ContractManagement.git
synced 2026-02-15 18:08:41 +00:00
fix missing localization
This commit is contained in:
parent
1d5870be5e
commit
89190066ef
|
|
@ -21,6 +21,7 @@ return ['ContractManagement' => [
|
||||||
'Files' => 'Files',
|
'Files' => 'Files',
|
||||||
'Overview' => 'Overview',
|
'Overview' => 'Overview',
|
||||||
'Title' => 'Title',
|
'Title' => 'Title',
|
||||||
|
'Type' => 'Type',
|
||||||
'With' => 'With',
|
'With' => 'With',
|
||||||
'Start' => 'Start',
|
'Start' => 'Start',
|
||||||
'Description' => 'Description',
|
'Description' => 'Description',
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ echo $this->data['nav']->render(); ?>
|
||||||
<ul class="tab-links">
|
<ul class="tab-links">
|
||||||
<li><label for="c-tab-1"><?= $this->getHtml('Overview'); ?></label></li>
|
<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-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)
|
<!-- 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>
|
<li><label for="c-tab-4"><?= $this->getHtml('Parties'); ?></label></li>
|
||||||
-->
|
-->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user