Html->link( __("$title"), $controllerArgs, /* [ 'controller' => $controller, 'action' => $action, $id, $other_args ], */ [ 'title' => $tip, 'escape' => false, 'onclick' => 'return true;', //'style' => 'margin-right: 10px'.$moreButtonStyle, 'style' => $buttonStyle, 'confirm' => $confirmMessage ] ); } public function displayElement($nom, $valeur, $params = "") { $TD = ($params=="") ? 'TD' : "TD $params"; //$TD = ($params=="") ? '
<= __('Nom') ?> | <= __('Détail') ?> |
---|---|
"; // Nom de l'entité (ou numéro de l'entité si nom vide, comme pour les emprunts par exemple...) $name = $entity->$name_field_name ? $entity->$name_field_name : "$entity_type_name #".$entity->id; echo $shift3.$this->Html->link(h($name), ['controller' => $controller_name, 'action' => 'view', h($entity->id)]); echo " | "; /*<= $this->Html->link(__(''), ['controller' => $controller, 'action' => 'view', $entity->id], ['escape' => false, 'style' => 'margin:0']) ?> | */ echo "