mirror of
https://github.com/Karaka-Management/oms-ResearchDevelopment.git
synced 2026-02-12 02:58:41 +00:00
Localization fix
This commit is contained in:
parent
b30199517a
commit
f033f1bad2
|
|
@ -43,8 +43,8 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<option value="<?= \Modules\ProjectManagement\Models\ProjectResponsibility::MANAGER ?>"><?= $this->getText('Manager'); ?>
|
<option value="<?= \Modules\ProjectManagement\Models\ProjectResponsibility::MANAGER ?>"><?= $this->getText('Manager'); ?>
|
||||||
<option value="<?= \Modules\ProjectManagement\Models\ProjectResponsibility::OTHER ?>"><?= $this->getText('Other'); ?>
|
<option value="<?= \Modules\ProjectManagement\Models\ProjectResponsibility::OTHER ?>"><?= $this->getText('Other'); ?>
|
||||||
</select>
|
</select>
|
||||||
<td><input type="text" id="iUser" name="user" placeholder=""><td><button><?= $this->getText('Add'); ?></button>
|
<td><input type="text" id="iUser" name="user" placeholder=""><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>
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<caption><?= $this->getText('Projects'); ?></caption>
|
<caption><?= $this->getText('Projects'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->getText('ID'); ?>
|
<td><?= $this->getText('ID', 0, 0); ?>
|
||||||
<td><?= $this->getText('Status'); ?>
|
<td><?= $this->getText('Status'); ?>
|
||||||
<td class="wf-100"><?= $this->getText('Name'); ?>
|
<td class="wf-100"><?= $this->getText('Name'); ?>
|
||||||
<td><?= $this->getText('Creator'); ?>
|
<td><?= $this->getText('Creator'); ?>
|
||||||
|
|
@ -49,7 +49,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php if($c === 0) : ?>
|
<?php if($c === 0) : ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="5" class="empty"><?= $this->getText('Empty'); ?>
|
<td colspan="5" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -43,8 +43,8 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<option value="<?= \Modules\ProjectManagement\Models\ProjectResponsibility::MANAGER ?>"><?= $this->getText('Manager'); ?>
|
<option value="<?= \Modules\ProjectManagement\Models\ProjectResponsibility::MANAGER ?>"><?= $this->getText('Manager'); ?>
|
||||||
<option value="<?= \Modules\ProjectManagement\Models\ProjectResponsibility::OTHER ?>"><?= $this->getText('Other'); ?>
|
<option value="<?= \Modules\ProjectManagement\Models\ProjectResponsibility::OTHER ?>"><?= $this->getText('Other'); ?>
|
||||||
</select>
|
</select>
|
||||||
<td><input type="text" id="iUser" name="user" placeholder=""><td><button><?= $this->getText('Add'); ?></button>
|
<td><input type="text" id="iUser" name="user" placeholder=""><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>
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<caption><?= $this->getText('Projects'); ?></caption>
|
<caption><?= $this->getText('Projects'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->getText('ID'); ?>
|
<td><?= $this->getText('ID', 0, 0); ?>
|
||||||
<td><?= $this->getText('Status'); ?>
|
<td><?= $this->getText('Status'); ?>
|
||||||
<td class="wf-100"><?= $this->getText('Name'); ?>
|
<td class="wf-100"><?= $this->getText('Name'); ?>
|
||||||
<td><?= $this->getText('Creator'); ?>
|
<td><?= $this->getText('Creator'); ?>
|
||||||
|
|
@ -49,7 +49,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php if($c === 0) : ?>
|
<?php if($c === 0) : ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="5" class="empty"><?= $this->getText('Empty'); ?>
|
<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