Bug replace "Fermer" by a cross
This commit is contained in:
parent
50058b4025
commit
438490cc7b
1 changed files with 2 additions and 2 deletions
|
|
@ -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('⨉', "$('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('⨉', "removeDiv('search_action_div');");?>
|
||||
|
||||
<?php endif; ?>
|
||||
<h2 class="title">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue