Exemple #1
0
" maxrow="<?php 
        echo $key + 1;
        ?>
" class="btn btn-small AddProperty row_number_<?php 
        echo $key + 1;
        ?>
">
                        Add Property
                    </a>
                    <?php 
        echo $form->hiddenField($mDetail, 'id[]', array('value' => $mDetail->id, "class" => "w-100 detail_id", 'maxlength' => 14));
        ?>
                </td>
                <td class="l_padding_10 w-150 item_r">
                    <?php 
        echo $form->textField($mDetail, 'amount[]', array('value' => MyFormat::formatNumberInput($mDetail->amount), "class" => "amount w-100 number_only item_r", 'maxlength' => 14));
        ?>
                    <p>Amount Gst (<?php 
        echo Yii::app()->params['gst'];
        ?>
 %) : <span class="amount_gst"><?php 
        echo $cmsFormater->formatPrice($mDetail->amount_gst);
        ?>
</span></p>
                    <?php 
        echo $form->error($mDetail, 'amount', array('class' => 'errorMessage'));
        ?>
                </td>
<!--                <td class="item_c last ">
                    <span class="remove_icon_only <?php 
        echo $display_none;