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

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

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

revision 3 by fraynaud, Thu Feb 10 20:46:18 2011 UTC revision 116 by fraynaud, Fri Sep 2 08:43:32 2011 UTC
# Line 2  Line 2 
2  //$Id$  //$Id$
3  //gen openMairie le 10/02/2011 20:34  //gen openMairie le 10/02/2011 20:34
4  include('../gen/sql/pgsql/instruction.inc.php');  include('../gen/sql/pgsql/instruction.inc.php');
5    // =======================================================
6    // href special edition instruction
7    // =======================================================
8    $table="instruction inner join evenement on instruction.evenement=evenement.evenement";
9    $champAffiche=array("instruction as no",
10                        "instruction.lettretype",
11                        "libelle",
12                        "to_char(datecourrier ,'DD/MM/YYYY') as datecourrier",
13                        "instruction.etat"
14                        );
15    $champRecherche=array("libelle");
16    $tri= " order by instruction ";
17    if(isset($idx)){
18        $selection=" where dossier ='".$idx."'";
19    }else{
20       $selection="";
21    }  
22    //if(isset($objsf) and isset($idx)){
23        $href[3]['lien'] = "../app/pdflettretype_instruction.php?idx=";
24        $href[3]['id']= "";
25        $href[3]['lib']=  "<span class=\"om-icon om-icon-16 om-icon-fix pdf-16\" title=\"".
26                            _("Edition")."\">"._("Edition")."</span>";
27    //    $href=array();
28  ?>  ?>

Legend:
Removed from v.3  
changed lines
  Added in v.116

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26