start implementing portlets

This commit is contained in:
Dennis Eichhorn 2020-02-29 19:50:20 +01:00
parent ec457cee45
commit dcf2f3b123

View File

@ -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">