mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-01-11 16:08:41 +00:00
Localization fix
This commit is contained in:
parent
70b6a4a84b
commit
a63d3a460d
|
|
@ -31,8 +31,8 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td><select id="iResponsibility" name="responsibility">
|
||||
<option value=""><?= $this->getText('Questionee') ?>
|
||||
<option value=""><?= $this->getText('Manager') ?>
|
||||
</select><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input type="text" id="iPerm" name="permission"></span><td><button><?= $this->getText('Add') ?></button>
|
||||
<tr><td colspan="3"><input type="submit" value="<?= $this->getText('Create') ?>">
|
||||
</select><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input type="text" id="iPerm" name="permission"></span><td><button><?= $this->getText('Add', 0, 0) ?></button>
|
||||
<tr><td colspan="3"><input type="submit" value="<?= $this->getText('Create', 0, 0); ?>">
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
|
|
@ -51,7 +51,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td colspan="2"><select id="iSType" name="stype">
|
||||
<option>
|
||||
</select>
|
||||
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Add') ?>">
|
||||
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Add', 0, 0) ?>">
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
|
|
@ -71,7 +71,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td colspan="2"><select id="iQSection" name="iqsection">
|
||||
<option>
|
||||
</select>
|
||||
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Add') ?>">
|
||||
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Add', 0, 0) ?>">
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<?php $count = 0; foreach([] as $key => $value) : $count++; ?>
|
||||
<?php endforeach; ?>
|
||||
<?php if($count === 0) : ?>
|
||||
<tr><td colspan="4" class="empty"><?= $this->getText('Empty'); ?>
|
||||
<tr><td colspan="4" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -31,8 +31,8 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td><select id="iResponsibility" name="responsibility">
|
||||
<option value=""><?= $this->getText('Questionee') ?>
|
||||
<option value=""><?= $this->getText('Manager') ?>
|
||||
</select><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input type="text" id="iPerm" name="permission"></span><td><button><?= $this->getText('Add') ?></button>
|
||||
<tr><td colspan="3"><input type="submit" value="<?= $this->getText('Create') ?>">
|
||||
</select><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input type="text" id="iPerm" name="permission"></span><td><button><?= $this->getText('Add', 0, 0) ?></button>
|
||||
<tr><td colspan="3"><input type="submit" value="<?= $this->getText('Create', 0, 0); ?>">
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
|
|
@ -51,7 +51,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td colspan="2"><select id="iSType" name="stype">
|
||||
<option>
|
||||
</select>
|
||||
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Add') ?>">
|
||||
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Add', 0, 0) ?>">
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
|
|
@ -71,7 +71,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td colspan="2"><select id="iQSection" name="iqsection">
|
||||
<option>
|
||||
</select>
|
||||
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Add') ?>">
|
||||
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Add', 0, 0) ?>">
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<?php $count = 0; foreach([] as $key => $value) : $count++; ?>
|
||||
<?php endforeach; ?>
|
||||
<?php if($count === 0) : ?>
|
||||
<tr><td colspan="4" class="empty"><?= $this->getText('Empty'); ?>
|
||||
<tr><td colspan="4" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user