noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 82/323: Esthétique Recherche action


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 82/323: Esthétique Recherche action
Date: Wed, 14 Mar 2018 17:38:27 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 3a75262184cd7d0f222552d4c087d67b0c4d4b35
Author: Dany De Bontridder <address@hidden>
Date:   Thu Jan 25 09:49:32 2018 +0100

    Esthétique Recherche action
---
 include/template/action_search.php | 26 +++++++++++---------------
 1 file changed, 11 insertions(+), 15 deletions(-)

diff --git a/include/template/action_search.php 
b/include/template/action_search.php
index 5e15503..703ac3b 100644
--- a/include/template/action_search.php
+++ b/include/template/action_search.php
@@ -26,22 +26,18 @@
  *
  */
 ?>
-<?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 Icon_Action::hide('&#10761;', 
"$('search_action').style.display='none';");?>
-<?php endif; ?>
-<?php if ( $inner ) : ?>
-<div id="search_action" class="">
-       <?php echo Icon_Action::hide('&#10761;', 
"removeDiv('search_action_div');");?>
 
-       <?php endif; ?>
-       <h2 class="title">
-               <?php echo  _('Recherche avancée')?>
-       </h2>
-<?php if (! $inner ) : ?>
-       <form method="get" action="do.php" style="padding:10px">
-<?php endif; ?>
-<?php if ( $inner ) : ?>
+<?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::title_box(_('Recherche avancée'), "search_action", 
"hide", "", "n");
+    ?>
+        <form method="get" action="do.php" style="padding:10px">
+<?php else :  ?>
+        <div id="search_action_div" class="">
+        <?php
+        echo HtmlInput::title_box(_('Recherche avancée'), "search_action_div", 
"close", "", "n");
+        ?>
        <form method="get" id="fsearchaction" style="padding:10px" 
onsubmit="result_search_action('fsearchaction');return false;">
                <?php echo HtmlInput::hidden('ctlc',$_GET['ctlc'])?>
 <?php endif; ?>



reply via email to

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