<?
global $p_id, $p_name,$inputSize,$inputSizeSmall;
if ($task_view==1)
{
$inputSize = ' style="width:200px;"';
$inputSizeSmall = '100px;';
}
else
{
$inputSizeSmall = '48%;';
}
echo '
<div class="widget-content" style="border:0px;">
<form action="actions/save_costumer.php" method="post" target="saveFrame" name="SaveCostumerForm">
<span id="CostumerSavedMessage"><br/> </span>
<p>
'.$ADD_COSTUMER_NAME.'*<br/>
<input type="text" id="c_name" name="c_name" class="textArea" '.$inputSize.' style="height:18px;"/>
<br/>'.$ADD_COSTUMER_CONTACT.'<br/>
<input type="text" id="c_contactperson" name="c_contactperson" class="textArea" '.$inputSize.' style="height:18px;"/>
<br/>'.$ADD_COSTUMER_EMAIL.'<br/>
<input type="text" id="c_email" name="c_email" class="textArea" '.$inputSize.' style="height:18px;"/>
<br/>'.$ADD_COSTUMER_EMAIL_INVOICE.'<br/>
<input type="text" id="c_email_invoice" name="c_email_invoice" maxlength="80" class="textArea" '.$inputSize.' style="height:18px;"/>
</p>
<p>
'.$ADD_COSTUMER_STREET.'<br/>
<input type="text" id="c_street" name="c_street" maxlength="255" class="textArea" '.$inputSize.' style="height:18px;"/>
<br/>'.$ADD_COSTUMER_STREET2.'<br/>
<input type="text" id="c_street2" name="c_street2" maxlength="255" class="textArea" '.$inputSize.' style="height:18px;"/>
<br/>'.$ADD_COSTUMER_ZIPCODE.'<br/>
<input type="text" id="c_zipcode" name="c_zipcode" maxlength="20" class="textArea" '.$inputSize.' style="height:18px;"/>
<br/>'.$ADD_COSTUMER_CITY.'<br/>
<input type="text" id="c_city" name="c_city" maxlength="255" class="textArea" '.$inputSize.' style="height:18px;"/>
<br/>'.$ADD_COSTUMER_STATE.'<br/>
<input type="text" id="c_state" name="c_state" maxlength="120" class="textArea" '.$inputSize.' style="height:18px;"/>
<br/>'.$ADD_COSTUMER_COUNTRY.'<br/>
<input type="text" id="c_country" name="c_country" maxlength="255" class="textArea" '.$inputSize.' style="height:18px;"/>
</p>
<p>
'.$ADD_COSTUMER_TELEFON.'<br/>
<input type="text" id="c_telefon" name="c_telefon" maxlength="40" class="textArea" '.$inputSize.' style="height:18px;"/>
<br/>'.$ADD_COSTUMER_MOBIL.'<br/>
<input type="text" id="c_mobil" name="c_mobil" maxlength="40" class="textArea" '.$inputSize.' style="height:18px;"/>
<br/>'.$ADD_COSTUMER_URL.'<br/>
<input type="text" id="c_url" name="c_url" maxlength="255" class="textArea" '.$inputSize.' style="height:18px;"/>
<span style="text-align:center;float:right;width:180px;display:block;">
<br/>'.$ADD_TAKS_INFO.'<br/>
<input type="button" onclick="SendAddCostumer(true);" class="buttonLogin" value="'.$ADD_COSTUMER_SAVE.'"/>
<br/> <br/>
<input type="hidden" name="ausgefuellt" value="ja"/>
</span>
</p>
<br/> <br/>
<input type="hidden" name="ausgefuellt" value="ja"/>
</form>
</div>';
?>