Spade

Mini Shell

Directory:~$ /home/lmsyaran/www/administrator/components/com_invoices/views/invoice/tmpl/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/www/administrator/components/com_invoices/views/invoice/tmpl/form_payment.php

<?php

/*------------------------------------------------------------------------
# com_invoices - Invoice Manager for Joomla
# ------------------------------------------------------------------------
# author        Germinal Camps
# copyright       Copyright (C) 2012 - 2016 JoomlaThat.com. All Rights
Reserved.
# @license        http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites:       http://www.joomlathat.com
# Technical Support:  Forum - http://www.joomlathat.com/support
-------------------------------------------------------------------------*/

//no direct access
defined('_JEXEC') or die('Restricted access.'); 
?>
<tr class="">
  <td></td>
  <td><input class="form-control" type="text"
name="0_payment_description_{{new_payment}}"
id="0_payment_description_{{new_payment}}"
placeholder="<?php echo
JText::_('PAYMENT_DESCRIPTION');?>"
maxlength="255" value="" /></td>
  <td class="inputduedate">
    <div class="input-group" >
      <input  class="form-control " 
      type="text" 
      name="0_payment_duedate_{{new_payment}}" 
      id="0_payment_duedate_{{new_payment}}" 
      data-date-format="yyyy-mm-dd"
      value="" 
      placeholder="<?php echo JText::_( 'DUE_DATE' );
?>"/>

      <span class="input-group-btn">
        <span class="btn btn-default"
id="0_payment_duedate_btn_{{new_payment}}"><span
class="glyphicon glyphicon-calendar"
aria-hidden="true"></span></span>
      </span>
    </div>

  </td>
  <td class="hidden-sm inputpaymentdate">

    <div class="input-group" >
      <input  class="form-control " 
      type="text" 
      name="0_payment_datetime_{{new_payment}}" 
      id="0_payment_datetime_{{new_payment}}" 
      data-date-format="yyyy-mm-dd"
      value="" 
      placeholder="<?php echo JText::_(
'PAYMENT_DATETIME' ); ?>"/>

      <span class="input-group-btn">
        <span class="btn btn-default"
id="0_payment_datetime_btn_{{new_payment}}"><span
class="glyphicon glyphicon-calendar"
aria-hidden="true"></span></span>
      </span>
    </div>

  </td>
  <td><div id="sign_group" class=" btn-group"
data-toggle="buttons">
    <label class="btn btn-default"
for="0_payment_status_{{new_payment}}_1"> <? echo
JText::_('JYES'); ?>
      <input class="radio_toggle" type="radio" 
value="1" name="0_payment_status_{{new_payment}}"
id="0_payment_status_{{new_payment}}_1"
autocomplete="off" />
    </label>
    <label class="btn btn-default active"
for="0_payment_status_{{new_payment}}_0"> <? echo
JText::_('JNO'); ?>
      <input class="radio_toggle" type="radio"
checked='checked' value="0"
name="0_payment_status_{{new_payment}}"
id="0_payment_status_{{new_payment}}_0"
autocomplete="off" />
    </label>
  </div></td>
  <td><div class="input-group"> <span
class="input-group-addon
currency_before">{{currency_before}}</span>
    <input class="form-control input-mini payments_amount"
onchange="calculate_payments()" type="text"
name="0_payment_value_{{new_payment}}"
id="0_payment_value_{{new_payment}}" maxlength="10"
value="" />
    <span class="input-group-addon
currency_after">{{currency_after}}</span>
</div></td>
</tr>