1 |
nhaye |
544 |
<?php |
2 |
|
|
//$Id$ |
3 |
|
|
//gen openMairie le 10/02/2011 20:32 |
4 |
nhaye |
652 |
include('demande_avis.form.inc.php'); |
5 |
nhaye |
544 |
|
6 |
nhaye |
700 |
// Action : modifier |
7 |
|
|
$portlet_actions['modifier'] = |
8 |
|
|
array('lien' => "\" onclick=\"popupIt('consultation','../scr/sousform.php?idx=", |
9 |
nhaye |
801 |
'id' => "&obj=consultation&action=1',700,350,returnToTab,'consultation');return false;", |
10 |
nhaye |
700 |
'lib' => "<span class=\"om-prev-icon om-icon-16 om-icon-fix edit-16\" title=\"". |
11 |
|
|
_("Rendre un avis")."\">"._("Rendre un avis")."</span>", |
12 |
|
|
'ordre' => 10, |
13 |
|
|
'rights' => array('list' => array("consultation", "consultation_modifier"), 'operator' => 'OR'), |
14 |
|
|
'ajax' => false); |
15 |
nhaye |
544 |
?> |