<?php echo $header; ?>
<div id="content">
<?php if ($error_warning) { ?>
<div class="warning"><?php echo $error_warning; ?></div>
<?php } ?>
<div class="box">
  <div class="left"></div>
  <div class="right"></div>
  <div class="heading">
    <h1><img src="view/image/payment.png" alt="" />&nbsp;&nbsp;<?php echo $heading_title; ?></h1>
    <div class="buttons"><a onclick="$('#form').submit();" class="button"><span><?php echo $button_save; ?></span></a><a onclick="location = '<?php echo $cancel; ?>';" class="button"><span><?php echo $button_cancel; ?></span></a></div>
  </div>
  <div class="content">
    <form action="<?php echo $action; ?>" method="post" enctype="multipart/form-data" id="form">
      <table class="form" border='0'>
        <tr>
          <td><span class="required">*</span> <?php echo $entry_site; ?></td>
          <td><input type="text" name="be2bill_site" value="<?php echo $be2bill_site; ?>" />
            <?php if ($error_site) { ?>
            <span class="error"><?php echo $error_site; ?></span>
            <?php } ?></td>
        </tr>
        <tr>
          <td><span class="required">*</span> <?php echo $entry_merchant_key; ?></td>
          <td><input type="text" name="be2bill_key" value="<?php echo $be2bill_key; ?>" />
            <?php if ($error_merchant_key) { ?>
            <span class="error"><?php echo $error_merchant_key; ?></span>
            <?php } ?></td>
        </tr>
        <tr>
          <td><?php echo $entry_dsecure; ?></td>
          <td><?php if ($be2bill_dsecure == 'YES') { ?>
            <input type="radio" name="be2bill_dsecure" value="YES" checked="checked" />
            <?php echo $text_yes; ?>
            <input type="radio" name="be2bill_dsecure" value="NO" />
            <?php echo $text_no; ?>
            <?php } else { ?>
            <input type="radio" name="be2bill_dsecure" value="YES" />
            <?php echo $text_yes; ?>
            <input type="radio" name="be2bill_dsecure" value="NO" checked="checked" />
            <?php echo $text_no; ?>
            <?php } ?></td>
        </tr>
       <tr>
          <td><?php echo $entry_hcardname; ?></td>
          <td><?php if ($be2bill_hcardname == 'YES') { ?>
            <input type="radio" name="be2bill_hcardname" value="YES" checked="checked" />
            <?php echo $text_yes; ?>
            <input type="radio" name="be2bill_hcardname" value="NO" />
            <?php echo $text_no; ?>
            <?php } else { ?>
            <input type="radio" name="be2bill_hcardname" value="YES" />
            <?php echo $text_yes; ?>
            <input type="radio" name="be2bill_hcardname" value="NO" checked="checked" />
            <?php echo $text_no; ?>
            <?php } ?></td>
        </tr>
       <tr>
          <td><?php echo $entry_hcltemail; ?></td>
          <td><?php if ($be2bill_hcltemail == 'YES') { ?>
            <input type="radio" name="be2bill_hcltemail" value="YES" checked="checked" />
            <?php echo $text_yes; ?>
            <input type="radio" name="be2bill_hcltemail" value="NO" />
            <?php echo $text_no; ?>
            <?php } else { ?>
            <input type="radio" name="be2bill_hcltemail" value="YES" />
            <?php echo $text_yes; ?>
            <input type="radio" name="be2bill_hcltemail" value="NO" checked="checked" />
            <?php echo $text_no; ?>
            <?php } ?></td>
        </tr>        
        <tr>
          <td><?php echo $entry_test; ?></td>
          <td><?php if ($be2bill_test) { ?>
            <input type="radio" name="be2bill_test" value="1" checked="checked" />
            <?php echo $text_yes; ?>
            <input type="radio" name="be2bill_test" value="0" />
            <?php echo $text_no; ?>
            <?php } else { ?>
            <input type="radio" name="be2bill_test" value="1" />
            <?php echo $text_yes; ?>
            <input type="radio" name="be2bill_test" value="0" checked="checked" />
            <?php echo $text_no; ?>
            <?php } ?></td>
        </tr>
        <input type="hidden" name="be2bill_order_status_id" value="2">
<!--        <tr>
          <td><?php echo $entry_order_status; ?></td>
          <td><select name="be2bill_order_status_id">
              <?php foreach ($order_statuses as $order_status) { ?>
              <?php if ($order_status['order_status_id'] == $be2bill_order_status_id) { ?>
              <option value="<?php echo $order_status['order_status_id']; ?>" selected="selected"><?php echo $order_status['name']; ?></option>
              <?php } else { ?>
              <option value="<?php echo $order_status['order_status_id']; ?>"><?php echo $order_status['name']; ?></option>
              <?php } ?>
              <?php } ?>
            </select></td>
        </tr>-->
        <tr>
          <td><?php echo $entry_geo_zone; ?></td>
          <td><select name="be2bill_geo_zone_id">
              <option value="0"><?php echo $text_all_zones; ?></option>
              <?php foreach ($geo_zones as $geo_zone) { ?>
              <?php if ($geo_zone['geo_zone_id'] == $be2bill_geo_zone_id) { ?>
              <option value="<?php echo $geo_zone['geo_zone_id']; ?>" selected="selected"><?php echo $geo_zone['name']; ?></option>
              <?php } else { ?>
              <option value="<?php echo $geo_zone['geo_zone_id']; ?>"><?php echo $geo_zone['name']; ?></option>
              <?php } ?>
              <?php } ?>
            </select></td>
        </tr>
        <tr>
          <td><?php echo $entry_status; ?></td>
          <td><select name="be2bill_status">
              <?php if ($be2bill_status) { ?>
              <option value="1" selected="selected"><?php echo $text_enabled; ?></option>
              <option value="0"><?php echo $text_disabled; ?></option>
              <?php } else { ?>
              <option value="1"><?php echo $text_enabled; ?></option>
              <option value="0" selected="selected"><?php echo $text_disabled; ?></option>
              <?php } ?>
            </select></td>
        </tr>
        <tr>
          <td><?php echo $entry_sort_order; ?></td>
          <td><input type="text" name="be2bill_sort_order" value="<?php echo $be2bill_sort_order; ?>" size="1" /></td>
        </tr>
        <tr>
          <td>Administration Be2bill</td>
          <td><a href="https://extranet.be2bill.com/dashboard" target="_blank" title="Cilsuez ici pour consulter les paiements op&eacute;r&eacute;s sur votre Compte">Extranet Be2bill</a><br>
         </td>
        </tr>

      </table>
    </form>
  <div class="div2">
  &nbsp;&nbsp;&nbsp;R&eacute;alis&eacute; et Propuls&eacute; Par <a href="http://www.hosteco.fr" target="_blank"><b>Hosteco.fr</b></a> &copy; 2010 - <?php echo date('Y', time()); ?> Tous droits r&eacute;serv&eacute;s
  </div>

  </div>
 </div>
</div>
<?php echo $footer; ?>
