This commit is contained in:
drigato 2015-02-12 14:20:54 -05:00
parent c261182c8f
commit 56cae34259
1 changed files with 3 additions and 2 deletions

View File

@ -1,15 +1,16 @@
<div class="ui-widget ui-widget-content block-shadow simple-formblock clearfix padded-strong preferences">
<h2 style="float:left"><?php echo _("Embeddable Player") ?></h2>
<?php $baseUrl = Application_Common_OsPath::getBaseDir(); ?>
<form method="post" id="pref_form" enctype="multipart/form-data">
<form method="post" id="player_form" enctype="multipart/form-data">
<?php echo $this->form->getElement('submit')->render() ?>
<div style="clear:both"></div>
<?php
echo $this->statusMsg;
echo $this->form;
?>
<?php echo $this->form->getElement('submit')->render() ?>
<br />
</form>
</div>