Update player.phtml
- Center align header and some other changes - for better content visualization.
This commit is contained in:
parent
c94884e60a
commit
c9531d37ab
|
@ -3,7 +3,7 @@
|
|||
<?php $baseUrl = Application_Common_OsPath::getBaseDir(); ?>
|
||||
|
||||
<form method="post" id="player_form" enctype="multipart/form-data">
|
||||
<h2 style="float:left"><?php echo _("Player") ?></h2>
|
||||
<h2 style="text-align:center"><?php echo _("Player") ?></h2>
|
||||
<div style="clear:both"></div>
|
||||
<?php echo $this->player_error_msg; ?>
|
||||
<?php echo $this->player_form; ?>
|
||||
|
|
Loading…
Reference in New Issue