Add Media page visual refresh, and use dropzone
This commit is contained in:
parent
3bb1dccd65
commit
2af5eb3314
7 changed files with 668 additions and 26 deletions
|
@ -104,7 +104,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|||
<?php $hint = Application_Common_UsabilityHints::getUsabilityHint(); ?>
|
||||
<div class="usability_hint" <?php if ($hint == "") { echo "style='display:none'"; } ?>><?php echo $hint; ?></div>
|
||||
|
||||
<div class="wrapper dropzone" id="content">
|
||||
<div class="wrapper" id="content">
|
||||
<?php echo $this->layout()->content ?>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue