1 |
<?php |
2 |
//$Id$ |
3 |
//gen openMairie le 08/11/2012 14:59 |
4 |
|
5 |
include('../gen/sql/pgsql/lot.form.inc.php'); |
6 |
|
7 |
// Action : modifier |
8 |
$portlet_actions['modifier'] = |
9 |
array('lien' => '../scr/sousform.php?obj=lot&action=1'.'&idx=', |
10 |
'id' => '&premiersf=&trisf=&retourformulaire=&idxformulaire=&retour=form', |
11 |
'lib' => '<span class="om-prev-icon om-icon-16 edit-16" title="'._('Modifier').'">'._('Modifier').'</span>', |
12 |
'rights' => array('list' => array('lot_modifier'), 'operator' => 'OR'), |
13 |
'ordre' => 10,); |
14 |
|
15 |
$portlet_actions['lu'] = |
16 |
array('lien' => "#\" onclick=\"portletUpdateData(", |
17 |
'id' => ",'lot','lot', 'transferer_lot_nouveaux_demandeurs', 'demandeur', '');\"", |
18 |
'lib' => "<span class=\"om-prev-icon om-icon-16 om-icon-fix transferer-16\" title=\"". |
19 |
_("Edition")."\">"._("Transferer ce lot aux nouveaux demandeurs")."</span>", |
20 |
'ordre' => 30, |
21 |
'rights' => array('list' => array("lot", "lot_transferer"), 'operator' => 'OR'), |
22 |
'ajax' => false); |
23 |
?> |