mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-16 17:28:41 +00:00
Fix upload checkbox
This commit is contained in:
parent
150fc4b6cc
commit
b63a7b6490
|
|
@ -44,10 +44,11 @@ use phpOMS\Uri\UriFactory;
|
||||||
<tr><td><input type="text" id="iPath" name="virtualPath" value="<?= empty($this->request->getUri()->getQuery('path')) ? '/' : $this->request->getUri()->getQuery('path'); ?>" disabled>
|
<tr><td><input type="text" id="iPath" name="virtualPath" value="<?= empty($this->request->getUri()->getQuery('path')) ? '/' : $this->request->getUri()->getQuery('path'); ?>" disabled>
|
||||||
<tr><td><label><?= $this->getHtml('Settings') ?></label>
|
<tr><td><label><?= $this->getHtml('Settings') ?></label>
|
||||||
<tr><td>
|
<tr><td>
|
||||||
<span class="checkbox">
|
<label class="checkbox" for="iAddCollection">
|
||||||
<input type="checkbox" id="iAddCollection" name="addcollection" checked>
|
<input type="checkbox" id="iAddCollection" name="addcollection" checked>
|
||||||
<label for="iAddCollection"><?= $this->getHtml('AddToCollection') ?></label>
|
<span class="checkmark"></span>
|
||||||
</span>
|
<?= $this->getHtml('AddToCollection') ?>
|
||||||
|
</label>
|
||||||
<tr><td><label for="iPathSettings"><?= $this->getHtml('PathSettings') ?></label>
|
<tr><td><label for="iPathSettings"><?= $this->getHtml('PathSettings') ?></label>
|
||||||
<tr><td>
|
<tr><td>
|
||||||
<select id="iPathSettings" name="pathsettings">
|
<select id="iPathSettings" name="pathsettings">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user