cosmetic : third name in action

This commit is contained in:
Dany De Bontridder 2012-05-28 01:13:57 +00:00
parent 72c5f50a52
commit 3c29c7ecc3
4 changed files with 9 additions and 8 deletions

View file

@ -866,8 +866,8 @@ div.welcome {
}
div.gest_name {
float:right;
margin-right:150;
float:left;
margin-left:150;
margin-top:15
}
h2.gest_name {
@ -876,6 +876,7 @@ h2.gest_name {
border-top:1px solid #b4bbc2;
border-right:1px solid #b4bbc2;
padding: 5px;
width: 30%;
}
body.op_detail_frame,div.op_detail_frame {
background-color:#e4e7ed;

View file

@ -71,10 +71,7 @@ echo ShowItem(array(
'H',"mtitle","mtitle",$def,' ');
echo '</div>';
echo '<div>';
echo '<div class="gest_name">';
echo '<h2 class="gest_name">'.$f->get_quick_code()." ".$f->strAttribut(ATTR_DEF_NAME).'</h2>';
echo '</div>';
echo '</div>';
//---------------------------------------------------------------------------
// Show Detail of a card and category

View file

@ -163,7 +163,8 @@ class Follow_Up
);
// List opération liées
$operation=$this->db->get_array("select ago_id,j.jr_id,j.jr_internal,j.jr_comment from jrn as j join action_gestion_operation as ago on (j.jr_id=ago.jr_id)");
$operation=$this->db->get_array("select ago_id,j.jr_id,j.jr_internal,j.jr_comment from jrn as j join action_gestion_operation as ago on (j.jr_id=ago.jr_id)
where ag_id=$1",array($this->ag_id));
$iconcerned=new IConcerned('operation');
// state
// Retrieve the value

View file

@ -1,3 +1,4 @@
<fieldset>
<legend>
<?=_('Informations générales')?>
@ -6,8 +7,9 @@
<?echo $retour;
?>
</div>
<h2 class="gest_name"><?php echo $sp->input(); ?></h2>
<div style="float:left;width:30%">
<em> <strong><?php echo $sp->input(); ?></strong></em>
<table >
<tr>