mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-15 12:08:40 +00:00
Fix button name
This commit is contained in:
parent
e3e6e8e22d
commit
eaffbe9337
|
|
@ -39,7 +39,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</select>
|
</select>
|
||||||
<tr><td><label for="iGroupDescription"><?= $this->getHtml('Description'); ?></label>
|
<tr><td><label for="iGroupDescription"><?= $this->getHtml('Description'); ?></label>
|
||||||
<tr><td><textarea id="iGroupDescription" name="description" placeholder=""><?= htmlspecialchars($group->getDescription(), ENT_COMPAT, 'utf-8'); ?></textarea>
|
<tr><td><textarea id="iGroupDescription" name="description" placeholder=""><?= htmlspecialchars($group->getDescription(), ENT_COMPAT, 'utf-8'); ?></textarea>
|
||||||
<tr><td><input type="submit" value="<?= $this->getHtml('Create', 0, 0); ?>">
|
<tr><td><input type="submit" value="<?= $this->getHtml('Save', 0, 0); ?>">
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user