-fix merge mistakes from devel

This commit is contained in:
Martin Konecny 2013-01-15 14:06:02 -05:00
parent 8cd6bd9aa4
commit c57e19983c
2 changed files with 6 additions and 0 deletions

View File

@ -64,6 +64,11 @@
<?php if($this->element->getElement('widgetCode')->hasErrors()) : ?>
<ul class='errors'>
<?php foreach($this->element->getElement('widgetCode')->getMessages() as $error): ?>
<li><?php echo $error; ?></li>
<?php endforeach; ?>
</ul>
<?php endif; ?>
</dd>
<dt id="locale-label" class="block-display">
<label class="required" for="locale"><?php echo $this->element->getElement('locale')->getLabel() ?>:
</label>

View File

@ -121,6 +121,7 @@ function createWidgetHelpDescription() {
at: "right center"
},
});
}
function setSoundCloudCheckBoxListener() {
var subCheckBox= $("#UseSoundCloud,#SoundCloudDownloadbleOption");