First commit

This commit is contained in:
RamkrishnaMondal
2017-01-29 17:34:55 +05:30
parent 6e4155ccbb
commit a627276265
2 changed files with 8 additions and 3 deletions

View File

@@ -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>

View File

@@ -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>