mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-02-03 20:28:42 +00:00
Language fixes+api routes implemented
This commit is contained in:
parent
411140716b
commit
e4d6682e78
|
|
@ -31,7 +31,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td colspan="2"><input type="text">
|
||||
<tr><td colspan="2"><label for="iBudget"><?= $this->l11n->getText('Marketing', 'Description'); ?></label>
|
||||
<tr><td colspan="2"><textarea></textarea>
|
||||
<tr><td><label for="iTitle"><?= $this->l11n->getText('Marketing']['Start'] ?></label><td><label for="iTitle"><?= $this->l11n->lang['Marketing', 'End') ?></label>
|
||||
<tr><td><label for="iTitle"><?= $this->l11n->getText('Marketing', 'Start'); ?></label><td><label for="iTitle"><?= $this->l11n->getText('Marketing', 'End'); ?></label>
|
||||
<tr><td><input type="datetime-local"><td><input type="datetime-local">
|
||||
<tr><td colspan="2"><label for="iBudget"><?= $this->l11n->getText('Marketing', 'Budget'); ?></label>
|
||||
<tr><td colspan="2"><input type="text" id="iBudget" name="budget" placeholder="">
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td colspan="2"><input type="text">
|
||||
<tr><td colspan="2"><label for="iBudget"><?= $this->l11n->getText('Marketing', 'Description'); ?></label>
|
||||
<tr><td colspan="2"><textarea></textarea>
|
||||
<tr><td><label for="iTitle"><?= $this->l11n->getText('Marketing']['Start'] ?></label><td><label for="iTitle"><?= $this->l11n->lang['Marketing', 'End') ?></label>
|
||||
<tr><td><label for="iTitle"><?= $this->l11n->getText('Marketing', 'Start'); ?></label><td><label for="iTitle"><?= $this->l11n->getText('Marketing', 'End'); ?></label>
|
||||
<tr><td><input type="datetime-local"><td><input type="datetime-local">
|
||||
<tr><td colspan="2"><label for="iBudget"><?= $this->l11n->getText('Marketing', 'Budget'); ?></label>
|
||||
<tr><td colspan="2"><input type="text" id="iBudget" name="budget" placeholder="">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user