SAAS-290: Hosted SaaS widgets + javascript code generation
-working code
This commit is contained in:
parent
27d40ef4df
commit
1b0b124247
3 changed files with 46 additions and 19 deletions
|
@ -50,10 +50,10 @@
|
|||
</ul>
|
||||
<?php endif; ?>
|
||||
</dd>
|
||||
<dt id="widgetCode-label" class="block-display">
|
||||
<dt id="widgetCode-label" style="display:none;" class="block-display">
|
||||
<label class="optional" for="widgetCode"><?php echo $this->element->getElement('widgetCode')->getLabel() ?></label>
|
||||
</dt>
|
||||
<dd id="widgetCode-element" class="block-display clearfix">
|
||||
<dd id="widgetCode-element" style="display:none;" class="block-display clearfix">
|
||||
<?php echo $this->element->getElement('widgetCode') ?>
|
||||
<?php if($this->element->getElement('widgetCode')->hasErrors()) : ?>
|
||||
<ul class='errors'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue