/[openfoncier]/trunk/sql/pgsql/evenement.inc.php
ViewVC logotype

Diff of /trunk/sql/pgsql/evenement.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2289 by softime, Fri Sep 13 10:06:21 2013 UTC revision 2425 by softime, Mon Oct 21 11:32:04 2013 UTC
# Line 18  if (isset($idz) && trim($idz) != '') { Line 18  if (isset($idz) && trim($idz) != '') {
18      $ent .= " ".strtoupper($idz)." ";      $ent .= " ".strtoupper($idz)." ";
19  }  }
20    
21    // Récupère le paramètre "retourformulaire"
22    $retourformulaire = (isset($_GET['retourformulaire'])) ? $_GET['retourformulaire'] : "";
23    
24  //  //
25  $sousformulaire = array('bible');  $sousformulaire = array('bible');
26    
# Line 81  $href[3] = array( Line 84  $href[3] = array(
84      "lib" => "<span class=\"om-icon om-icon-16 om-icon-fix copy-16\" title=\""._("Copier")."\">"._("Copier")."</span>",      "lib" => "<span class=\"om-icon om-icon-16 om-icon-fix copy-16\" title=\""._("Copier")."\">"._("Copier")."</span>",
85  );  );
86    
87    // XXX Si c'est un sous-formulaire, alors le bouton "Modifier" n'est pas affiché
88    // pour éviter le bug concernant les tableaux multi-select
89    // À retirer lorsque le bug sera résolu dans OpenMairie
90    if (isset($retourformulaire) && $retourformulaire != '') {
91        // Actions en coin : ajouter
92        $tab_actions['corner']['ajouter'] = null;
93        // XXX Action dans tableau : copie de l'enregistrement
94        $href[3] = null;
95    }
96    
97  ?>  ?>

Legend:
Removed from v.2289  
changed lines
  Added in v.2425

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26