amm-dev-tem team mailing list archive
-
amm-dev-tem team
-
Mailing list archive
-
Message #00018
[Branch ~amm-dev-tem/amm/trunk] Rev 41: variable correction
------------------------------------------------------------
revno: 41
committer: The Whole Life To Learn <thewholelifetolearn@xxxxxxxxx>
branch nick: sources
timestamp: Thu 2011-10-13 21:38:25 +0200
message:
variable correction
modified:
app/views/members/index.ctp
--
lp:amm
https://code.launchpad.net/~amm-dev-tem/amm/trunk
Your team AMM dev team is subscribed to branch lp:amm.
To unsubscribe from this branch go to https://code.launchpad.net/~amm-dev-tem/amm/trunk/+edit-subscription
=== modified file 'app/views/members/index.ctp'
--- app/views/members/index.ctp 2011-10-13 19:17:29 +0000
+++ app/views/members/index.ctp 2011-10-13 19:38:25 +0000
@@ -45,7 +45,7 @@
<?php echo $this->Html->link($this->Html->image('view_16.png', array('alt' => __('View', true))), array('action' => 'view', $member['Member']['id']), array('escape' => false)); ?>
<?php echo $this->Html->link($this->Html->image('edit_16.png', array('alt' => __('Edit', true))), array('action' => 'edit', $member['Member']['id']), array('escape' => false)); ?>
<?php echo $this->Html->link($this->Html->image('update_16.png', array('alt' => __('Renew', true))), array('action' => 'renew', $member['Member']['id']), array('escape' => false)); ?>
- <?php echo $this->Html->link($this->Html->image('delete_16.png', array('alt' => __('Delete', true))), array('action' => 'delete', $member['Member']['id']), array('escape' => false), sprintf(__('Are you sure you want to delete %s?', true), $member['Member']['name'])); ?>
+ <?php echo $this->Html->link($this->Html->image('delete_16.png', array('alt' => __('Delete', true))), array('action' => 'delete', $member['Member']['id']), array('escape' => false), sprintf(__('Are you sure you want to delete %s?', true), $member['Person']['name'])); ?>
</td>
</tr>
<?php endforeach; ?>