Subversion-Projekte lars-tiefland.cakephp

Revision

Revision 13 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 13 Revision 15
Zeile 27... Zeile 27...
27
		<td>
27
		<td>
28
			<?php echo $html->link($post['Post']['title'], 
28
			<?php echo $html->link($post['Post']['title'], 
29
"/posts/view/".$post['Post']['id']); ?>
29
"/posts/view/".$post['Post']['id']); ?>
30
		</td>
30
		</td>
31
        <td>
31
        <td>
-
 
32
		<?php echo $html->link('Edit', array('action'=>'edit', 'id'=>$post['Post']['id']));?>
32
        <?php echo $html->link('Delete', array('action' => 'delete', 'id' => $post['Post']['id']), null, 'Are you sure?' )?>
33
        <?php echo $html->link('Delete', array('action' => 'delete', 'id' => $post['Post']['id']), null, 'Are you sure?' )?>
33
        </td>
34
        </td>
34
		<td><?php echo $post['Post']['created']; ?></td>
35
		<td><?php echo $post['Post']['created']; ?></td>
35
	</tr>
36
	</tr>
36
	<?php endforeach; ?>
37
	<?php endforeach; ?>