{*
email.tpl
phpRechnung - is easy-to-use Web-based multilingual accounting software.
Copyright (C) 2001 - 2008 Edy Corak < phprechnung at ecorak dot net >
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*}
{include file="header.tpl"}
<body onload="document.Email.EmailTo.focus();">
{include file="htable.tpl"}
<table border="0" width="100%" cellspacing="0" cellpadding="0" summary="Tabelle 3">
<tr><td id="td1_20" width="20%" valign="top">
{* Menubar start *}
<table border="0" width="80%" cellspacing="0" cellpadding="0" summary="Tabelle 4">
{if $smarty.session.SuperUser and ( $smarty.session.SuperUser eq $Root )}
<tr><td align="center" class="phprechnung_menu"><a accesskey="L" title="{$Logout}"
href="../login/suend.php?{$Session}">{$Logout}</a></td></tr>
{else}
<tr><td align="center" class="phprechnung_menu"><a accesskey="L" title="{$Logout}"
href="../login/logout.php?{$Session}">{$Logout}</a></td></tr>
{/if}
<tr><td align="left" class="phprechnung_menu"><a accesskey="W" title="{$Startpage}"
href="../index.php?{$Session}">{$Startpage}</a></td></tr>
<tr><td align="left" class="phprechnung_menu"><a accesskey="A" title="{$Addressbook}"
href="../addressbook/list.php?{$Session}">{$Addressbook}</a></td></tr>
<tr><td align="left" class="phprechnung_menu"><a accesskey="P" title="{$Position}"
href="../position/list.php?{$Session}">{$Position}</a></td></tr>
<tr><td align="left" class="phprechnung_menu_sel"><a accesskey="O" title="{$Offer} - {$List}"
href="list.php?{$Session}">{$Offer}</a></td></tr>
<tr><td align="left" class="phprechnung_menu_sub"><a accesskey="1" title="{$Offer} - {$New}"
href="new.php?offerID={$offerID}&{$AddCurrentPage}Order={$Order}&Sort={$Sort}&{$Session}">{$New}</a></td></tr>
<tr><td align="left" class="phprechnung_menu_sub"><a accesskey="2" title="{$Offer} - {$Search}"
href="search.php?offerID={$offerID}&{$AddCurrentPage}Order={$Order}&Sort={$Sort}&{$Session}">{$Search}</a></td></tr>
<tr><td align="left" class="phprechnung_menu_sub"><a accesskey="3" title="{$Offer} - {$Help}"
href="help.php?{$Session}">{$Help}</a></td></tr>
<tr><td align="left" class="phprechnung_menu"><a accesskey="I" title="{$Invoice}"
href="../invoice/list.php?{$Session}">{$Invoice}</a></td></tr>
{* <tr><td align="left" class="phprechnung_menu"><a accesskey="N" title="{$Creditnote}"
href="../creditnote/list.php?{$Session}">{$Creditnote}</a></td></tr> *}
<tr><td align="left" class="phprechnung_menu"><a accesskey="M" title="{$Payment}"
href="../payment/list.php?{$Session}">{$Payment}</a></td></tr>
<tr><td align="left" class="phprechnung_menu"><a accesskey="C" title="{$Cashbook}"
href="../cashbook/list.php?{$Session}">{$Cashbook}</a></td></tr>
<tr><td align="left" class="phprechnung_menu"><a accesskey="R" title="{$Reports}"
href="../reports/index.php?{$Session}">{$Reports}</a></td></tr>
<tr><td align="left" class="phprechnung_menu"><a accesskey="S" title="{$Configuration}"
href="../configuration.php?{$Session}">{$Configuration}</a></td></tr>
{if $smarty.session.Username and ( $smarty.session.Username neq $Root )}
<tr><td align="left" class="phprechnung_menu"><a accesskey="U" title="{$Superuser}"
href="../login/sustart.php?{$Session}">{$Superuser}</a></td></tr>
{/if}
</table></td>
{* Menubar end *}
<td id="td1_2" width="2%"></td><td width="78%" valign="top" align="center">
<form id="Email" name="Email" action="email_pdf.php?{$Session}" method="post">
{if $SendEmail eq 1}
<input type="hidden" name="Type" value="Offer" />
{else}
<input type="hidden" name="Type" value="Order" />
{/if}
<input type="hidden" name="myID" value="{$myID}" />
<input type="hidden" name="offerID" value="{$offerID}" />
<input type="hidden" name="infoID" value="{$infoID}" />
<input type="hidden" name="page" value="{$page}" />
<input type="hidden" name="OfferID1" value="{$OfferID1}" />
<input type="hidden" name="CustomerID1" value="{$CustomerID1}" />
<input type="hidden" name="DateFrom1" value="{$DateFrom1}" />
<input type="hidden" name="DateTill1" value="{$DateTill1}" />
<input type="hidden" name="Total1" value="{$Total1}" />
<input type="hidden" name="Customer1" value="{$Customer1}" />
<input type="hidden" name="Order" value="{$Order}" />
<input type="hidden" name="Sort" value="{$Sort}" />
<input type="hidden" name="Canceled" value="{$Canceled}" />
<table width="80%" border="0" cellpadding="2" cellspacing="0" summary="Tabelle 1">
<tr><td class="phprechnung_tabelle">
<table width="100%" border="0" cellspacing="3" cellpadding="3" summary="Tabelle 2">
{if $infoID eq 9}
<tr>
<td valign="middle" align="left">
[ <a title="{$BackMsg} - {$Offer} - {$Searchresult}" class="ninfolink" href="searchlist.php?page={$page}&OfferID1={$OfferID1}&CustomerID1={$CustomerID1}&DateFrom1={$DateFrom1}&DateTill1={$DateTill1}&Total1={$Total1}&Customer1={$Customer1}&Order={$Order}&Sort={$Sort}&Canceled={$Canceled}&{$Session}#{$offerID}">{$BackMsg}</a> ]
</td>
</tr>
{else}
<tr>
<td valign="middle" align="left">
[ <a title="{$BackMsg} - {$Offer} - {$List}" class="ninfolink" href="list.php?page={$page}&Order={$Order}&Sort={$Sort}&Canceled={$Canceled}&{$Session}#{$offerID}">{$BackMsg}</a> ]
</td>
</tr>
{/if}
<tr>
{if $SendEmail eq 1}
<td align="center" colspan="2"><h2>{$Offer} - {$Email}</h2><br />
{$Email_Offer} {$FIRSTNAME} {$LASTNAME} {$COMPANY}<br />
{$Offer_No}: {$OfferInitials}-{$PrintDate}, {$Customer_No}: {$MYID}<br /></td>
{else}
<td align="center" colspan="2"><h2>{$OOrder} - {$Email}</h2><br />
{$Email_Order} {$FIRSTNAME} {$LASTNAME} {$COMPANY}<br />
{$Order_No}: {$OrderInitials}-{$PrintDate}, {$Customer_No}: {$MYID}<br /></td>
{/if}
</tr>
<tr><td></td></tr>
<tr><td valign="top" align="right" width="35%">{$Email_From}: </td><td class="dbTxt" valign="top" align="left" width="65%">{$COMPANYNAME}<br />[ {$COMPANYEMAIL} ]</td></tr>
<tr><td valign="middle" align="right" width="35%"><b>{$Email_To}</b>: </td><td class="dbTxt" valign="top" align="left" width="65%"><input type="text" name="EmailTo" size="40" value="{$EMAIL_TO}" /></td></tr>
<tr><td></td></tr>
<tr>
<td align="center" colspan="2" valign="top">
{if $SendEmail eq 1}
<input type="submit" class="button" title="{$Offer} - {$Email}" value="{$Offer} - {$Email}" />
{else}
<input type="submit" class="button" title="{$OOrder} - {$Email}" value="{$OOrder} - {$Email}" />
{/if}
</td>
</tr>
</table></td></tr></table>
</form>
</td></tr>
<tr><td id="td2_20" width="20%"><br /></td><td id="td2_2" width="2%"></td>
<td width="78%" valign="top"><br /></td></tr></table>
{include file="footer.tpl"}