Fix cosmetic

This commit is contained in:
sparkyx 2006-08-09 19:21:23 +00:00
parent 7174b24232
commit 0b308c6c22
7 changed files with 8 additions and 8 deletions

View file

@ -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>';
}
//--------------------------------------------------------------------------------

View file

@ -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']));
}

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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">';