Skip to content
Snippets Groups Projects
Commit 269398a4 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

hotline rel #16230 improve css

parent 16c0067f
Branches
Tags
7 merge requests!545Master,!544Master,!543Master,!542Master,!540Hotline 6.56,!533Hotline#16604 cms urls,!530Hotline#16230 id profils
<?php
<?php
$url_edit_profil = $this->url(['module' => 'admin',
'controller' => 'profil',
'action' => 'accueil',
'controller' => 'profil',
'action' => 'accueil',
'id_profil' => $this->profil->getId()], null, true);
$url_copy_profil = $this->url(['module' => 'admin',
'controller' => 'profil',
'action' => 'copy',
'controller' => 'profil',
'action' => 'copy',
'id_profil' => $this->profil->getId()], null, true);
$url_delete_profil = $this->url(['module' => 'admin',
'controller' => 'profil',
'action' => 'delete',
'controller' => 'profil',
'action' => 'delete',
'id_profil' => $this->profil->getId()], null, true);
?>
<li id="page_<?php echo $this->profil->getId()?>" <?php if ($this->selected) echo "class='selected'" ?> >
<div><img src="<?php echo URL_ADMIN_IMG.$this->icon ?>" title="Page" alt="Page"/></div>
<div>
<div>
<a href="<?php echo $url_edit_profil ?>"
title="Modifier la page">
<?php echo $this->libelle; ?>
<?php echo $this->profil->getLibelle() . $this->tag('sub', ' #' . $this->profil->getId(), ['style' => 'color: #999']); ?>
</a>
</div>
......@@ -31,11 +31,11 @@ $url_delete_profil = $this->url(['module' => 'admin',
<?php echo $this->boutonIco("type=edit") ?>
</a>
<?php
<?php
echo $this->tagPreview($this->url(['id_profil' => $this->profil->getId()], null, true),
sprintf("Visualisation de la page '%s'", $this->profil->getLibelle()));
?>
<a href="<?php echo $url_copy_profil ?>">
......
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