noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/03: Cosmetic


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/03: Cosmetic
Date: Mon, 24 Aug 2015 22:43:53 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 53d9d6ff79477f0d1bd527852fa4cd0c1214b385
Author: Dany De Bontridder <address@hidden>
Date:   Fri Aug 21 22:25:26 2015 +0200

    Cosmetic
---
 include/ajax_mod_periode.php            |    6 +++---
 include/template/stock_histo_search.php |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/ajax_mod_periode.php b/include/ajax_mod_periode.php
index 3dc368e..f28cd13 100644
--- a/include/ajax_mod_periode.php
+++ b/include/ajax_mod_periode.php
@@ -57,7 +57,7 @@ switch ($op)
         $html.=tr(td(_(' Exercice : ')) . td($p_exercice->input()));
         $html.='</table>';
         $html.=HtmlInput::submit('sauver', _('sauver'));
-        $html.=HtmlInput::button('close', "&#10761;", 
'onclick="removeDiv(\'mod_periode\')"');
+        $html.=HtmlInput::button('close', _('fermer'), 
'onclick="removeDiv(\'mod_periode\')"');
         $html.=HtmlInput::hidden('p_id', $_GET['p_id']);
         $html.='</form>';
         break;
@@ -75,7 +75,7 @@ switch ($op)
             $html.='<h2 class="info">'._('Modifier les dates de début et fin 
de période').'</h2>';
             $html.="<div class=\"error\">"._('Erreur date invalide')."</div>";
 
-            $html.=HtmlInput::button('close', '&#10761;', 
'onclick="removeDiv(\'mod_periode\')"');
+            $html.=HtmlInput::button('close', _('fermer'), 
'onclick="removeDiv(\'mod_periode\')"');
         }
         else
         {
@@ -86,7 +86,7 @@ switch ($op)
                 $html = '<h2 class="info"> Modifier les dates de début et fin 
de période</h2>';
                 $html.='<h2 class="notice"> Sauvé </h2>';
 
-                $html.=HtmlInput::button('close', "&#10761;", 'onclick="       
refresh_window();"');
+                $html.=HtmlInput::button('close', _('Fermer'), 'onclick="      
refresh_window();"');
             }
             catch (Exception $e)
             {
diff --git a/include/template/stock_histo_search.php 
b/include/template/stock_histo_search.php
index eb3a057..40895ce 100644
--- a/include/template/stock_histo_search.php
+++ b/include/template/stock_histo_search.php
@@ -26,7 +26,7 @@
  *
  */
 ?>
-<div id="histo_search_d" class="inner_box" 
style="width:60%;height:280px;display:none">
+<div id="histo_search_d" class="inner_box" 
style="width:60%;height:380px;display:none">
        <?php echo  HtmlInput::title_box(_("Recherche"), "histo_search_d", 
"hide")?>
        <form method="GET">
                <?php echo  HtmlInput::get_to_hidden(array("gDossier", "ac"))?>



reply via email to

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