Files
Froxlor/templates/Sparkle/customer/mysql/mysqls_add.tpl
Florian Aders (EleRas) a5d041926a Converted customer_mysql to HTMLform2
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
2015-02-03 20:57:54 +01:00

26 lines
635 B
Smarty

$header
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/mysql_add_big.png" />&nbsp;
{$lng['mysql']['database_create']}
</h2>
</header>
<section>
<form action="{$linker->getLink(array('section' => 'mysql'))}" method="post" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="action" value="$action" />
<input type="hidden" name="send" value="send" />
<table class="full">
{$mysql_add_form}
</table>
</form>
</section>
</article>
$footer