From 1c4eda048cc5fa9880b0023b9757fd2c32c7e8da Mon Sep 17 00:00:00 2001 From: Damien LASSERRE Date: Mon, 30 Jan 2012 09:06:33 +0000 Subject: [PATCH] view --- application/views/default/helpers/Field.php | 4 +++- .../views/default/scripts/criteres/economique.phtml | 7 ++++--- .../views/default/scripts/criteres/entreprise.phtml | 5 ++--- .../views/default/scripts/criteres/financiere.phtml | 3 +-- .../views/default/scripts/criteres/geographique.phtml | 2 +- .../views/default/scripts/criteres/juridique.phtml | 2 +- application/views/default/scripts/index/criteres.phtml | 10 ++++++++-- 7 files changed, 20 insertions(+), 13 deletions(-) diff --git a/application/views/default/helpers/Field.php b/application/views/default/helpers/Field.php index 48092156..5d36f458 100644 --- a/application/views/default/helpers/Field.php +++ b/application/views/default/helpers/Field.php @@ -187,7 +187,9 @@ Class Zend_View_Helper_Field extends Zend_View_Helper_Abstract /* Textarea */ private function textareaHTML($name, $field) { - $return = 'Selection dans une arborescence'; + $return = ' + Selection dans une arborescence + '; return ($return); } diff --git a/application/views/default/scripts/criteres/economique.phtml b/application/views/default/scripts/criteres/economique.phtml index 31d8cb50..b97b9906 100644 --- a/application/views/default/scripts/criteres/economique.phtml +++ b/application/views/default/scripts/criteres/economique.phtml @@ -1,4 +1,7 @@ -
+
+
  • Field('capital', $this->fields->get('capital'));?>
  • Field('ape_etab', $this->fields->get('ape_etab'));?>
  • @@ -7,8 +10,6 @@
  • Field('age_etab', $this->fields->get('age_etab'));?>
  • Field('teff_entrep', $this->fields->get('teff_entrep'));?>
  • Field('teff_etab', $this->fields->get('teff_etab'));?>
  • -
  • Field('NaceEtab', $this->fields->get('NaceEtab'));?>
  • -
  • Field('NaceEntrep', $this->fields->get('NaceEntrep'));?>
  • Field('eff_entrep', $this->fields->get('eff_entrep'));?>
  • Field('eff_etab', $this->fields->get('eff_etab'));?>
  • Field('nbEtab', $this->fields->get('nbEtab'));?>
  • diff --git a/application/views/default/scripts/criteres/entreprise.phtml b/application/views/default/scripts/criteres/entreprise.phtml index 2721b798..d73d86dc 100644 --- a/application/views/default/scripts/criteres/entreprise.phtml +++ b/application/views/default/scripts/criteres/entreprise.phtml @@ -1,4 +1,4 @@ -
    +
    • Field('siege', $this->fields->get('siege'));?>
    • Field('sirenGrp', $this->fields->get('sirenGrp'));?>
    • @@ -9,7 +9,6 @@
    • Field('presentRcs', $this->fields->get('presentRcs'));?>
    • Field('adrDom', $this->fields->get('adrDom'));?>
    • Field('dirNom', $this->fields->get('dirNom'));?>
    • -
    • Field('lieuAct', $this->fields->get('lieuAct'));?>
    • Field('nbMPubli', $this->fields->get('nbMPubli'));?>
    • Field('dateCrea_ent',$this->fields->get('dateCrea_ent'));?>
    • Field('dateCrea_etab', $this->fields->get('dateCrea_etab'));?>
    • @@ -17,6 +16,6 @@
    • Field('nbPart', $this->fields->get('nbPart'));?>
    -
    + \ No newline at end of file diff --git a/application/views/default/scripts/criteres/financiere.phtml b/application/views/default/scripts/criteres/financiere.phtml index e9316f21..3541cf80 100644 --- a/application/views/default/scripts/criteres/financiere.phtml +++ b/application/views/default/scripts/criteres/financiere.phtml @@ -1,4 +1,4 @@ -
    +
    • Field('bilType', $this->fields->get('bilType'));?>
    • Field('avisCs', $this->fields->get('avisCs'));?>
    • @@ -12,7 +12,6 @@
    • Field('bilFR', $this->fields->get('bilFR'));?>
    • Field('bilGF', $this->fields->get('bilGF'));?>
    • Field('bilGP', $this->fields->get('bilGP'));?>
    • -
    • Field('bilGU', $this->fields->get('bilGU'));?>
    • Field('bilGW', $this->fields->get('bilGW'));?>
    • Field('bilHD', $this->fields->get('bilHD'));?>
    • Field('bilHH', $this->fields->get('bilHH'));?>
    • diff --git a/application/views/default/scripts/criteres/geographique.phtml b/application/views/default/scripts/criteres/geographique.phtml index c2c8a4f9..9f2580ca 100644 --- a/application/views/default/scripts/criteres/geographique.phtml +++ b/application/views/default/scripts/criteres/geographique.phtml @@ -1,4 +1,4 @@ -
      +
      • Field('adr_cp', $this->fields->get('adr_cp'));?>
      • Field('adr_com', $this->fields->get('adr_com'));?>
      • diff --git a/application/views/default/scripts/criteres/juridique.phtml b/application/views/default/scripts/criteres/juridique.phtml index 4be87868..4cbe2494 100644 --- a/application/views/default/scripts/criteres/juridique.phtml +++ b/application/views/default/scripts/criteres/juridique.phtml @@ -1,4 +1,4 @@ -
        +
        • Field('cj', $this->fields->get('cj'));?>
        • Field('actifEco', $this->fields->get('actifEco'));?>
        • diff --git a/application/views/default/scripts/index/criteres.phtml b/application/views/default/scripts/index/criteres.phtml index 2b6965d5..e63b6af4 100644 --- a/application/views/default/scripts/index/criteres.phtml +++ b/application/views/default/scripts/index/criteres.phtml @@ -68,6 +68,12 @@ -

          Vos critères

          - +
          +

          Vos critères

          +
            + criteres as $critere => $valeur):?> +
          • + +
          +
          \ No newline at end of file