mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 17:18:40 +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">
|
||||
<caption><?= $this->getText('Tickets'); ?></caption>
|
||||
<thead>
|
||||
<tr><td><?= $this->getText('ID'); ?>
|
||||
<tr><td><?= $this->getText('ID', 0, 0); ?>
|
||||
<td><?= $this->getText('Status'); ?>
|
||||
<td><?= $this->getText('Priority'); ?>
|
||||
<td class="full"><?= $this->getText('Title'); ?>
|
||||
<td><?= $this->getText('Responsible'); ?>
|
||||
<tfoot>
|
||||
<tbody>
|
||||
<tr><td colspan="5" class="empty"><?= $this->getText('Empty'); ?>
|
||||
<tr><td colspan="5" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td><textarea required></textarea>
|
||||
<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 type="submit" value="<?= $this->getText('Create') ?>">
|
||||
<tr><td><input type="submit" value="<?= $this->getText('Create', 0, 0); ?>">
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -22,13 +22,13 @@ echo $this->getData('nav')->render(); ?>
|
|||
<table class="table">
|
||||
<caption><?= $this->getText('Tickets'); ?></caption>
|
||||
<thead>
|
||||
<tr><td><?= $this->getText('ID'); ?>
|
||||
<tr><td><?= $this->getText('ID', 0, 0); ?>
|
||||
<td><?= $this->getText('Status'); ?>
|
||||
<td><?= $this->getText('Priority'); ?>
|
||||
<td class="full"><?= $this->getText('Title'); ?>
|
||||
<td><?= $this->getText('Responsible'); ?>
|
||||
<tfoot>
|
||||
<tbody>
|
||||
<tr><td colspan="5" class="empty"><?= $this->getText('Empty'); ?>
|
||||
<tr><td colspan="5" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td><textarea required></textarea>
|
||||
<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 type="submit" value="<?= $this->getText('Create') ?>">
|
||||
<tr><td><input type="submit" value="<?= $this->getText('Create', 0, 0); ?>">
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user