change: No elements -> Zero found for search actions

git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@425 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
Evgeny Gryaznov 2009-03-20 01:58:21 +00:00
parent 105215c613
commit 2563df7558
3 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@ if( $page['pagination.items'] ) {
?> ?>
<tr> <tr>
<td colspan="5"> <td colspan="5">
<?php echo getlocal("tag.pagination.no_items.elements") ?> <?php echo getlocal("tag.pagination.no_items") ?>
</td> </td>
</tr> </tr>
<?php <?php

View File

@ -101,7 +101,7 @@ if( $page['pagination.items'] ) {
?> ?>
<tr> <tr>
<td colspan="3"> <td colspan="3">
<?php echo getlocal("tag.pagination.no_items.elements") ?> <?php echo getlocal("tag.pagination.no_items") ?>
</td> </td>
</tr> </tr>
<?php <?php

View File

@ -61,7 +61,7 @@ if( $page['pagination.items'] ) {
?> ?>
<tr> <tr>
<td colspan="5"> <td colspan="5">
<?php echo getlocal("tag.pagination.no_items.elements") ?> <?php echo getlocal("tag.pagination.no_items") ?>
</td> </td>
</tr> </tr>
<?php <?php