Merge branch 'master' of git://github.com/Froxlor/Froxlor

This commit is contained in:
BNoiZe
2013-10-01 17:32:55 +02:00

View File

@@ -1,14 +1,6 @@
$header $header
<article> <article>
<if $domains == ''>
<div class="messagewrapperfull">
<div class="warningcontainer bradius">
<div class="warningtitle">{$lng['admin']['warning']}</div>
<div class="warning"><br /><strong>{$lng['emails']['noemaildomainaddedyet']}</strong></div>
</div>
</div>
</if>
<else>
<header> <header>
<h2> <h2>
<img src="templates/{$theme}/assets/img/{$image}" alt="{$title}" />&nbsp; <img src="templates/{$theme}/assets/img/{$image}" alt="{$title}" />&nbsp;
@@ -16,8 +8,15 @@ $header
</h2> </h2>
</header> </header>
<if $domains == ''>
<div class="messagewrapperfull">
<div class="warningcontainer bradius">
<div class="warningtitle">{$lng['admin']['warning']}</div>
<div class="warning"><br /><strong>{$lng['emails']['noemaildomainaddedyet']}</strong></div>
</div>
</div>
<else>
<section class="fullform bradiusodd"> <section class="fullform bradiusodd">
<form action="{$linker->getLink(array('section' => 'email'))}" method="post" enctype="application/x-www-form-urlencoded"> <form action="{$linker->getLink(array('section' => 'email'))}" method="post" enctype="application/x-www-form-urlencoded">
<fieldset> <fieldset>
<legend>Froxlor&nbsp;-&nbsp;{$title}</legend> <legend>Froxlor&nbsp;-&nbsp;{$title}</legend>
@@ -35,5 +34,6 @@ $header
</fieldset> </fieldset>
</form> </form>
</section> </section>
</if>
</article> </article>
$footer $footer