noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 17/22: Bug replace "Fermer" by a cross


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 17/22: Bug replace "Fermer" by a cross
Date: Thu, 18 Jun 2015 15:56:10 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 438490cc7b1d447a3dc3054b83dec4d2df7be7fb
Author: Dany De Bontridder <address@hidden>
Date:   Wed Jun 17 19:21:33 2015 +0200

    Bug replace "Fermer" by a cross
---
 include/template/action_search.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/template/action_search.php 
b/include/template/action_search.php
index 99d0c3c..e88267d 100644
--- a/include/template/action_search.php
+++ b/include/template/action_search.php
@@ -28,11 +28,11 @@
 ?>
 <?php if (! $inner ) : ?>
 <div id="search_action" class="op_detail_frame" 
style="position:absolute;display:none;margin-left:120px;width:70%;clear:both;z-index:2;height:auto;border:1px
 #000080 solid">
-       <?php echo HtmlInput::anchor_hide(_('Fermer'), 
"$('search_action').style.display='none';");?>
+       <?php echo HtmlInput::anchor_hide('&#10761;', 
"$('search_action').style.display='none';");?>
 <?php endif; ?>
 <?php if ( $inner ) : ?>
 <div id="search_action" class="">
-       <?php echo HtmlInput::anchor_hide(_('Fermer'), 
"removeDiv('search_action_div');");?>
+       <?php echo HtmlInput::anchor_hide('&#10761;', 
"removeDiv('search_action_div');");?>
 
        <?php endif; ?>
        <h2 class="title">



reply via email to

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