many fixes in Classic and Froxlor templates

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2011-03-02 07:46:32 +01:00
parent 687b28016e
commit 236377c28e
25 changed files with 103 additions and 115 deletions

View File

@@ -1,30 +1,30 @@
$header
<article>
<header>
<h2>
<img src="images/Froxlor/icons/{$image}" alt="{$title}" />&nbsp;
{$title}
</h2>
</header>
<article>
<header>
<h2>
<img src="images/Froxlor/icons/{$image}" alt="{$title}" />&nbsp;
{$title}
</h2>
</header>
<section class="fullform bradiusodd">
<section class="fullform bradiusodd">
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
<fieldset>
<legend>Froxlor&nbsp;-&nbsp;{$title}</legend>
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
<fieldset>
<legend>Froxlor&nbsp;-&nbsp;{$title}</legend>
<table class="formtable">
{$autoresponder_add_form}
</table>
<table class="formtable">
{$autoresponder_add_form}
</table>
<p style="display: none;">
<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" />
</p>
</fieldset>
</form>
</section>
</article>
$footer
<p style="display: none;">
<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" />
</p>
</fieldset>
</form>
</section>
</article>
$footer

View File

@@ -1,43 +1,31 @@
$header
<form method="post" action="$filename">
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="action" value="$action" />
<input type="hidden" name="account" value="$email" />
<table cellpadding="5" cellspacing="4" border="0" align="center" class="maintable_60">
<tr>
<td class="maintitle" colspan="2"><b><img src="images/title.gif" alt="" />&nbsp;{$lng['autoresponder']['autoresponder_edit']}</b></td>
</tr>
<tr>
<td class="main_field_name">{$lng['autoresponder']['account']}:</td>
<td class="main_field_display" nowrap="nowrap">{$email}</td>
</tr>
<tr>
<td class="main_field_name">{$lng['autoresponder']['active']}:</td>
<td class="main_field_display" nowrap="nowrap"><input type="checkbox" name="active" value="1"{$checked} /></td>
</tr>
<tr>
<td class="main_field_name">{$lng['autoresponder']['date_from']} (dd-mm-yyyy):</td>
<td class="main_field_display" nowrap="nowrap"><input type="text" name="date_from" maxlength="10" value="{$date_from}" />&nbsp;{$date_from_off}</td>
</tr>
<tr>
<td class="main_field_name">{$lng['autoresponder']['date_until']} (dd-mm-yyyy):</td>
<td class="main_field_display" nowrap="nowrap"><input type="text" name="date_until" maxlength="10" value="{$date_until}" />&nbsp;{$date_until_off}</td>
</tr>
<tr>
<td class="main_field_name">{$lng['autoresponder']['subject']}:</td>
<td class="main_field_display" nowrap="nowrap"><input type="text" name="subject" maxlength="70" value="{$subject}" /></td>
</tr>
<tr>
<td class="main_field_name" colspan="2">{$lng['autoresponder']['message']}:</td>
</tr>
<tr>
<td class="main_field_display" colspan="2"><textarea class="textarea_border" rows="12" cols="60" name="message">{$message}</textarea></td>
</tr>
<tr>
<td class="main_field_confirm" colspan="2"><input type="hidden" name="send" value="send" /><input type="submit" class="bottom" value="{$lng['autoresponder']['autoresponder_edit']}" /></td>
</tr>
</table>
</form>
<br />
<br />
$footer
<article>
<header>
<h2>
<img src="images/Froxlor/icons/{$image}" alt="{$title}" />&nbsp;
{$title}
</h2>
</header>
<section class="fullform bradiusodd">
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
<fieldset>
<legend>Froxlor&nbsp;-&nbsp;{$title}</legend>
<table class="formtable">
{$autoresponder_edit_form}
</table>
<p style="display: none;">
<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="account" value="$email" />
<input type="hidden" name="send" value="send" />
</p>
</fieldset>
</form>
</section>
</article>
$footer

View File

@@ -17,7 +17,7 @@ $header
{$mysql_add_form}
</table>
<p style="display: none;">
<p style="display: none;">
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="action" value="$action" />