You are viewing a plain text version of this content. The canonical link for it is here.
Posted to lokahi-commits@incubator.apache.org by to...@apache.org on 2006/06/21 20:13:31 UTC

svn commit: r416097 - /incubator/lokahi/lokahi/trunk/src/www/Core/File/list.vm

Author: toback
Date: Wed Jun 21 13:13:30 2006
New Revision: 416097

URL: http://svn.apache.org/viewvc?rev=416097&view=rev
Log:
Fixed an invalid link.

Modified:
    incubator/lokahi/lokahi/trunk/src/www/Core/File/list.vm

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/File/list.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/File/list.vm?rev=416097&r1=416096&r2=416097&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/File/list.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/File/list.vm Wed Jun 21 13:13:30 2006
@@ -41,7 +41,7 @@
 #if ($User.isAllowed($deleteFunction))
 <input type=checkbox name=id value="$item.getPk()" >&nbsp;&nbsp;
 #end
-<A href="$appRoot/administration/$entity/details.vm?id=$item.getPk()">$item.getName() - $!{item.getDescriptor()}</a></li>
+<A href="$appRoot/Core/$entity/details.vm?id=$item.getPk()">$item.getName() - $!{item.getDescriptor()}</a></li>
 #end
 </ul>
 #if ($User.isAllowed($deleteFunction))