0000390 réécriture de include/extension.inc.php
0000424 Plugin traité comme des modules ou des menus 0000240 Sécurité par profile 0000438 Modularité : avoir les écrans pour gérer les menus, profiles et les liaisons 0000435 Form direct action : améliorer apparence
This commit is contained in:
parent
5bdcc7c515
commit
8a2ee1f092
41 changed files with 3498 additions and 863 deletions
|
|
@ -92,7 +92,7 @@ if ( $sub_action=="blank")
|
|||
{
|
||||
$retour_action=HtmlInput::button_anchor('Retour', "commercial.php?p_action=contact&$str_dossier");
|
||||
|
||||
echo '<div class="u_redcontent">';
|
||||
echo '<div class="redcontent">';
|
||||
|
||||
echo $retour_action;
|
||||
$c=new contact($cn);
|
||||
|
|
@ -191,7 +191,7 @@ if ( $sub_action == "list" )
|
|||
$contact->company=$qcode;
|
||||
}
|
||||
echo $retour;
|
||||
echo '<div class="u_redcontent">';
|
||||
echo '<div class="redcontent">';
|
||||
echo $contact->Summary($search);
|
||||
echo '</div>';
|
||||
echo $retour;
|
||||
|
|
@ -203,7 +203,7 @@ if ( $sub_action == "list" )
|
|||
if ( $sub_action == 'detail' )
|
||||
{
|
||||
$f_id=$_REQUEST['f_id'];
|
||||
echo '<div class="u_redcontent">';
|
||||
echo '<div class="redcontent">';
|
||||
$contact=new contact($cn,$f_id);
|
||||
echo $retour;
|
||||
echo '<form action="'.$_SERVER['REQUEST_URI'].'" method="post">';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue