SAAS-948 - Showbuilder fixes

This commit is contained in:
Duncan Sommerville 2015-08-10 13:44:57 -04:00
parent c2d1556cfd
commit 641486e852
3 changed files with 3 additions and 24 deletions

View file

@ -81,7 +81,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>