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
|
|
@ -105,7 +105,7 @@ if ( isset ($_REQUEST["action"]) )
|
|||
if ($action == "add" && ! isset($_REQUEST['fr_id']))
|
||||
{
|
||||
|
||||
echo '<DIV class="u_redcontent">';
|
||||
echo '<DIV class="redcontent">';
|
||||
echo '<h1>'._('Définition').'</h1>';
|
||||
echo '<form method="post" >';
|
||||
echo dossier::hidden();
|
||||
|
|
@ -116,7 +116,7 @@ if ( isset ($_REQUEST["action"]) )
|
|||
echo '</form>';
|
||||
echo '<span class="notice">'._("Les lignes vides seront effacées").'</span>';
|
||||
echo "</DIV>";
|
||||
echo '<DIV class="u_redcontent">';
|
||||
echo '<DIV class="redcontent">';
|
||||
|
||||
echo '<form method="post" enctype="multipart/form-data">';
|
||||
echo '<h1> Importation</h1>';
|
||||
|
|
@ -135,7 +135,7 @@ if ( isset ($_REQUEST["action"]) )
|
|||
}
|
||||
if ($action=="view" )
|
||||
{
|
||||
echo '<DIV class="u_redcontent">';
|
||||
echo '<DIV class="redcontent">';
|
||||
$rap->id=$_REQUEST ['fr_id'];
|
||||
echo '<form method="post">';
|
||||
$rap->load();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue