From 856ad8b5a31bdebde3d550c2ba463710ce16de9c Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 27 Oct 2006 00:47:05 +0000 Subject: [PATCH] Test/Edit/XML links are full words again instead of initials. --- web/htdocs/details/found.mc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/htdocs/details/found.mc b/web/htdocs/details/found.mc index 20a91b9..da1e53e 100644 --- a/web/htdocs/details/found.mc +++ b/web/htdocs/details/found.mc @@ -1,4 +1,4 @@ -%# $Id: found.mc,v 1.16 2006-10-26 17:22:56 mike Exp $ +%# $Id: found.mc,v 1.17 2006-10-27 00:47:05 mike Exp $ <%once> sub print_navlink { my($params, $cond, $caption, $skip) = @_; @@ -132,11 +132,11 @@ push @ids, $id; <% xml_encode($db) %> T" title="Test this target">Test E" title="Edit this target's record">Edit X + %>" title="Raw XML record">XML % } -- 1.7.10.4