Skip to content
Snippets Groups Projects
Commit c4b71bc0 authored by gloas's avatar gloas
Browse files

correction pretty photo :admin/profil/index

git-svn-id: http://afi-forge.afi-sa.fr/svn/opacce/trunk@2720 e3cc70dd-a52f-4065-8a26-0e09943c8c5c
parent 4d9b025e
Branches
Tags
No related merge requests found
......@@ -31,17 +31,12 @@ $url_delete_profil = $this->url(['module' => 'admin',
<?php echo $this->boutonIco("type=edit") ?>
</a>
<?php $pp_link_title = sprintf("Visualisation de la page '%s'", $this->profil->getLibelle()); ?>
<a data-prettyphoto="true"
href="<?php echo $this->url(['id_profil' => $this->profil->getId()], null, true).'?iframe=true&amp;width=100%&amp;height=100%' ?>"
title="<?php echo $pp_link_title ?>" >
<?php
echo sprintf('<img src="%s" title="%s" alt="%s" />',
URL_ADMIN_IMG.'picto/find.gif',
$pp_link_title,
$pp_link_title);
<?php
echo $this->tagPreview($this->url(['id_profil' => $this->profil->getId()]),
sprintf("Visualisation de la page '%s'", $this->profil->getLibelle()));
?>
</a>
<a href="<?php echo $url_copy_profil ?>">
<?php echo '<img src="'.URL_ADMIN_IMG.'ico/page_copy.png'.'" alt="Dupliquer la page" title="Dupliquer la page"/>'; ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment