Add Media page visual refresh, and use dropzone

This commit is contained in:
Albert Santoni 2015-08-10 14:17:16 -04:00
parent 3bb1dccd65
commit 2af5eb3314
7 changed files with 668 additions and 26 deletions

View file

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