mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-02-13 08:48:43 +00:00
Localization fix
This commit is contained in:
parent
8433c2302b
commit
96a32a2cd3
|
|
@ -113,7 +113,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<option>
|
<option>
|
||||||
</select>
|
</select>
|
||||||
<tr><td colspan="2"><label><?= $this->getText('GroupUser') ?></label>
|
<tr><td colspan="2"><label><?= $this->getText('GroupUser') ?></label>
|
||||||
<tr><td><input id="iPermission" name="group" type="text" placeholder=""><td><button><?= $this->getText('Add') ?></button>
|
<tr><td><input id="iPermission" name="group" type="text" placeholder=""><td><button><?= $this->getText('Add', 0, 0) ?></button>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,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>
|
||||||
|
|
|
||||||
|
|
@ -113,7 +113,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<option>
|
<option>
|
||||||
</select>
|
</select>
|
||||||
<tr><td colspan="2"><label><?= $this->getText('GroupUser') ?></label>
|
<tr><td colspan="2"><label><?= $this->getText('GroupUser') ?></label>
|
||||||
<tr><td><input id="iPermission" name="group" type="text" placeholder=""><td><button><?= $this->getText('Add') ?></button>
|
<tr><td><input id="iPermission" name="group" type="text" placeholder=""><td><button><?= $this->getText('Add', 0, 0) ?></button>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,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