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
|
|
@ -80,7 +80,7 @@ if ( isset($_GET['see']))
|
|||
$a=new Anc_Operation($cn);
|
||||
|
||||
echo '
|
||||
<div class="u_redcontent" style="margin-left:12%">
|
||||
<div class="redcontent" style="margin-left:12%">
|
||||
<form method= "get">
|
||||
';
|
||||
|
||||
|
|
@ -108,7 +108,7 @@ if ( isset($_GET['see']))
|
|||
echo $w->input();
|
||||
echo 'Période '.HtmlInput::submit('gl_submit','Valider').'</form>';
|
||||
|
||||
echo '<div class="u_redcontent" style="margin-left:12%">';
|
||||
echo '<div class="redcontent" style="margin-left:12%">';
|
||||
echo $a->html_table($current);
|
||||
echo '</div>';
|
||||
exit();
|
||||
|
|
@ -118,7 +118,7 @@ if ( isset($_POST['save']))
|
|||
// record the operation and exit
|
||||
// and exit
|
||||
//-----------------------------
|
||||
echo '<div class="u_redcontent" style="margin-left:12%">'.
|
||||
echo '<div class="redcontent" style="margin-left:12%">'.
|
||||
_('Opération sauvée');
|
||||
$a=new Anc_Group_Operation($cn);
|
||||
|
||||
|
|
@ -138,7 +138,7 @@ if ( isset($_GET['new']))
|
|||
|
||||
$wSubmit=new IHidden("p_action","ca_od");
|
||||
$wSubmit->table=0;
|
||||
echo '<div class="u_redcontent" style="margin-left:12%">';
|
||||
echo '<div class="redcontent" style="margin-left:12%">';
|
||||
echo '<form method="post">';
|
||||
echo dossier::hidden();
|
||||
echo $wSubmit->input();
|
||||
|
|
@ -157,4 +157,4 @@ if ( isset($_GET['new']))
|
|||
}
|
||||
|
||||
?>
|
||||
<div class="u_redcontent">
|
||||
<div class="redcontent">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue