mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-24 02:46:56 -05:00
First commit
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
'name' => 'invoice_default_comments',
|
||||
'id' => 'invoice_default_comments',
|
||||
'class' => 'form-control input-sm',
|
||||
'value '=> $this->config->item('invoice_default_comments')));?>
|
||||
'value' => $this->config->item('invoice_default_comments')));?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
'name' => 'invoice_email_message',
|
||||
'id' => 'invoice_email_message',
|
||||
'class' => 'form-control input-sm',
|
||||
'value '=> $this->config->item('invoice_email_message')));?>
|
||||
'value' => $this->config->item('invoice_email_message')));?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -97,9 +97,14 @@
|
||||
</div>
|
||||
|
||||
<div class="navbar-right" style="margin:0">
|
||||
<?php echo $this->config->item('company') . " | $user_info->first_name $user_info->last_name | " . ($this->input->get("debug") == "true" ? $this->session->userdata('session_sha1') : ""); ?>
|
||||
<?php echo $this->config->item('common_welcome') . " $user_info->first_name $user_info->last_name | " . ($this->input->get("debug") == "true" ? $this->session->userdata('session_sha1') : ""); ?>
|
||||
<?php echo anchor("home/logout", $this->lang->line("common_logout")); ?>
|
||||
</div>
|
||||
|
||||
<div class="navbar-center" style='text-align:center'>
|
||||
<strong><?php echo $this->config->item('company'); ?></strong>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user