Added placeholders for player embed code and preview
This commit is contained in:
parent
cf11291877
commit
2272451e08
7 changed files with 35 additions and 34 deletions
|
@ -1,16 +1,13 @@
|
|||
<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="player_form" enctype="multipart/form-data">
|
||||
|
||||
|
||||
<div style="clear:both"></div>
|
||||
<?php
|
||||
<?php echo $this->form; ?>
|
||||
|
||||
echo $this->statusMsg;
|
||||
echo $this->form;
|
||||
?>
|
||||
<?php echo $this->form->getElement('submit')->render() ?>
|
||||
<br />
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue