Project

General

Profile

« Previous | Next » 

Revision 46873

minor changes - fixing tickets #2453 #2697 #2578 #2701 #2528 #2411

View differences:

default_results_people.php
9 9

  
10 10
<h3><?php echo(JText :: _('PEOPLE')); ?></h3>
11 11
<?php if ($this -> people == NULL) { ?>
12
	<div class="error"><?php echo(JText :: _('ERROR_SEARCHING_PEOPLE')); ?></div>
12
<div class="info"><?php echo(JText :: _('NO_PEOPLE_STATISTICS')); ?></div>
13 13
<?php } else if ($this -> people -> people == NULL) { ?>
14 14
	<div class="box-info"><?php echo(JText :: _('NO_PEOPLE_FOUND')); ?></div>
15 15
<?php } else { ?>

Also available in: Unified diff