Ajout des liens de controles

This commit is contained in:
Michael RICOIS 2012-01-03 07:26:04 +00:00
parent 30e2a2943a
commit c40222d5fe
4 changed files with 18 additions and 4 deletions

View File

@ -1 +0,0 @@
<a style="color:white"href="/index/reset">Vider la session</a>

View File

@ -25,4 +25,8 @@
<div id="attente" style="display:none;">
<img src="/themes/default/images/ajax.gif" />
</div>
<div id="control">
[<a href="<?=$this->url(array('controller'=>'index', 'action'=> 'reset'))?>">Initialiser les critères</a>],
[<a href="">Sauvegarder le profil du ciblage</a>]
</div>
</div>

View File

@ -150,6 +150,12 @@ $(document).ready(function(){
set(key, values);
return false;
});
$('#message').hover(
function(){ $('#control').css('display', 'block'); },
function(){ $('#control').css('display', 'none'); }
);
});
function set(key, value)

View File

@ -28,11 +28,16 @@ body {
color: #000000;
text-align:center;
line-height: 25px;
margin-bottom: 2px;
/*margin-bottom: 2px;*/
padding: 0 1em;
width:450px;
}
#header #message #control {
display:none;
}
#header h1 {
border: 0 none;
bottom: 15px;