Author: danydb
Date: 2012-06-13 18:36:44 +0200 (Wed, 13 Jun 2012)
New Revision: 4886

Modified:
   phpcompta/trunk/include/template/action_search_result.php
Log:
show the limit of search

Modified: phpcompta/trunk/include/template/action_search_result.php
===================================================================
--- phpcompta/trunk/include/template/action_search_result.php   2012-06-13 
16:30:21 UTC (rev 4885)
+++ phpcompta/trunk/include/template/action_search_result.php   2012-06-13 
16:36:44 UTC (rev 4886)
@@ -30,6 +30,10 @@
 <form onsubmit="set_action_related('fresultaction');return false;" 
id="fresultaction">
        <?=HtmlInput::hidden('ctlc',$_GET['ctlc'])?>
        <?=HtmlInput::submit("save_action", "Mettre à jour")?>
+<? if (isset($limit)) : ?>
+       <h2 class="notice">Recherche limitée à <?=$limit?> résultats</h2>
+<?endif;?>
+
 <table class="result">
 
        <tr>



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu

_______________________________________________
Phpcompta  est un logiciel libre de comptabilit&#233; en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to