mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 17:52:16 +00:00
added Translation for Filtering On
This commit is contained in:
parent
61e3313355
commit
f98ee999ed
@ -1,4 +1,4 @@
|
||||
<div class="container">
|
||||
<h5>Filtering on <?php echo $filter ?></h5>
|
||||
<h5><?php echo lang('general_word_filtering_on'); ?> <?php echo $filter ?></h5>
|
||||
|
||||
<?php $this->load->view('view_log/partial/log_ajax') ?>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<div class="container">
|
||||
<h2><?php echo $page_title; ?></h2>
|
||||
|
||||
<h3>Filtering on <?php echo $filter ?></h3>
|
||||
<h3><?php echo lang('general_word_filtering_on'); ?> <?php echo $filter ?></h3>
|
||||
<?php
|
||||
$i = 1;
|
||||
if ($counties_array) {
|
||||
|
@ -1,3 +1,3 @@
|
||||
<h5>Filtering on <?php echo $filter ?></h5>
|
||||
<h5><?php echo lang('general_word_filtering_on'); ?> <?php echo $filter ?></h5>
|
||||
|
||||
<?php $this->load->view('view_log/partial/log_ajax') ?>
|
@ -1,7 +1,7 @@
|
||||
<div class="container">
|
||||
<h2><?php echo $page_title; ?></h2>
|
||||
|
||||
<h3>Filtering on <?php echo $filter ?></h3>
|
||||
<h3><?php echo lang('general_word_filtering_on'); ?> <?php echo $filter ?></h3>
|
||||
<?php
|
||||
$i = 1;
|
||||
if ($vucc_array) {
|
||||
|
Loading…
Reference in New Issue
Block a user