Пример #1
0
?>
>All</option>
				<option value="R" <?php 
echo $str_wire_fee_status == "R" ? "selected" : "";
?>
>Ready</option>
				<option value="N" <?php 
echo $str_wire_fee_status == "N" ? "selected" : "";
?>
>Not Ready</option>
					</select></td>
				</tr> -->
				<tr>
				<td height="60" colspan="2"><?php 
echo genCompanyViewTable('massmail1.php', 'massmail1.php', 'full');
genResellerViewTable('', 'massmail1.php', 'massmail1.php', $adminInfo['li_level'], NULL, false);
?>
</td>
				 </tr>
			  <tr><td align="right" valign="center" height="30"><font face="verdana" size="1">Subject :</font></td><td align="left" height="30" width="350">&nbsp;<input type="text" maxlength="230" name="subject" style="font-family:arial;font-size:10px;width:280px" value="<?php 
echo $subject;
?>
"></input></td></tr>
		   <tr><td align="center" valign="center" height="30" colspan="2">
		   

		   <textarea  wrap="virtual" name="txtBody" id="txtBody" cols="3" rows="10"><?php 
echo $txtBody;
?>
</textarea>
		   
<?php

$headerInclude = 'subgatewayusers';
include "includes/header.php";
include "../includes/resellerSubView.php";
$Transtype = isset($HTTP_GET_VARS['trans_type']) ? quote_smart($HTTP_GET_VARS['trans_type']) : "";
$companytype = isset($HTTP_GET_VARS['companymode']) ? $HTTP_GET_VARS['companymode'] : "A";
$companytrans_type = isset($HTTP_GET_VARS['companytrans_type']) ? quote_smart($HTTP_GET_VARS['companytrans_type']) : "A";
$sessionAdmin = isset($HTTP_SESSION_VARS["sessionAdmin"]) ? $HTTP_SESSION_VARS["sessionAdmin"] : "";
$level = 'minimal';
$qrt_select_company = " from cs_resellerdetails where rd_subgateway_id = '" . $resellerInfo['reseller_id'] . "' order by reseller_companyname";
if ($resellerInfo['isMasterMerchant']) {
    genResellerViewTable($qrt_select_company, 'editResellerInfo.php', 'editResellerInfo.php', $level);
}
include "includes/footer.php";