mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-02-17 18:38:41 +00:00
Localization fix
This commit is contained in:
parent
bd4d13a1d1
commit
c1ed92575a
|
|
@ -42,7 +42,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<?php $count = 0; foreach([] as $key => $value) : $count++; ?>
|
<?php $count = 0; foreach([] as $key => $value) : $count++; ?>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php if($count === 0) : ?>
|
<?php if($count === 0) : ?>
|
||||||
<tr><td colspan="9" class="empty"><?= $this->getText('Empty'); ?>
|
<tr><td colspan="9" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr><td colspan="2"><input type="text" id="iBudget" name="budget" placeholder="">
|
<tr><td colspan="2"><input type="text" id="iBudget" name="budget" placeholder="">
|
||||||
<tr><td colspan="2"><label for="iBudget"><?= $this->getText('Limit'); ?></label>
|
<tr><td colspan="2"><label for="iBudget"><?= $this->getText('Limit'); ?></label>
|
||||||
<tr><td colspan="2"><input type="text">
|
<tr><td colspan="2"><input type="text">
|
||||||
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Create') ?>">
|
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Create', 0, 0); ?>">
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<?php $count = 0; foreach([] as $key => $value) : $count++; ?>
|
<?php $count = 0; foreach([] as $key => $value) : $count++; ?>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php if($count === 0) : ?>
|
<?php if($count === 0) : ?>
|
||||||
<tr><td colspan="7" class="empty"><?= $this->getText('Empty'); ?>
|
<tr><td colspan="7" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<?php $count = 0; foreach([] as $key => $value) : $count++; ?>
|
<?php $count = 0; foreach([] as $key => $value) : $count++; ?>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php if($count === 0) : ?>
|
<?php if($count === 0) : ?>
|
||||||
<tr><td colspan="9" class="empty"><?= $this->getText('Empty'); ?>
|
<tr><td colspan="9" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr><td colspan="2"><input type="text" id="iBudget" name="budget" placeholder="">
|
<tr><td colspan="2"><input type="text" id="iBudget" name="budget" placeholder="">
|
||||||
<tr><td colspan="2"><label for="iBudget"><?= $this->getText('Limit'); ?></label>
|
<tr><td colspan="2"><label for="iBudget"><?= $this->getText('Limit'); ?></label>
|
||||||
<tr><td colspan="2"><input type="text">
|
<tr><td colspan="2"><input type="text">
|
||||||
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Create') ?>">
|
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Create', 0, 0); ?>">
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<?php $count = 0; foreach([] as $key => $value) : $count++; ?>
|
<?php $count = 0; foreach([] as $key => $value) : $count++; ?>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php if($count === 0) : ?>
|
<?php if($count === 0) : ?>
|
||||||
<tr><td colspan="7" class="empty"><?= $this->getText('Empty'); ?>
|
<tr><td colspan="7" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user