mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-15 08:48:42 +00:00
start implementing portlets
This commit is contained in:
parent
ec457cee45
commit
dcf2f3b123
|
|
@ -2,11 +2,10 @@
|
||||||
@todo Orange-Management/Modules#58
|
@todo Orange-Management/Modules#58
|
||||||
Implement drag/drop upload
|
Implement drag/drop upload
|
||||||
-->
|
-->
|
||||||
<section class="box wf-100">
|
<div class="portlet">
|
||||||
<header><h1><?= $this->getHtml('Media') ?></h1></header>
|
<div class="portlet-head"><?= $this->getHtml('Media'); ?></div>
|
||||||
|
<form id="<?= $this->form; ?>-upload">
|
||||||
<div class="inner">
|
<div class="portlet-body">
|
||||||
<form id="<?= $this->form; ?>-upload">
|
|
||||||
<table class="layout wf-100">
|
<table class="layout wf-100">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td><label for="iMedia"><?= $this->getHtml('Media') ?></label>
|
<tr><td><label for="iMedia"><?= $this->getHtml('Media') ?></label>
|
||||||
|
|
@ -45,9 +44,9 @@
|
||||||
<input type="hidden" name="virtualPath" form="<?= $this->form; ?>" value="<?= $this->virtualPath; ?>">
|
<input type="hidden" name="virtualPath" form="<?= $this->form; ?>" value="<?= $this->virtualPath; ?>">
|
||||||
<input type="file" id="iUpload" name="upload" form="<?= $this->form; ?>" multiple>
|
<input type="file" id="iUpload" name="upload" form="<?= $this->form; ?>" multiple>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</div>
|
||||||
</div>
|
</form>
|
||||||
</section>
|
</div>
|
||||||
|
|
||||||
<div class="box wf-100">
|
<div class="box wf-100">
|
||||||
<table class="default">
|
<table class="default">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user