mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-02-14 00:38:41 +00:00
Localization fix
This commit is contained in:
parent
69ed44dd28
commit
e028a20338
|
|
@ -37,8 +37,8 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr><td><select id="iStatus" name="status">
|
<tr><td><select id="iStatus" name="status">
|
||||||
<option value="">
|
<option value="">
|
||||||
</select>
|
</select>
|
||||||
<td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input type="text" id="iUser" name="user" placeholder=""></span><td><button><?= $this->getText('Add'); ?></button>
|
<td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input type="text" id="iUser" name="user" placeholder=""></span><td><button><?= $this->getText('Add', 0, 0); ?></button>
|
||||||
<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>
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,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="5" class="empty"><?= $this->getText('Empty'); ?>
|
<tr><td colspan="5" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -37,8 +37,8 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr><td><select id="iStatus" name="status">
|
<tr><td><select id="iStatus" name="status">
|
||||||
<option value="">
|
<option value="">
|
||||||
</select>
|
</select>
|
||||||
<td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input type="text" id="iUser" name="user" placeholder=""></span><td><button><?= $this->getText('Add'); ?></button>
|
<td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input type="text" id="iUser" name="user" placeholder=""></span><td><button><?= $this->getText('Add', 0, 0); ?></button>
|
||||||
<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>
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,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="5" class="empty"><?= $this->getText('Empty'); ?>
|
<tr><td colspan="5" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user