diff app/views/pages/display.ctp @ 4:c3adb28473d6 default tip

modified icon feature
author Shoshi TAMAKI <shoshi@cr.ie.u-ryukyu.ac.jp>
date Tue, 16 Aug 2011 18:31:36 +0900
parents 7201fd354bdf
children
line wrap: on
line diff
--- a/app/views/pages/display.ctp	Sun Aug 14 23:52:31 2011 +0900
+++ b/app/views/pages/display.ctp	Tue Aug 16 18:31:36 2011 +0900
@@ -24,6 +24,7 @@
 <h2>Domains</h2>
 <?php foreach($domains as $dom){ ?>
 <img src="icon/index?uuid=<?php echo $dom["uuid"] ?>" />
+<a href="icon/EditIcon?uuid=<?php echo $dom["uuid"] ?>">edit</a>
 <h3><?php echo $dom["name"]; ?></h3>
 <table>
 	<tr>