mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-02-13 23:08:41 +00:00
Localization fix
This commit is contained in:
parent
ec3790642f
commit
856f7512b1
|
|
@ -22,13 +22,13 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption><?= $this->getText('Tickets'); ?></caption>
|
<caption><?= $this->getText('Tickets'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr><td><?= $this->getText('ID'); ?>
|
<tr><td><?= $this->getText('ID', 0, 0); ?>
|
||||||
<td><?= $this->getText('Status'); ?>
|
<td><?= $this->getText('Status'); ?>
|
||||||
<td><?= $this->getText('Priority'); ?>
|
<td><?= $this->getText('Priority'); ?>
|
||||||
<td class="full"><?= $this->getText('Title'); ?>
|
<td class="full"><?= $this->getText('Title'); ?>
|
||||||
<td><?= $this->getText('Responsible'); ?>
|
<td><?= $this->getText('Responsible'); ?>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td colspan="5" class="empty"><?= $this->getText('Empty'); ?>
|
<tr><td colspan="5" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr><td><textarea required></textarea>
|
<tr><td><textarea required></textarea>
|
||||||
<tr><td><label for="iFile"><?= $this->getText('Files') ?></label>
|
<tr><td><label for="iFile"><?= $this->getText('Files') ?></label>
|
||||||
<tr><td><input id="iFile" name="fileVisual" type="file" multiple><input id="iFileHidden" name="files" type="hidden">
|
<tr><td><input id="iFile" name="fileVisual" type="file" multiple><input id="iFileHidden" name="files" type="hidden">
|
||||||
<tr><td><input type="submit" value="<?= $this->getText('Create') ?>">
|
<tr><td><input type="submit" value="<?= $this->getText('Create', 0, 0); ?>">
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -22,13 +22,13 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption><?= $this->getText('Tickets'); ?></caption>
|
<caption><?= $this->getText('Tickets'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr><td><?= $this->getText('ID'); ?>
|
<tr><td><?= $this->getText('ID', 0, 0); ?>
|
||||||
<td><?= $this->getText('Status'); ?>
|
<td><?= $this->getText('Status'); ?>
|
||||||
<td><?= $this->getText('Priority'); ?>
|
<td><?= $this->getText('Priority'); ?>
|
||||||
<td class="full"><?= $this->getText('Title'); ?>
|
<td class="full"><?= $this->getText('Title'); ?>
|
||||||
<td><?= $this->getText('Responsible'); ?>
|
<td><?= $this->getText('Responsible'); ?>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td colspan="5" class="empty"><?= $this->getText('Empty'); ?>
|
<tr><td colspan="5" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr><td><textarea required></textarea>
|
<tr><td><textarea required></textarea>
|
||||||
<tr><td><label for="iFile"><?= $this->getText('Files') ?></label>
|
<tr><td><label for="iFile"><?= $this->getText('Files') ?></label>
|
||||||
<tr><td><input id="iFile" name="fileVisual" type="file" multiple><input id="iFileHidden" name="files" type="hidden">
|
<tr><td><input id="iFile" name="fileVisual" type="file" multiple><input id="iFileHidden" name="files" type="hidden">
|
||||||
<tr><td><input type="submit" value="<?= $this->getText('Create') ?>">
|
<tr><td><input type="submit" value="<?= $this->getText('Create', 0, 0); ?>">
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user