| Server IP : 162.214.74.102 / Your IP : 216.73.216.139 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/www/lrsys_projetos/sopizzas/application/views/superadmin/ |
Upload File : |
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header content-header1">
<h1>
<?php echo $this->lang->line('AgreementSettings');?>
<button onclick="window.open('<?php echo base_url(); ?>settings/previewAgreement/')" type="button" class="btn btn-info Custom-btn pull-right" style="border-radius: 32px !important; margin-bottom: 0px;"> <?php echo $this->lang->line('Preview');?></button>
</h1>
</section>
<!-- Main content -->
<!-- tab section -->
<div class="col-md-12 mctop15">
<?php if($this->session->flashdata('success_msg')):?>
<div class="alert alert-info">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
<strong><?php echo $this->session->flashdata('success_msg'); ?></strong>
</div>
<?php endif; ?>
<div class="box-body">
<?php $validator = array('role' => 'form', 'data-toggle' => 'validator'); echo form_open('superadmin/agreementsettings', $validator); ?>
<div class="col-sm-4">
<div class="form-group">
<input name="agreement_pay_commission" id="agreement_pay_commission" type="text" class="fs_input custom-full" value="<?php echo set_value('agreement_pay_commission', isset($data['agreement_pay_commission']) ? $data['agreement_pay_commission'] : ''); ?>" placeholder="<?php echo $this->lang->line('CommissionAmount');?>" required> <i class="fa fa-question-circle" data-toggle="tooltip" data-placement="left" title="<?php echo $this->lang->line('EnterCommissionAmount');?>"></i> <span class="text-red">*</span>
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<!-- <input name="agreement_pay_date" id="agreement_pay_date" type="text" class="fs_input custom-full" value="<?php echo set_value('agreement_pay_date', isset($data['agreement_pay_date']) ? $data['agreement_pay_date'] : ''); ?>" placeholder="Commission payment date" required> <i class="fa fa-question-circle" data-toggle="tooltip" data-placement="left" title="Commission payment date."></i> <span class="text-red">*</span> -->
<select name="agreement_pay_date" id="agreement_pay_date" class="fs_input custom-full" placeholder="Commission payment date" required>
<?php
if (isset($data['agreement_pay_date'])) {
$sel = $data['agreement_pay_date'];
}
else {
$sel = '';
}
?>
<option value=""><?php echo $this->lang->line('SelectPaymentTime');?></option>
<option value="Month" <?php echo set_select('agreement_pay_date', 'Month', $sel == 'Month');?> ><?php echo $this->lang->line('EveryMonth');?></option>
<option value="Week" <?php echo set_select('agreement_pay_date', 'Week', $sel == 'Week');?> ><?php echo $this->lang->line('EveryWeek');?></option>
<option value="Alternate Week" <?php echo set_select('agreement_pay_date', 'Alternate Week', $sel == 'Alternate Week');?> ><?php echo $this->lang->line('EveryAlternateWeek');?></option>
</select>
<i class="fa fa-question-circle" data-toggle="tooltip" data-placement="left" title="<?php echo $this->lang->line('Commissionpaymentdate');?>"></i> <span class="text-red">*</span>
</div>
</div>
<div class="col-sm-4 text-left padd0" style="margin-top: 9px;">
<button type="submit" class="btn btn-info Custom-btn"><?php echo $this->lang->line('Submit');?></button>
</div>
</form>
</div>
</div>
<!-- ./tab section -->
<div class="clearfix"></div>
</div><!-- /.content-wrapper -->
<div class="clearfix"></div>