Plugins  LAST
 All Data Structures Files Functions Variables Pages
budget.inc.php
Go to the documentation of this file.
1 <?php
2 
3 /**
4  * @file gestion des budgets
5  */
6 
7 require_once 'class_copro_budget.php';
9 
10 if ( isset ($_POST['bud_update']))
11 {
12  $bud->save($_POST);
13 }
14 
15 
16 echo '<div id="bud_list" class="content">';
17 
18 $bud->to_list();
19 echo HtmlInput::button("bud_add_bt","Ajout Budget","onclick=\"budget_add('".$_REQUEST['gDossier']."','".$_REQUEST['plugin_code']."','".$_REQUEST['ac']."')\"");
20 echo '</div>';
21 
22 ?>
23 <div id="divbuddetail">
24 
25 </div>
$bud
Definition: budget.inc.php:8
$_REQUEST['sb']
Definition: am_print.php:39