This commit is contained in:
sparkyx 2006-08-09 19:03:22 +00:00
parent cb081ee2f2
commit 46d0f5f493
3 changed files with 5 additions and 4 deletions

View file

@ -96,7 +96,7 @@ function new_fiche($p_cn,$p_type) {
$but_search_poste='<INPUT TYPE="BUTTON" VALUE="Montre" OnClick="ShowTva(\''.$l_sessid.'\',\'av_text'.$i.'\')">';
}
// content of the attribute
$r.= sprintf('<TR><TD> %s </TD><TD><INPUT TYPE="TEXT" NAME="av_text%d">%s %s</TD></TR>',
$r.= sprintf('<TR><TD> %s </TD><TD><INPUT style="border:solid 1px blue;" TYPE="TEXT" NAME="av_text%d">%s %s</TD></TR>',
$l_line['ad_text'], $i,$Hid,$but_search_poste);
}
$r.="</TABLE>";

View file

@ -257,7 +257,7 @@ if ( $sub_action == "list" )
// Add an action
if ( $sub_action == "add_action" )
{
echo '<A class="mtitle" HREF="commercial.php?p_action=suivi_courrier"><input type="button" value="Retour"></A>';
echo '<A class="one" HREF="commercial.php?p_action=suivi_courrier"><input type="button" value="Retour"></A>';
echo_debug('action',__LINE__,var_export($_POST,true));
echo $retour;
$act=new action($cn);
@ -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 HREF="commercial.php?p_action=suivi_courrier"><INPUT TYPE="BUTTON" VALUE="Retour Liste"></A>';
echo '<A class="mtitle" HREF="commercial.php?p_action=suivi_courrier"><INPUT TYPE="BUTTON" VALUE="Retour Liste"></A>';
}
//--------------------------------------------------------------------------------

View file

@ -386,7 +386,8 @@ class action
$str_type=$v[0];
if ( isset ($_REQUEST['url']))
{
$retour=sprintf('<A HREF="%s"><input type="button" value="Retour"></A>',urldecode($_REQUEST['url']));
$retour=sprintf('<A class="mtitle" HREF="%s"><input type="button" value="Retour"></A>',
urldecode($_REQUEST['url']));
$h_url=sprintf('<input type="hidden" name="url" value="%s">',urldecode($_REQUEST['url']));
}
else