Fix cosmetic
This commit is contained in:
parent
7174b24232
commit
0b308c6c22
7 changed files with 8 additions and 8 deletions
|
|
@ -340,7 +340,7 @@ if ( $sub_action == "save_action_st2" )
|
|||
$act->gen=isset($_POST['p_gen'])?'on':'off';
|
||||
// insert into action_gestion
|
||||
echo $act->SaveStage2();
|
||||
echo '<A class="mtitle" HREF="commercial.php?p_action=suivi_courrier"><INPUT TYPE="BUTTON" VALUE="Retour Liste"></A>';
|
||||
echo '<A class="one" HREF="commercial.php?p_action=suivi_courrier"><INPUT TYPE="BUTTON" VALUE="Retour Liste"></A>';
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -386,7 +386,7 @@ class action
|
|||
$str_type=$v[0];
|
||||
if ( isset ($_REQUEST['url']))
|
||||
{
|
||||
$retour=sprintf('<A class="mtitle" HREF="%s"><input type="button" value="Retour"></A>',
|
||||
$retour=sprintf('<A class="one" HREF="%s"><input type="button" value="Retour"></A>',
|
||||
urldecode($_REQUEST['url']));
|
||||
$h_url=sprintf('<input type="hidden" name="url" value="%s">',urldecode($_REQUEST['url']));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ class Admin extends fiche{
|
|||
$step_admin=$this->GetAll($offset,$search);
|
||||
if ( $all_admin == 0 ) return "";
|
||||
$r=$bar;
|
||||
$r.='<table>
|
||||
$r.='<table width="95%">
|
||||
<TR style="background-color:lightgrey;">
|
||||
<TH>Quick Code</TH>
|
||||
<th>Nom</th>
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ attr_value using (jft_id) where av_text='".$this->company."' and ad_id=".ATTR_DE
|
|||
$step_contact=$this->GetAll($offset,$search.$extra_sql);
|
||||
if ( $all_contact == 0 ) return "";
|
||||
$r=$bar;
|
||||
$r.='<table border="0">
|
||||
$r.='<table border="0" width="95%">
|
||||
<TR style="background-color:lightgrey;">
|
||||
<th>Quick Code</th>
|
||||
<th>Nom</th>
|
||||
|
|
|
|||
|
|
@ -219,7 +219,7 @@ where
|
|||
$step_client=$this->GetAll($offset,$search);
|
||||
if ( $all_client == 0 ) return "";
|
||||
$r=$bar;
|
||||
$r.='<table>
|
||||
$r.='<table width="95%">
|
||||
<TR style="background-color:lightgrey;">
|
||||
<TH>Quick Code</TH>
|
||||
<th>Nom</th>
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ class Supplier extends fiche{
|
|||
$step_supplier=$this->GetAll($offset,$search);
|
||||
if ( $all_supplier == 0 ) return "";
|
||||
$r=$bar;
|
||||
$r.='<table>
|
||||
$r.='<table width="95%">
|
||||
<TR style="background-color:lightgrey;">
|
||||
<TH>Quick Code</TH>
|
||||
<th>Nom</th>
|
||||
|
|
|
|||
|
|
@ -92,9 +92,9 @@ if ( $sub_action == "list")
|
|||
}
|
||||
|
||||
}
|
||||
echo $retour;
|
||||
echo '<div class="u_redcontent">';
|
||||
|
||||
echo '<div class="u_redcontent">';
|
||||
echo $retour;
|
||||
|
||||
|
||||
echo '<form method= "GET" action="commercial.php">';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue