mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-15 20:18:40 +00:00
Test invalid img alt
This commit is contained in:
parent
35042b12e7
commit
2155236243
|
|
@ -24,7 +24,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<form id="fAccount" action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/admin/account'); ?>" method="put">
|
<form id="fAccount" action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/admin/account'); ?>" method="put">
|
||||||
<table class="layout wf-100">
|
<table class="layout wf-100">
|
||||||
<tbody>
|
<tbody>
|
||||||
<img src="" >
|
<img src="">
|
||||||
<tr><td><label for="iType"><?= $this->getHtml('Type'); ?></label>
|
<tr><td><label for="iType"><?= $this->getHtml('Type'); ?></label>
|
||||||
<tr><td><select id="*Type" name="type">
|
<tr><td><select id="*Type" name="type">
|
||||||
<option value="<?= $this->printHtml(\phpOMS\Account\AccountType::USER); ?>"><?= $this->getHtml('Person'); ?>
|
<option value="<?= $this->printHtml(\phpOMS\Account\AccountType::USER); ?>"><?= $this->getHtml('Person'); ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user