Button emails, consommation, authentification
This commit is contained in:
parent
506dc9a589
commit
b646b4c669
@ -32,19 +32,27 @@
|
||||
<?php }?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Action</th>
|
||||
<td>
|
||||
<button type="button" class="btn btn-primary">Emails et paramètrage</button>
|
||||
<button type="button" class="btn btn-primary">Suivi connexion</button>
|
||||
<button type="button" class="btn btn-primary">Suivi consultation</button>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<?php if ($this->Item->AccesOverride === true) {?>
|
||||
<div class="alert alert-danger" role="alert">
|
||||
<strong>Attention !</strong> Cet utilisateur posséde des paramètres d'accès spécifiques, différent du service auquel il appartient.</div>
|
||||
<?php }?>
|
||||
|
||||
<h2>Paramètres</h2>
|
||||
<p class="bg-classes bg-info"><strong>Service :</strong> <a href="<?=$this->url(array('module'=>'admin',
|
||||
'controller'=>'service', 'action'=>'detail', 'code'=>$this->Item->ServiceCode),
|
||||
'default', true)?>"><?=$this->Item->ServiceLabel?></a></p>
|
||||
|
||||
<?php if ($this->Item->AccesOverride === true) {?>
|
||||
<div class="alert alert-danger" role="alert">
|
||||
<strong>Attention !</strong> Cet utilisateur posséde des paramètres d'accès spécifiques, différent du service auquel il appartient.</div>
|
||||
<?php }?>
|
||||
|
||||
<?php if (count($this->Item->Acces->item) > 0) {?>
|
||||
<?php foreach ($this->Categories as $c => $item) {?>
|
||||
<div class="panel panel-info">
|
||||
|
Loading…
Reference in New Issue
Block a user