Added more clear Edit Profile button -

https://code.lab.modiss.be/p/cydefsig/issues/29/
pull/61/head
Christophe Vandeplas 2012-02-20 09:39:46 +01:00
parent 89d0a8d08d
commit c77d499555
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
<div class="users view">
<div class="actions" style="float:right;">
<ul><li><?php echo $this->Html->link(__('Edit Profile', true), array('action' => 'edit', $user['User']['id'])); ?> </li></ul>
</div>
<h2><?php __('User');?></h2>
<dl><?php $i = 0; $class = ' class="altrow"';?>
<dt<?php if ($i % 2 == 0) echo $class;?>><?php __('Id'); ?></dt>