server/php/basic/resources/templates/home.php
changeset 444 19f0b7803aed
parent 442 adb907bba956
--- a/server/php/basic/resources/templates/home.php	Mon May 25 01:18:12 2015 +0200
+++ b/server/php/basic/resources/templates/home.php	Fri May 29 14:57:37 2015 +0200
@@ -45,7 +45,7 @@
                 echo("<tr>");
                 echo("    <td><a href='renkan_read.php?renkanId=$renkan[id]'>$renkan[title]</a></td>");
                 echo("    <td class='renkanlist-actions'><a href='renkan_edit.php?renkanId=$renkan[id]'><span class='fi-pencil has-tip' data-tooltip aria-haspopup='true' title='edit'></span></a>");
-                echo("        <a href='renkan_read.php?renkanId=$renkan[id]'><span class='fi-eye has-tip' data-tooltip aria-haspopup='true' title='delete'></span></a>");
+                echo("        <a href='renkan_read.php?renkanId=$renkan[id]'><span class='fi-eye has-tip' data-tooltip aria-haspopup='true' title='view'></span></a>");
                 echo("        <a href='renkan_del.php?renkanId=$renkan[id]'><span class='fi-trash has-tip' data-tooltip aria-haspopup='true' title='delete'></span></a></td>");
                 echo("</tr>");
             }