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,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