set properly dossier:name
This commit is contained in:
parent
dab84f7fbf
commit
01748b6931
5 changed files with 28 additions and 3 deletions
|
|
@ -1101,4 +1101,10 @@ a.nav:hover,div.content a.nav:hover,div.redcontent a.nav:hover {
|
|||
background-color:darkblue;
|
||||
color:white;
|
||||
font-size:1em;
|
||||
}
|
||||
#dossier {
|
||||
display:inline;
|
||||
float:left;
|
||||
width:40em;
|
||||
top:0px;
|
||||
}
|
||||
|
|
@ -1097,4 +1097,10 @@ a.nav:hover,div.content a.nav:hover,div.redcontent a.nav:hover {
|
|||
background-color:darkblue;
|
||||
color:white;
|
||||
font-size:1em;
|
||||
}
|
||||
#dossier {
|
||||
display:inline;
|
||||
float:left;
|
||||
width:40em;
|
||||
top:0px;
|
||||
}
|
||||
|
|
@ -1099,4 +1099,10 @@ a.nav:hover,div.content a.nav:hover,div.redcontent a.nav:hover {
|
|||
background-color:darkblue;
|
||||
color:white;
|
||||
font-size:1em;
|
||||
}
|
||||
#dossier {
|
||||
display:inline;
|
||||
float:left;
|
||||
width:40em;
|
||||
top:0px;
|
||||
}
|
||||
|
|
@ -1094,4 +1094,10 @@ a.nav:hover,div.content a.nav:hover,div.redcontent a.nav:hover {
|
|||
background-color:darkblue;
|
||||
color:white;
|
||||
font-size:1em;
|
||||
}
|
||||
#dossier {
|
||||
display:inline;
|
||||
float:left;
|
||||
width:40em;
|
||||
top:0px;
|
||||
}
|
||||
|
|
@ -1,7 +1,6 @@
|
|||
<div class="u_tool">
|
||||
<div class="name">
|
||||
|
||||
<H2 class="dossier"> Dossier : <?=h(dossier::name())?></h2>
|
||||
<?php
|
||||
|
||||
if ( $cn->get_value("select count(*) from profile join profile_user using (p_id)
|
||||
|
|
@ -43,8 +42,10 @@ if ( $cn->get_value("select count(*) from profile join profile_user using (p_id)
|
|||
</script>
|
||||
</div>
|
||||
<?
|
||||
endif;
|
||||
?>
|
||||
endif;?>
|
||||
<div id="dossier">
|
||||
<H2 class="dossier"> Dossier : <?=h(dossier::name())?></h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="module">
|
||||
<table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue