Setting eol-style for php and tpl - files

This commit is contained in:
Florian Aders (EleRas)
2010-01-20 16:55:27 +00:00
parent a8b30315b2
commit 8c55dd6c21
195 changed files with 19843 additions and 19843 deletions

View File

@@ -1,38 +1,38 @@
$header
<form method="post" action="$filename">
<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="id" value="$id" />
<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['emails']['account_add']}</b></td>
</tr>
<tr>
<td class="main_field_name">{$lng['emails']['emailaddress']}:</td>
<td class="main_field_display" nowrap="nowrap">{$result['email_full']}</td>
</tr>
<tr>
<td class="main_field_name">{$lng['login']['password']}:</td>
<td class="main_field_display" nowrap="nowrap"><input type="password" name="email_password" maxlength="50" /></td>
</tr>
<if $settings['system']['mail_quota_enabled'] == 1>
<tr>
<td class="main_field_name">{$lng['emails']['quota']} ({$lng['panel']['megabyte']}):</td>
<td class="main_field_display" nowrap="nowrap"><input type="text" name="email_quota" value="{$quota}" /></td>
</tr>
</if>
<if $settings['panel']['sendalternativemail'] == 1>
<tr>
<td class="main_field_name">{$lng['emails']['alternative_emailaddress']}:</td>
<td class="main_field_display" nowrap="nowrap"><input type="text" class="text" name="alternative_email" maxlength="255" /></td>
</tr>
</if>
<tr>
<td class="main_field_confirm" colspan="2"><input type="hidden" name="send" value="send" /><input type="submit" class="bottom" value="{$lng['emails']['account_add']}" /></td>
</tr>
</table>
</form>
<br />
<br />
$header
<form method="post" action="$filename">
<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="id" value="$id" />
<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['emails']['account_add']}</b></td>
</tr>
<tr>
<td class="main_field_name">{$lng['emails']['emailaddress']}:</td>
<td class="main_field_display" nowrap="nowrap">{$result['email_full']}</td>
</tr>
<tr>
<td class="main_field_name">{$lng['login']['password']}:</td>
<td class="main_field_display" nowrap="nowrap"><input type="password" name="email_password" maxlength="50" /></td>
</tr>
<if $settings['system']['mail_quota_enabled'] == 1>
<tr>
<td class="main_field_name">{$lng['emails']['quota']} ({$lng['panel']['megabyte']}):</td>
<td class="main_field_display" nowrap="nowrap"><input type="text" name="email_quota" value="{$quota}" /></td>
</tr>
</if>
<if $settings['panel']['sendalternativemail'] == 1>
<tr>
<td class="main_field_name">{$lng['emails']['alternative_emailaddress']}:</td>
<td class="main_field_display" nowrap="nowrap"><input type="text" class="text" name="alternative_email" maxlength="255" /></td>
</tr>
</if>
<tr>
<td class="main_field_confirm" colspan="2"><input type="hidden" name="send" value="send" /><input type="submit" class="bottom" value="{$lng['emails']['account_add']}" /></td>
</tr>
</table>
</form>
<br />
<br />
$footer

View File

@@ -1,26 +1,26 @@
$header
<form method="post" action="$filename">
<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="id" value="$id" />
<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['menue']['main']['changepassword']}</b></td>
</tr>
<tr>
<td class="main_field_name">{$lng['emails']['emailaddress']}:</td>
<td class="main_field_display" nowrap="nowrap">{$result['email_full']}</td>
</tr>
<tr>
<td class="main_field_name">{$lng['login']['password']}:</td>
<td class="main_field_display" nowrap="nowrap"><input type="password" name="email_password" maxlength="50" /></td>
</tr>
<tr>
<td class="main_field_confirm" colspan="2"><input type="hidden" name="send" value="send" /><input type="submit" class="bottom" value="{$lng['menue']['main']['changepassword']}" /></td>
</tr>
</table>
</form>
<br />
<br />
$header
<form method="post" action="$filename">
<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="id" value="$id" />
<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['menue']['main']['changepassword']}</b></td>
</tr>
<tr>
<td class="main_field_name">{$lng['emails']['emailaddress']}:</td>
<td class="main_field_display" nowrap="nowrap">{$result['email_full']}</td>
</tr>
<tr>
<td class="main_field_name">{$lng['login']['password']}:</td>
<td class="main_field_display" nowrap="nowrap"><input type="password" name="email_password" maxlength="50" /></td>
</tr>
<tr>
<td class="main_field_confirm" colspan="2"><input type="hidden" name="send" value="send" /><input type="submit" class="bottom" value="{$lng['menue']['main']['changepassword']}" /></td>
</tr>
</table>
</form>
<br />
<br />
$footer

View File

@@ -1,26 +1,26 @@
$header
<form method="post" action="$filename">
<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="id" value="$id" />
<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['emails']['quota_edit']}</b></td>
</tr>
<tr>
<td class="main_field_name">{$lng['emails']['emailaddress']}:</td>
<td class="main_field_display" nowrap="nowrap">{$result['email_full']}</td>
</tr>
<tr>
<td class="main_field_name">{$lng['emails']['quota']} ({$lng['panel']['megabyte']}):</td>
<td class="main_field_display" nowrap="nowrap"><input type="text" name="email_quota" value="{$result['quota']}" maxlength="50" /></td>
</tr>
<tr>
<td class="main_field_confirm" colspan="2"><input type="hidden" name="send" value="send" /><input type="submit" class="bottom" value="{$lng['emails']['quota_edit']}" /></td>
</tr>
</table>
</form>
<br />
<br />
$header
<form method="post" action="$filename">
<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="id" value="$id" />
<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['emails']['quota_edit']}</b></td>
</tr>
<tr>
<td class="main_field_name">{$lng['emails']['emailaddress']}:</td>
<td class="main_field_display" nowrap="nowrap">{$result['email_full']}</td>
</tr>
<tr>
<td class="main_field_name">{$lng['emails']['quota']} ({$lng['panel']['megabyte']}):</td>
<td class="main_field_display" nowrap="nowrap"><input type="text" name="email_quota" value="{$result['quota']}" maxlength="50" /></td>
</tr>
<tr>
<td class="main_field_confirm" colspan="2"><input type="hidden" name="send" value="send" /><input type="submit" class="bottom" value="{$lng['emails']['quota_edit']}" /></td>
</tr>
</table>
</form>
<br />
<br />
$footer

View File

@@ -1,19 +1,19 @@
$header
<table cellpadding="5" cellspacing="0" border="0" align="center" class="maintable">
<tr>
<td class="maintitle_search_left" colspan="4"><b><img src="images/title.gif" alt="" />&nbsp;{$lng['menue']['email']['autoresponder']}</b></td>
</tr>
<tr>
<td class="field_display_border_left">{$lng['emails']['emailaddress']}</td>
<td class="field_display">{$lng['autoresponder']['active']}</td>
<td class="field_display">&nbsp;</td>
<td class="field_display">&nbsp;</td>
</tr>
$autoresponder
<tr>
<td class="field_display_border_left" colspan="6"><a href="$filename?&amp;action=add&amp;s=$s">{$lng['autoresponder']['autoresponder_add']}</a></td>
</tr>
</table>
<br />
<br />
$header
<table cellpadding="5" cellspacing="0" border="0" align="center" class="maintable">
<tr>
<td class="maintitle_search_left" colspan="4"><b><img src="images/title.gif" alt="" />&nbsp;{$lng['menue']['email']['autoresponder']}</b></td>
</tr>
<tr>
<td class="field_display_border_left">{$lng['emails']['emailaddress']}</td>
<td class="field_display">{$lng['autoresponder']['active']}</td>
<td class="field_display">&nbsp;</td>
<td class="field_display">&nbsp;</td>
</tr>
$autoresponder
<tr>
<td class="field_display_border_left" colspan="6"><a href="$filename?&amp;action=add&amp;s=$s">{$lng['autoresponder']['autoresponder_add']}</a></td>
</tr>
</table>
<br />
<br />
$footer

View File

@@ -1,34 +1,34 @@
$header
<form method="post" action="$filename">
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="action" value="$action" />
<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_new']}</b></td>
</tr>
<tr>
<td class="main_field_name">{$lng['autoresponder']['account']}:</td>
<td class="main_field_display" nowrap="nowrap"><select class="tendina_nobordo" name="account">$accounts</select></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="checked" /></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" /></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"></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_new']}" /></td>
</tr>
</table>
</form>
<br />
<br />
$header
<form method="post" action="$filename">
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="action" value="$action" />
<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_new']}</b></td>
</tr>
<tr>
<td class="main_field_name">{$lng['autoresponder']['account']}:</td>
<td class="main_field_display" nowrap="nowrap"><select class="tendina_nobordo" name="account">$accounts</select></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="checked" /></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" /></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"></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_new']}" /></td>
</tr>
</table>
</form>
<br />
<br />
$footer

View File

@@ -1,6 +1,6 @@
<tr>
<td class="field_name_border_left">{$row['email']}</td>
<td class="field_name"><if $row['enabled'] != 0>{$lng['panel']['yes']}</if><if $row['enabled'] == 0>{$lng['panel']['no']}</if></td>
<td class="field_name"><a href="$filename?&amp;action=edit&amp;email={$row['email']}&amp;s=$s">{$lng['panel']['edit']}</a></td>
<td class="field_name"><a href="$filename?&amp;action=delete&amp;email={$row['email']}&amp;s=$s">{$lng['panel']['delete']}</a></td>
<tr>
<td class="field_name_border_left">{$row['email']}</td>
<td class="field_name"><if $row['enabled'] != 0>{$lng['panel']['yes']}</if><if $row['enabled'] == 0>{$lng['panel']['no']}</if></td>
<td class="field_name"><a href="$filename?&amp;action=edit&amp;email={$row['email']}&amp;s=$s">{$lng['panel']['edit']}</a></td>
<td class="field_name"><a href="$filename?&amp;action=delete&amp;email={$row['email']}&amp;s=$s">{$lng['panel']['delete']}</a></td>
</tr>

View File

@@ -1,35 +1,35 @@
$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']['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 />
$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']['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

View File

@@ -1,12 +1,12 @@
$header
<table cellpadding="5" cellspacing="0" border="0" align="center" class="maintable">
<tr>
<td class="maintitle"><b><img src="images/title.gif" alt="" />&nbsp;{$lng['menue']['email']['email']}</b></td>
</tr>
<tr>
<td class="field_name_border_left">{$lng['emails']['description']}</td>
</tr>
</table>
<br />
<br />
$header
<table cellpadding="5" cellspacing="0" border="0" align="center" class="maintable">
<tr>
<td class="maintitle"><b><img src="images/title.gif" alt="" />&nbsp;{$lng['menue']['email']['email']}</b></td>
</tr>
<tr>
<td class="field_name_border_left">{$lng['emails']['description']}</td>
</tr>
</table>
<br />
<br />
$footer

View File

@@ -1,38 +1,38 @@
$header
<form action="$filename" method="post">
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="page" value="$page" />
<table cellpadding="5" cellspacing="0" border="0" align="center" class="maintable">
<tr>
<td class="maintitle_search_left"><b><img src="images/title.gif" alt="" />&nbsp;{$lng['menue']['email']['emails']}</b></td>
<td class="maintitle_search_right" colspan="6">{$searchcode}</td>
</tr>
<if ($userinfo['emails_used'] < $userinfo['emails'] || $userinfo['emails'] == '-1') && 15 < $emails_count && $emaildomains_count !=0 >
<tr>
<td class="field_display_border_left" colspan="7"><a href="$filename?page={$page}&amp;action=add&amp;s=$s">{$lng['emails']['emails_add']}</a></td>
</tr>
</if>
<tr>
<td class="field_display_border_left">{$lng['emails']['emailaddress']}&nbsp;&nbsp;{$arrowcode['m.email_full']}</td>
<td class="field_display">{$lng['emails']['forwarders']}&nbsp;&nbsp;{$arrowcode['m.destination']}</td>
<td class="field_display">{$lng['emails']['account']}</td>
<td class="field_display">{$lng['emails']['catchall']}</td>
<if $settings['system']['mail_quota_enabled'] == '1'><td class="field_display">{$lng['emails']['quota']}</td></if>
<td class="field_display_search" colspan="2">{$sortcode}</td>
</tr>
$accounts
<if $pagingcode != ''>
<tr>
<td class="field_display_border_left" colspan="7" style=" text-align: center; ">{$pagingcode}</td>
</tr>
</if>
<if ($userinfo['emails_used'] < $userinfo['emails'] || $userinfo['emails'] == '-1') && $emaildomains_count !=0 >
<tr>
<td class="field_display_border_left" colspan="7"><a href="$filename?page={$page}&amp;action=add&amp;s=$s">{$lng['emails']['emails_add']}</a></td>
</tr>
</if>
</table>
</form>
<br />
<br />
$header
<form action="$filename" method="post">
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="page" value="$page" />
<table cellpadding="5" cellspacing="0" border="0" align="center" class="maintable">
<tr>
<td class="maintitle_search_left"><b><img src="images/title.gif" alt="" />&nbsp;{$lng['menue']['email']['emails']}</b></td>
<td class="maintitle_search_right" colspan="6">{$searchcode}</td>
</tr>
<if ($userinfo['emails_used'] < $userinfo['emails'] || $userinfo['emails'] == '-1') && 15 < $emails_count && $emaildomains_count !=0 >
<tr>
<td class="field_display_border_left" colspan="7"><a href="$filename?page={$page}&amp;action=add&amp;s=$s">{$lng['emails']['emails_add']}</a></td>
</tr>
</if>
<tr>
<td class="field_display_border_left">{$lng['emails']['emailaddress']}&nbsp;&nbsp;{$arrowcode['m.email_full']}</td>
<td class="field_display">{$lng['emails']['forwarders']}&nbsp;&nbsp;{$arrowcode['m.destination']}</td>
<td class="field_display">{$lng['emails']['account']}</td>
<td class="field_display">{$lng['emails']['catchall']}</td>
<if $settings['system']['mail_quota_enabled'] == '1'><td class="field_display">{$lng['emails']['quota']}</td></if>
<td class="field_display_search" colspan="2">{$sortcode}</td>
</tr>
$accounts
<if $pagingcode != ''>
<tr>
<td class="field_display_border_left" colspan="7" style=" text-align: center; ">{$pagingcode}</td>
</tr>
</if>
<if ($userinfo['emails_used'] < $userinfo['emails'] || $userinfo['emails'] == '-1') && $emaildomains_count !=0 >
<tr>
<td class="field_display_border_left" colspan="7"><a href="$filename?page={$page}&amp;action=add&amp;s=$s">{$lng['emails']['emails_add']}</a></td>
</tr>
</if>
</table>
</form>
<br />
<br />
$footer

View File

@@ -1,25 +1,25 @@
$header
<form method="post" action="$filename">
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="action" value="$action" />
<table cellpadding="5" cellspacing="4" border="0" align="center" class="maintable">
<tr>
<td class="maintitle" colspan="2"><b><img src="images/title.gif" alt="" />&nbsp;{$lng['emails']['emails_add']}</b></td>
</tr>
<tr>
<td class="main_field_name">{$lng['emails']['emailaddress']}:</td>
<td class="main_field_display" nowrap="nowrap"><input type="text" name="email_part" value="" size="15" /> @ <select class="dropdown_noborder" name="domain">$domains</select></td>
</tr>
<tr>
<td class="main_field_name">{$lng['emails']['iscatchall']}</td>
<td class="main_field_display" nowrap="nowrap">$iscatchall</td>
</tr>
<tr>
<td class="main_field_confirm" colspan="2"><input type="hidden" name="send" value="send" /><input type="submit" class="bottom" value="{$lng['emails']['emails_add']}" /></td>
</tr>
</table>
</form>
<br />
<br />
$header
<form method="post" action="$filename">
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="action" value="$action" />
<table cellpadding="5" cellspacing="4" border="0" align="center" class="maintable">
<tr>
<td class="maintitle" colspan="2"><b><img src="images/title.gif" alt="" />&nbsp;{$lng['emails']['emails_add']}</b></td>
</tr>
<tr>
<td class="main_field_name">{$lng['emails']['emailaddress']}:</td>
<td class="main_field_display" nowrap="nowrap"><input type="text" name="email_part" value="" size="15" /> @ <select class="dropdown_noborder" name="domain">$domains</select></td>
</tr>
<tr>
<td class="main_field_name">{$lng['emails']['iscatchall']}</td>
<td class="main_field_display" nowrap="nowrap">$iscatchall</td>
</tr>
<tr>
<td class="main_field_confirm" colspan="2"><input type="hidden" name="send" value="send" /><input type="submit" class="bottom" value="{$lng['emails']['emails_add']}" /></td>
</tr>
</table>
</form>
<br />
<br />
$footer

View File

@@ -1,3 +1,3 @@
<tr>
<td class="title" colspan="7">&nbsp;&nbsp;&nbsp;&nbsp;<b>{$domainname}</b></td>
<tr>
<td class="title" colspan="7">&nbsp;&nbsp;&nbsp;&nbsp;<b>{$domainname}</b></td>
</tr>

View File

@@ -1,46 +1,46 @@
$header
<table cellpadding="5" cellspacing="0" border="0" align="center" class="maintable_60">
<tr>
<td class="maintitle" colspan="2"><b><img src="images/title.gif" alt="" />&nbsp;{$lng['emails']['emails_edit']}</b></td>
</tr>
<tr>
<td class="field_display_border_left">{$lng['emails']['emailaddress']}:</td>
<td class="field_name" nowrap="nowrap">{$result['email_full']}</td>
</tr>
<tr>
<td class="field_display_border_left">{$lng['emails']['account']}:</td>
<td class="field_name" nowrap="nowrap">
<if $result['popaccountid'] != 0>
{$lng['panel']['yes']} [<a href="$filename?page=accounts&amp;action=changepw&amp;id={$result['id']}&amp;s=$s">{$lng['menue']['main']['changepassword']}</a>] [<a href="$filename?page=accounts&amp;action=delete&amp;id={$result['id']}&amp;s=$s">{$lng['emails']['account_delete']}</a>]
</if>
<if $result['popaccountid'] == 0>
{$lng['panel']['no']} [<a href="$filename?page=accounts&amp;action=add&amp;id={$result['id']}&amp;s=$s">{$lng['emails']['account_add']}</a>]
</if>
</td>
</tr>
<if $result['popaccountid'] != 0 && $settings['system']['mail_quota_enabled']>
<tr>
<td class="field_display_border_left">{$lng['customer']['email_quota']}:</td>
<td class="field_name" nowrap="nowrap">{$result['quota']} {$lng['panel']['megabyte']} [<a href="$filename?page=accounts&amp;action=changequota&amp;id={$result['id']}&amp;s=$s">{$lng['emails']['quota_edit']}</a>]</td>
</tr>
</if>
<tr>
<td class="field_display_border_left">{$lng['emails']['catchall']}:</td>
<td class="field_name" nowrap="nowrap">
<if $result['iscatchall'] != 0>
{$lng['panel']['yes']}
</if>
<if $result['iscatchall'] == 0>
{$lng['panel']['no']}
</if>
[<a href="$filename?page=$page&amp;action=togglecatchall&amp;id={$result['id']}&amp;s=$s">{$lng['panel']['toggle']}</a>]
</td>
</tr>
<tr>
<td class="field_display_border_left">{$lng['emails']['forwarders']} ({$forwarders_count}):</td>
<td class="field_name">$forwarders<a href="$filename?page=forwarders&amp;action=add&amp;id={$result['id']}&amp;s=$s">{$lng['emails']['forwarder_add']}</a></td>
</tr>
</table>
<br />
<br />
$header
<table cellpadding="5" cellspacing="0" border="0" align="center" class="maintable_60">
<tr>
<td class="maintitle" colspan="2"><b><img src="images/title.gif" alt="" />&nbsp;{$lng['emails']['emails_edit']}</b></td>
</tr>
<tr>
<td class="field_display_border_left">{$lng['emails']['emailaddress']}:</td>
<td class="field_name" nowrap="nowrap">{$result['email_full']}</td>
</tr>
<tr>
<td class="field_display_border_left">{$lng['emails']['account']}:</td>
<td class="field_name" nowrap="nowrap">
<if $result['popaccountid'] != 0>
{$lng['panel']['yes']} [<a href="$filename?page=accounts&amp;action=changepw&amp;id={$result['id']}&amp;s=$s">{$lng['menue']['main']['changepassword']}</a>] [<a href="$filename?page=accounts&amp;action=delete&amp;id={$result['id']}&amp;s=$s">{$lng['emails']['account_delete']}</a>]
</if>
<if $result['popaccountid'] == 0>
{$lng['panel']['no']} [<a href="$filename?page=accounts&amp;action=add&amp;id={$result['id']}&amp;s=$s">{$lng['emails']['account_add']}</a>]
</if>
</td>
</tr>
<if $result['popaccountid'] != 0 && $settings['system']['mail_quota_enabled']>
<tr>
<td class="field_display_border_left">{$lng['customer']['email_quota']}:</td>
<td class="field_name" nowrap="nowrap">{$result['quota']} {$lng['panel']['megabyte']} [<a href="$filename?page=accounts&amp;action=changequota&amp;id={$result['id']}&amp;s=$s">{$lng['emails']['quota_edit']}</a>]</td>
</tr>
</if>
<tr>
<td class="field_display_border_left">{$lng['emails']['catchall']}:</td>
<td class="field_name" nowrap="nowrap">
<if $result['iscatchall'] != 0>
{$lng['panel']['yes']}
</if>
<if $result['iscatchall'] == 0>
{$lng['panel']['no']}
</if>
[<a href="$filename?page=$page&amp;action=togglecatchall&amp;id={$result['id']}&amp;s=$s">{$lng['panel']['toggle']}</a>]
</td>
</tr>
<tr>
<td class="field_display_border_left">{$lng['emails']['forwarders']} ({$forwarders_count}):</td>
<td class="field_name">$forwarders<a href="$filename?page=forwarders&amp;action=add&amp;id={$result['id']}&amp;s=$s">{$lng['emails']['forwarder_add']}</a></td>
</tr>
</table>
<br />
<br />
$footer

View File

@@ -1,2 +1,2 @@
$destination [<a href="$filename?page=forwarders&amp;action=delete&amp;id={$id}&amp;forwarderid={$dest_id}&amp;s=$s">{$lng['panel']['delete']}</a>]
$destination [<a href="$filename?page=forwarders&amp;action=delete&amp;id={$id}&amp;forwarderid={$dest_id}&amp;s=$s">{$lng['panel']['delete']}</a>]
<br />

View File

@@ -1,9 +1,9 @@
<tr class="" onmouseover="this.className='RowOverSelected';" onmouseout="this.className='';">
<td class="field_name_border_left">{$row['email_full']}</td>
<td class="field_name"><if $row['destination'] == ''>&nbsp;<else>{$row['destination']}</if></td>
<td class="field_name"><if $row['popaccountid'] != 0>{$lng['panel']['yes']}</if><if $row['popaccountid'] == 0>{$lng['panel']['no']}</if></td>
<td class="field_name"><if $row['iscatchall'] != 0>{$lng['panel']['yes']}</if><if $row['iscatchall'] == 0>{$lng['panel']['no']}</if></td>
<if $settings['system']['mail_quota_enabled'] == '1'><td class="field_name"><if $row['quota'] == 0>{$lng['emails']['noquota']}<else>{$row['quota']} MB</if></if></td>
<td class="field_name"><a href="$filename?page={$page}&amp;action=edit&amp;id={$row['id']}&amp;s=$s">{$lng['panel']['edit']}</a></td>
<td class="field_name"><a href="$filename?page={$page}&amp;action=delete&amp;id={$row['id']}&amp;s=$s">{$lng['panel']['delete']}</a></td>
</tr>
<tr class="" onmouseover="this.className='RowOverSelected';" onmouseout="this.className='';">
<td class="field_name_border_left">{$row['email_full']}</td>
<td class="field_name"><if $row['destination'] == ''>&nbsp;<else>{$row['destination']}</if></td>
<td class="field_name"><if $row['popaccountid'] != 0>{$lng['panel']['yes']}</if><if $row['popaccountid'] == 0>{$lng['panel']['no']}</if></td>
<td class="field_name"><if $row['iscatchall'] != 0>{$lng['panel']['yes']}</if><if $row['iscatchall'] == 0>{$lng['panel']['no']}</if></td>
<if $settings['system']['mail_quota_enabled'] == '1'><td class="field_name"><if $row['quota'] == 0>{$lng['emails']['noquota']}<else>{$row['quota']} MB</if></if></td>
<td class="field_name"><a href="$filename?page={$page}&amp;action=edit&amp;id={$row['id']}&amp;s=$s">{$lng['panel']['edit']}</a></td>
<td class="field_name"><a href="$filename?page={$page}&amp;action=delete&amp;id={$row['id']}&amp;s=$s">{$lng['panel']['delete']}</a></td>
</tr>

View File

@@ -1,26 +1,26 @@
$header
<form method="post" action="$filename">
<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="id" value="$id" />
<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['emails']['forwarder_add']}</b></td>
</tr>
<tr>
<td class="main_field_name">{$lng['emails']['from']}:</td>
<td class="main_field_display" nowrap="nowrap">{$result['email_full']}</td>
</tr>
<tr>
<td class="main_field_name">{$lng['emails']['to']}:</td>
<td class="main_field_display" nowrap="nowrap"><input type="text" class="text" name="destination" size="30" /></td>
</tr>
<tr>
<td class="main_field_confirm" colspan="2"><input type="hidden" name="send" value="send" /><input type="submit" class="bottom" value="{$lng['emails']['forwarder_add']}" /></td>
</tr>
</table>
</form>
<br />
<br />
$header
<form method="post" action="$filename">
<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="id" value="$id" />
<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['emails']['forwarder_add']}</b></td>
</tr>
<tr>
<td class="main_field_name">{$lng['emails']['from']}:</td>
<td class="main_field_display" nowrap="nowrap">{$result['email_full']}</td>
</tr>
<tr>
<td class="main_field_name">{$lng['emails']['to']}:</td>
<td class="main_field_display" nowrap="nowrap"><input type="text" class="text" name="destination" size="30" /></td>
</tr>
<tr>
<td class="main_field_confirm" colspan="2"><input type="hidden" name="send" value="send" /><input type="submit" class="bottom" value="{$lng['emails']['forwarder_add']}" /></td>
</tr>
</table>
</form>
<br />
<br />
$footer