mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-02-15 15:58:40 +00:00
Localization fix
This commit is contained in:
parent
61567348c6
commit
e8601e9d8b
|
|
@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</select>
|
</select>
|
||||||
<tr><td><label for="iDescription"><?= $this->getText('Description'); ?></label>
|
<tr><td><label for="iDescription"><?= $this->getText('Description'); ?></label>
|
||||||
<tr><td><textarea name="description" id="iDescription"><?= $department->getDescription(); ?></textarea>
|
<tr><td><textarea name="description" id="iDescription"><?= $department->getDescription(); ?></textarea>
|
||||||
<tr><td><input type="submit" value="<?= $this->getText('Save') ?>">
|
<tr><td><input type="submit" value="<?= $this->getText('Save', 0) ?>">
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</select>
|
</select>
|
||||||
<tr><td><label for="iDescription"><?= $this->getText('Description'); ?></label>
|
<tr><td><label for="iDescription"><?= $this->getText('Description'); ?></label>
|
||||||
<tr><td><textarea name="description" id="iDescription"><?= $unit->getDescription(); ?></textarea>
|
<tr><td><textarea name="description" id="iDescription"><?= $unit->getDescription(); ?></textarea>
|
||||||
<tr><td><input type="submit" value="<?= $this->getText('Save') ?>">
|
<tr><td><input type="submit" value="<?= $this->getText('Save', 0) ?>">
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</select>
|
</select>
|
||||||
<tr><td><label for="iDescription"><?= $this->getText('Description'); ?></label>
|
<tr><td><label for="iDescription"><?= $this->getText('Description'); ?></label>
|
||||||
<tr><td><textarea name="description" id="iDescription"><?= $unit->getDescription(); ?></textarea>
|
<tr><td><textarea name="description" id="iDescription"><?= $unit->getDescription(); ?></textarea>
|
||||||
<tr><td><input type="submit" value="<?= $this->getText('Save') ?>">
|
<tr><td><input type="submit" value="<?= $this->getText('Save', 0) ?>">
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user