Fix typo
This commit is contained in:
parent
c261182c8f
commit
56cae34259
|
@ -1,15 +1,16 @@
|
||||||
<div class="ui-widget ui-widget-content block-shadow simple-formblock clearfix padded-strong preferences">
|
<div class="ui-widget ui-widget-content block-shadow simple-formblock clearfix padded-strong preferences">
|
||||||
<h2 style="float:left"><?php echo _("Embeddable Player") ?></h2>
|
<h2 style="float:left"><?php echo _("Embeddable Player") ?></h2>
|
||||||
<?php $baseUrl = Application_Common_OsPath::getBaseDir(); ?>
|
<?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>
|
<div style="clear:both"></div>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
echo $this->statusMsg;
|
echo $this->statusMsg;
|
||||||
echo $this->form;
|
echo $this->form;
|
||||||
?>
|
?>
|
||||||
|
<?php echo $this->form->getElement('submit')->render() ?>
|
||||||
<br />
|
<br />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue