From 528f028ccc0042295978aaaad83add62307bb625 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Wed, 15 Jun 2016 17:18:31 +0200 Subject: [PATCH] Suppression des liens d'edition --- .../default/scripts/identite/liens.phtml | 75 +------------------ 1 file changed, 2 insertions(+), 73 deletions(-) diff --git a/application/modules/legal/views/default/scripts/identite/liens.phtml b/application/modules/legal/views/default/scripts/identite/liens.phtml index 4ca42b6a6..b2e3a65bd 100644 --- a/application/modules/legal/views/default/scripts/identite/liens.phtml +++ b/application/modules/legal/views/default/scripts/identite/liens.phtml @@ -4,7 +4,7 @@ @@ -49,63 +49,6 @@ } ?> -UserModeEdit) {?> - -   - - - siren) { - $href = $this->url(array('module'=>'input', 'controller'=>'index','action'=>'liendoc','siren'=>$this->siren, 'type'=>'Entreprise'), 'default', true); - } else { - $href = $this->url(array('module'=>'input', 'controller'=>'index','action'=>'liendoc','idLien'=>$this->lienref, 'type'=>'Entreprise'), 'default', true); - } - ?> - - - Lier un document (organigramme du groupe) - - - - -   - - - siren) { - $href = $this->url(array('module'=>'input', 'controller'=>'index', 'action'=>'lienfiche', 'siren'=>$this->siren),null,true); - $hrefSuppr = $this->url(array('module'=>'input', 'controller'=>'index', 'action'=>'liendelete', 'siren'=>$this->siren),null,true); - } else { - $href = $this->url(array('module'=>'input', 'controller'=>'index', 'action'=>'lienfiche', 'idFiche'=>$this->lienref),null,true); - $hrefSuppr = $this->url(array('module'=>'input', 'controller'=>'index', 'action'=>'liendelete', 'idFiche'=>$this->lienref),null,true); - } - ?> - Editer la fiche   - Supprimer la fiche - - -PP) {?> - -   - - - naissanceDate, 'YYYY-MM-dd'); - $param = array( - 'module'=>'search', - 'controller'=>'dirigeant', - 'action'=>'index', - 'dirNom'=>$this->nom, - 'dirPrenom'=>$this->prenom, - 'dirDateNaissJJ' =>$date?$date->get('dd'):'', - 'dirDateNaissMM' =>$date?$date->get('MM'):'', - 'dirDateNaissAAAA' =>$date?$date->get('YYYY'):'' - ); ?> - Lancer une recherche dirigeant - - - - @@ -128,20 +71,6 @@ Cette entreprise est une personne physique exerçant son activité en nom propre - AutrePage) && $this->UserModeEdit) {?> - -
- - Ajouter un actionnaire -
- -
- - Ajouter une participation -
- - - $part)>0 ) {?> $part as $lien) {?> @@ -336,7 +265,7 @@ $('a.dialog').on('click', function(){ } }); -$( "a.confirm" ).on('click', function(e){ +$('a.confirm').on('click', function(e){ e.preventDefault(); var href = $(this).attr('href'); var dialogOpts = {