phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r4886 - phpcompta/trunk/include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r4886 - phpcompta/trunk/include/template
Date: Wed, 13 Jun 2012 18:36:44 +0200 (CEST)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]