maxlength for scheduleby all po
This commit is contained in:
parent
fa3e0510a9
commit
95fa66f58c
@ -1271,7 +1271,7 @@ $AdvanceAmount=0.00;
|
||||
|
||||
|
||||
|
||||
$mpdf=new mPDF('utf-8','A4-P',7, 10,10, 10, 76, 38, 4, 9);
|
||||
$mpdf=new mPDF('utf-8','A4-P',7, 10,10, 10, 82, 38, 4, 6);
|
||||
//$mpdf=new mPDF('utf-8', array(190,236));
|
||||
|
||||
$HtmlHeading = $this->load->view('includes/pdfheader',$data, true);
|
||||
@ -1378,7 +1378,7 @@ $AdvanceAmount=0.00;
|
||||
// $data['Attachment'] = FALSE;
|
||||
// $this->dompdf->stream("ServicePOReport".$PONO.".pdf",$data,$php);
|
||||
|
||||
$mpdf=new mPDF('utf-8','A4-P',7, 10,10, 10, 76, 38, 4, 9);
|
||||
$mpdf=new mPDF('utf-8','A4-P',7, 10,10, 10, 82, 38, 4, 6);
|
||||
//$mpdf=new mPDF('utf-8', array(190,236));
|
||||
|
||||
$HtmlHeading = $this->load->view('includes/pdfheader',$data, true);
|
||||
@ -1553,7 +1553,7 @@ public function importpoprint($PONO)
|
||||
|
||||
|
||||
///
|
||||
$mpdf=new mPDF('utf-8','A4-P',7, 10,10, 10, 76, 38, 4, 9);
|
||||
$mpdf=new mPDF('utf-8','A4-P',7, 10,10, 10, 82, 38, 4, 6);
|
||||
//$mpdf=new mPDF('utf-8', array(190,236));
|
||||
|
||||
$HtmlHeading = $this->load->view('includes/pdfheader',$data, true);
|
||||
@ -2866,7 +2866,7 @@ function addNewImportPurchaseOrder()
|
||||
|
||||
|
||||
|
||||
$mpdf=new mPDF('utf-8','A4-P',7, 10,10, 10, 76, 38, 4, 9);
|
||||
$mpdf=new mPDF('utf-8','A4-P',7, 10,10, 10, 82, 38, 4, 6);
|
||||
//$mpdf=new mPDF('utf-8', array(190,236));
|
||||
|
||||
$HtmlHeading = $this->load->view('includes/pdfheader',$data, true);
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -345,14 +345,7 @@ case Cost_Center_Budget.BudgetType
|
||||
when 'IMPORT'
|
||||
then ifnull((sum(distinct(PO_Line_Item.Quantity * PO_Line_Item.Rate) * po.ExchangeRate)),0)
|
||||
when 'CAPITAL'
|
||||
then
|
||||
case po.CapitalRange
|
||||
when '1'
|
||||
then ifnull((sum(distinct PO_Line_Item.Quantity * PO_Line_Item.Rate)),0)
|
||||
when '0'
|
||||
then ifnull((sum(distinct(PO_Line_Item.Quantity * PO_Line_Item.Rate) * po.ExchangeRate)),0)
|
||||
else 0
|
||||
end
|
||||
then ifnull( sum(distinct( PO_Line_Item.Quantity * PO_Line_Item.Rate) * if (po.ExchangeRate is null or po.ExchangeRate = '',1,po.ExchangeRate) ),0)
|
||||
when 'SERVICE'
|
||||
then ifnull((sum(distinct PO_Line_Item.Quantity * PO_Line_Item.Rate)),0)
|
||||
when 'REVENUE'
|
||||
@ -363,14 +356,8 @@ case Cost_Center_Budget.BudgetType
|
||||
when 'IMPORT'
|
||||
then (Cost_Center_Budget.BudgetAmount - ifnull((sum(distinct(PO_Line_Item.Quantity * PO_Line_Item.Rate) * po.ExchangeRate)),0))
|
||||
when 'CAPITAL'
|
||||
then
|
||||
case po.CapitalRange
|
||||
when '1'
|
||||
then (Cost_Center_Budget.BudgetAmount - ifnull((sum(distinct PO_Line_Item.Quantity * PO_Line_Item.Rate)),0))
|
||||
when '0'
|
||||
then (Cost_Center_Budget.BudgetAmount - ifnull((sum(distinct(PO_Line_Item.Quantity * PO_Line_Item.Rate) * po.ExchangeRate)),0))
|
||||
else Cost_Center_Budget.BudgetAmount
|
||||
end
|
||||
then (Cost_Center_Budget.BudgetAmount - ifnull( sum(distinct( PO_Line_Item.Quantity * PO_Line_Item.Rate) * if (po.ExchangeRate is null or po.ExchangeRate = '',1,po.ExchangeRate) ),0) )
|
||||
|
||||
when 'SERVICE'
|
||||
then (Cost_Center_Budget.BudgetAmount - ifnull((sum(distinct PO_Line_Item.Quantity * PO_Line_Item.Rate)),0))
|
||||
when 'REVENUE'
|
||||
|
||||
@ -825,7 +825,7 @@ $(document).ready(function () {
|
||||
<div class="col-md-12" id="Schedulediv" style="display:none;padding-left: 0px;"><br/>
|
||||
<label >Schedule By<span class="badge" style="color:red;text-align:right;background-color: #ecf0f5;">*</span></label>
|
||||
<?php
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby'),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40');
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby'),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40', 'maxlength' => '110');
|
||||
echo Form_textarea($data);
|
||||
?>
|
||||
|
||||
|
||||
@ -2334,7 +2334,7 @@ function populateValueMainFormForDeleteItem(rowid)
|
||||
<label >Schedule By<span class="badge" style="color:red;text-align:right;background-color: #ecf0f5;">*</span></label>
|
||||
|
||||
<?php
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby'),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40');
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby'),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40','maxlength' => '110');
|
||||
echo Form_textarea($data);
|
||||
?>
|
||||
|
||||
|
||||
@ -423,7 +423,7 @@
|
||||
<div style="text-align: left;padding-left: 2px;"><strong style="padding-left: 2px;">Special Instructions:</strong><?php echo $ServiceDescription;?></div>
|
||||
|
||||
</div>
|
||||
<div style="position: fixed;bottom:-13px;">
|
||||
<div style="position: fixed;bottom:-26px;">
|
||||
<table style="border-collapse: collapse; border-bottom-style:hidden;" border="1" width="100%" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
</tbody>
|
||||
|
||||
@ -457,7 +457,7 @@ function vaildateBeforeOpenModal()
|
||||
<label >Schedule By <span class="badge" style="color:red;text-align:right;background-color: #ecf0f5 ;">*</span></label>
|
||||
|
||||
<?php
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby'),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40');
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby'),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40','maxlength' => '110');
|
||||
echo Form_textarea($data);
|
||||
?>
|
||||
|
||||
@ -468,7 +468,7 @@ function vaildateBeforeOpenModal()
|
||||
<?php
|
||||
// $data = array('name' => 'Dispatch','value' => set_value('Dispatch'),'id'=>'Dispatch', 'class' => 'form-control' ,'required' => 'true');
|
||||
// echo form_input($data);
|
||||
$data = array('name' => 'Dispatch','value' => set_value('Dispatch'),'id'=>'Dispatch', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40');
|
||||
$data = array('name' => 'Dispatch','value' => set_value('Dispatch'),'id'=>'Dispatch', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40', 'maxlength' => '110');
|
||||
echo Form_textarea($data);
|
||||
|
||||
?>
|
||||
|
||||
@ -571,10 +571,10 @@ document.getElementById('dispatchinternational').style.display = 'block';
|
||||
<div class="col-md-12" id="Schedulediv" style="display:none;padding-top: 3%;padding-left: 0px;"><br/>
|
||||
<label >Schedule By </label>
|
||||
<input type="hidden" name="beforeSchedule" value="<?php echo $DeliverSchedule;?>">
|
||||
<?php
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby',$DeliverSchedule),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40');
|
||||
echo Form_textarea($data);
|
||||
?>
|
||||
<?php
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby',$DeliverSchedule),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40','maxlength' => '110');
|
||||
echo Form_textarea($data);
|
||||
?>
|
||||
|
||||
</div>
|
||||
<div class="col-md-12" id="deliverydateby" style="display:none;padding-top: 3%;padding-left: 0px;"> <br/>
|
||||
@ -599,7 +599,7 @@ document.getElementById('dispatchinternational').style.display = 'block';
|
||||
// $data = array('name' => 'Dispatch','value' => set_value('Dispatch',$Import_DispatchDetails),'id'=>'Dispatch', 'class' => 'form-control' ,'required' => 'true');
|
||||
// echo form_input($data);
|
||||
|
||||
$data = array('name' => 'Dispatch','value' => set_value('Dispatch',$Import_DispatchDetails),'id'=>'Dispatch', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40');
|
||||
$data = array('name' => 'Dispatch','value' => set_value('Dispatch',$Import_DispatchDetails),'id'=>'Dispatch', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40','maxlength' => '110');
|
||||
echo Form_textarea($data);
|
||||
?>
|
||||
|
||||
|
||||
@ -595,7 +595,7 @@ $("#PaymentMethod").select2();
|
||||
<label >Schedule BY<span class="badge" style="color:red;text-align:right;background-color: #ecf0f5 ;">*</span></label>
|
||||
|
||||
<?php
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby'),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40');
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby'),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40', 'maxlength' => '110');
|
||||
echo Form_textarea($data);
|
||||
?>
|
||||
|
||||
@ -616,7 +616,7 @@ $("#PaymentMethod").select2();
|
||||
// $data = array('name' => 'Dispatch','value' => set_value('Dispatch',$Import_DispatchDetails),'id'=>'Dispatch', 'class' => 'form-control' ,'required' => 'true');
|
||||
// echo form_input($data);
|
||||
|
||||
$data = array('name' => 'Dispatch','value' => set_value('Dispatch',$Import_DispatchDetails),'id'=>'Dispatch', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40');
|
||||
$data = array('name' => 'Dispatch','value' => set_value('Dispatch',$Import_DispatchDetails),'id'=>'Dispatch', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40', 'maxlength' => '110');
|
||||
echo Form_textarea($data);
|
||||
?>
|
||||
</div>
|
||||
|
||||
@ -500,7 +500,7 @@ if(!empty($RequistionDetails))
|
||||
;">*</span></label>
|
||||
|
||||
<?php
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby',$DeliverySchedule),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40');
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby',$DeliverySchedule),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40','maxlength' => '110');
|
||||
echo Form_textarea($data);
|
||||
?>
|
||||
|
||||
@ -521,7 +521,7 @@ if(!empty($RequistionDetails))
|
||||
// $data = array('name' => 'Dispatch','value' => set_value('Dispatch',$Import_DispatchDetails),'id'=>'Dispatch', 'class' => 'form-control' ,'required' => 'true');
|
||||
// echo form_input($data);
|
||||
|
||||
$data = array('name' => 'Dispatch','value' => set_value('Dispatch',$Import_DispatchDetails),'id'=>'Dispatch', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40');
|
||||
$data = array('name' => 'Dispatch','value' => set_value('Dispatch',$Import_DispatchDetails),'id'=>'Dispatch', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40','maxlength' => '110');
|
||||
echo Form_textarea($data);
|
||||
?>
|
||||
|
||||
|
||||
@ -1118,7 +1118,7 @@ function calculateEditTaxValue()
|
||||
<label >Schedule By<span class="badge" style="color:red;text-align:right;background-color: #ecf0f5 ;">*</span></label>
|
||||
|
||||
<?php
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby',$DeliverSchedule),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40');
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby',$DeliverSchedule),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40','maxlength' => '110');
|
||||
echo Form_textarea($data);
|
||||
?>
|
||||
</div>
|
||||
|
||||
@ -2314,7 +2314,7 @@ function calculateEditTaxValue()
|
||||
<div class="col-md-4" id="Schedulediv" style="display:none;">
|
||||
<label >Schedule By<span class="badge" style="color:red;text-align:right;background-color: #ecf0f5;">*</span></label>
|
||||
<?php
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby',$DeliverSchedule),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40');
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby',$DeliverSchedule),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40', 'maxlength' => '110');
|
||||
echo Form_textarea($data);
|
||||
?>
|
||||
</div>
|
||||
|
||||
@ -840,7 +840,7 @@ $(document).ready(function () {
|
||||
<label >Schedule By<span class="badge" style="color:red;text-align:right;background-color: #ecf0f5 ;">*</span></label>
|
||||
<input type="hidden" name="beforeScheduleby" value="<?php echo $DeliverSchedule?>">
|
||||
<?php
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby',$DeliverSchedule),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40');
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby',$DeliverSchedule),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40','maxlength' => '110');
|
||||
echo Form_textarea($data);
|
||||
?>
|
||||
|
||||
|
||||
@ -549,7 +549,7 @@ tinymce.init({
|
||||
;">*</span></label>
|
||||
|
||||
<?php
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby',$DeliverySchedule),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40');
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby',$DeliverySchedule),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40','maxlength' => '110');
|
||||
echo Form_textarea($data);
|
||||
?>
|
||||
|
||||
@ -562,7 +562,7 @@ tinymce.init({
|
||||
// $data = array('name' => 'Dispatch','value' => set_value('Dispatch',$Import_DispatchDetails),'id'=>'Dispatch', 'class' => 'form-control' ,'required' => 'true');
|
||||
// echo form_input($data);
|
||||
|
||||
$data = array('name' => 'Dispatch','value' => set_value('Dispatch',$Import_DispatchDetails),'id'=>'Dispatch', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40');
|
||||
$data = array('name' => 'Dispatch','value' => set_value('Dispatch',$Import_DispatchDetails),'id'=>'Dispatch', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40','maxlength' => '110');
|
||||
echo Form_textarea($data);
|
||||
?>
|
||||
|
||||
|
||||
@ -427,7 +427,7 @@ function vaildateBeforeOpenModal()
|
||||
;">*</span> </label>
|
||||
|
||||
<?php
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby'),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40');
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby'),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40','maxlength' => '110');
|
||||
echo Form_textarea($data);
|
||||
?>
|
||||
|
||||
@ -439,7 +439,7 @@ function vaildateBeforeOpenModal()
|
||||
<?php
|
||||
// $data = array('name' => 'Dispatch','value' => set_value('Dispatch'),'id'=>'Dispatch', 'class' => 'form-control' ,'required' => 'true');
|
||||
// echo form_input($data);
|
||||
$data = array('name' => 'Dispatch','value' => set_value('Dispatch'),'id'=>'Dispatch', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40');
|
||||
$data = array('name' => 'Dispatch','value' => set_value('Dispatch'),'id'=>'Dispatch', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40','maxlength' => '110');
|
||||
echo Form_textarea($data);
|
||||
|
||||
?>
|
||||
|
||||
@ -341,7 +341,7 @@
|
||||
|
||||
<div style="text-align: left;padding-left: 2px;"><strong style="padding-left: 1px;">Special instructions:</strong><?php echo $ServiceDescription;?></div>
|
||||
</div>
|
||||
<div style="position: fixed;bottom:-13px;">
|
||||
<div style="position: fixed;bottom:-26px;">
|
||||
<table style="border-collapse: collapse; border-bottom-style:hidden;" border="1" width="100%" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
|
||||
@ -159,7 +159,7 @@
|
||||
" /></td>
|
||||
<td style="text-align: left;border-left-style:hidden;" colspan="5" rowspan="2">
|
||||
<span><strong style="font-size:16px;padding-left: 2px;"> <?php echo $CompanyName; ?></strong></span><br>
|
||||
<span style="padding-left: 2px;"><?php echo $CompanyAddress; ?></span><br><br>
|
||||
<span style="padding-left: 2px;"><?php echo $CompanyAddress; ?>chennai</span><br><br>
|
||||
<table style="margin-left: -1px;">
|
||||
<tr>
|
||||
<td style="border: none;">
|
||||
@ -214,7 +214,7 @@
|
||||
<td rowspan="3" colspan="3" style="width: 20%;"><u><strong style="font-size:16px; padding-left: 2px;">Shipped To</strong></u><br><span style="padding-left: 2px;"><?php echo $CompanyAddress;?></span><br> <strong style="padding-left: 2px;">State code:</strong><?php echo $CompanyStateCode;?>
|
||||
|
||||
</td>
|
||||
<td style="border-left: 1px solid black;width: 42%;" colspan="5"><strong style="padding-left: 2px;">Delivery/Schedule By</strong> :<br>
|
||||
<td style="border-left: 1px solid black;width: 42%;height: 38px;" colspan="5"><strong style="padding-left: 2px;">Delivery/Schedule By</strong> :<br>
|
||||
<span style="padding-left: 2px;"><?php echo $DeliveryDate.$DeliverySchedule.$dispatch;?> </span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -2286,7 +2286,7 @@ function calculateEditTaxValue()
|
||||
<div class="col-md-4" id="Schedulediv" style="display:none;">
|
||||
<label >Schedule By<span class="badge" style="color:red;text-align:right;background-color: #ecf0f5;">*</span></label>
|
||||
<?php
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby'),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40');
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby'),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40', 'maxlength' => '110');
|
||||
echo Form_textarea($data);
|
||||
?>
|
||||
</div>
|
||||
|
||||
@ -386,7 +386,7 @@ $OrderValue = (( $SubTotalAmount + $AfterCGST +$AfterIGST+$AfterSGST +$Insuranc
|
||||
</table>
|
||||
<div style="text-align: left;padding-left: 2px;"><strong>Special Instructions:</strong><?php echo $ServiceDescription;?></div>
|
||||
</div>
|
||||
<div style="position: fixed;bottom:-13px;">
|
||||
<div style="position: fixed;bottom:-26px;">
|
||||
<table style="border-collapse: collapse; border-bottom-style:hidden;" border="1" width="100%" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
|
||||
@ -740,7 +740,7 @@ function clearEditTaxField()
|
||||
<div class="col-md-12" id="Schedulediv" style="display:none;padding-left: 0px;"><br/>
|
||||
<label >Schedule By<span class="badge" style="color:red;text-align:right;background-color: #ecf0f5 ;">*</span></label>
|
||||
<?php
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby'),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40');
|
||||
$data = array('name' => 'Scheduleby','value' => set_value('Scheduleby'),'id'=>'Scheduleby', 'class' => 'form-control' ,'required' => 'true' ,'rows' => '3', 'cols' => '40', 'maxlength' => '110');
|
||||
echo Form_textarea($data);
|
||||
?>
|
||||
|
||||
|
||||
@ -369,7 +369,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
<div style="position: fixed;bottom:-13px;">
|
||||
<div style="position: fixed;bottom:-26px;">
|
||||
<table style="border-collapse: collapse; border-bottom-style:hidden;" border="1" width="100%" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user