Subversion Repositories SmartDukaan

Rev

Rev 15194 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15194 Rev 15222
Line 17... Line 17...
17
			</tr>
17
			</tr>
18
			<?php foreach ($permissions as $acl): ?>
18
			<?php foreach ($permissions as $acl): ?>
19
			<tr>
19
			<tr>
20
				<!-- <td><?php //echo h($acl['Acl']['id']); ?>&nbsp;</td> -->
20
				<!-- <td><?php //echo h($acl['Acl']['id']); ?>&nbsp;</td> -->
21
				<td>
21
				<td>
22
					<?php echo $this->Html->link($acl['Group']['name'], array('controller' => 'groups', 'action' => 'view', $acl['Group']['id'])); ?>
22
					<?php echo $this->Html->link($acl['Group']['name'], array('controller' => 'acls', 'action' => 'group', $acl['Group']['id'])); ?>
23
				</td>
23
				</td>
24
				<td><?php echo h($acl['Acl']['action']); ?>&nbsp;</td>
24
				<td><?php echo h($acl['Acl']['action']); ?>&nbsp;</td>
25
				<td><?php echo h($acl['Acl']['access']); ?>&nbsp;</td>
25
				<td><?php echo h($acl['Acl']['access']); ?>&nbsp;</td>
26
				<!-- <td><?php //echo h($acl['Acl']['created']); ?>&nbsp;</td> -->
26
				<!-- <td><?php //echo h($acl['Acl']['created']); ?>&nbsp;</td> -->
27
				<!-- <td><?php echo h($acl['Acl']['modified']); ?>&nbsp;</td> -->
27
				<!-- <td><?php echo h($acl['Acl']['modified']); ?>&nbsp;</td> -->