mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-17 08:48:40 +00:00
Localization fix
This commit is contained in:
parent
46a881f63a
commit
2d137cb989
|
|
@ -56,7 +56,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr><td><select id="iShipment" name="shipment">
|
<tr><td><select id="iShipment" name="shipment">
|
||||||
<option>
|
<option>
|
||||||
</select>
|
</select>
|
||||||
<tr><td colspan="3"><input type="submit" value="<?= $this->getText('Create') ?>">
|
<tr><td colspan="3"><input type="submit" value="<?= $this->getText('Create', 0, 0); ?>">
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<caption><?= $this->getText('Invoices') ?></caption>
|
<caption><?= $this->getText('Invoices') ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->getText('ID'); ?>
|
<td><?= $this->getText('ID', 0, 0); ?>
|
||||||
<td><?= $this->getText('Type'); ?>
|
<td><?= $this->getText('Type'); ?>
|
||||||
<td><?= $this->getText('ClientID'); ?>
|
<td><?= $this->getText('ClientID'); ?>
|
||||||
<td class="wf-100"><?= $this->getText('Client'); ?>
|
<td class="wf-100"><?= $this->getText('Client'); ?>
|
||||||
|
|
@ -41,7 +41,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="8" class="empty"><?= $this->getText('Empty'); ?>
|
<tr><td colspan="8" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<caption><?= $this->getText('Invoices') ?></caption>
|
<caption><?= $this->getText('Invoices') ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->getText('ID'); ?>
|
<td><?= $this->getText('ID', 0, 0); ?>
|
||||||
<td><?= $this->getText('Type'); ?>
|
<td><?= $this->getText('Type'); ?>
|
||||||
<td><?= $this->getText('SupplierID'); ?>
|
<td><?= $this->getText('SupplierID'); ?>
|
||||||
<td class="wf-100"><?= $this->getText('Supplier'); ?>
|
<td class="wf-100"><?= $this->getText('Supplier'); ?>
|
||||||
|
|
@ -41,7 +41,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="8" class="empty"><?= $this->getText('Empty'); ?>
|
<tr><td colspan="8" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr><td><select id="iShipment" name="shipment">
|
<tr><td><select id="iShipment" name="shipment">
|
||||||
<option>
|
<option>
|
||||||
</select>
|
</select>
|
||||||
<tr><td colspan="3"><input type="submit" value="<?= $this->getText('Create') ?>">
|
<tr><td colspan="3"><input type="submit" value="<?= $this->getText('Create', 0, 0); ?>">
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<caption><?= $this->getText('Invoices') ?></caption>
|
<caption><?= $this->getText('Invoices') ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->getText('ID'); ?>
|
<td><?= $this->getText('ID', 0, 0); ?>
|
||||||
<td><?= $this->getText('Type'); ?>
|
<td><?= $this->getText('Type'); ?>
|
||||||
<td><?= $this->getText('ClientID'); ?>
|
<td><?= $this->getText('ClientID'); ?>
|
||||||
<td class="wf-100"><?= $this->getText('Client'); ?>
|
<td class="wf-100"><?= $this->getText('Client'); ?>
|
||||||
|
|
@ -41,7 +41,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="8" class="empty"><?= $this->getText('Empty'); ?>
|
<tr><td colspan="8" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<caption><?= $this->getText('Invoices') ?></caption>
|
<caption><?= $this->getText('Invoices') ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->getText('ID'); ?>
|
<td><?= $this->getText('ID', 0, 0); ?>
|
||||||
<td><?= $this->getText('Type'); ?>
|
<td><?= $this->getText('Type'); ?>
|
||||||
<td><?= $this->getText('SupplierID'); ?>
|
<td><?= $this->getText('SupplierID'); ?>
|
||||||
<td class="wf-100"><?= $this->getText('Supplier'); ?>
|
<td class="wf-100"><?= $this->getText('Supplier'); ?>
|
||||||
|
|
@ -41,7 +41,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="8" class="empty"><?= $this->getText('Empty'); ?>
|
<tr><td colspan="8" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user