From e1eaaff147f095d45cff6171a084a77bfed6c369 Mon Sep 17 00:00:00 2001 From: Michael Wiebusch <stratomaster@gmx.net> Date: Thu, 11 Jul 2013 16:13:06 +0200 Subject: [PATCH] created directory share, moved the eye icon there --- {xml_spielwiese => share}/eye16.png | Bin tools/jtageditor.pl | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) rename {xml_spielwiese => share}/eye16.png (100%) diff --git a/xml_spielwiese/eye16.png b/share/eye16.png similarity index 100% rename from xml_spielwiese/eye16.png rename to share/eye16.png diff --git a/tools/jtageditor.pl b/tools/jtageditor.pl index 102cfb3..2b697a2 100755 --- a/tools/jtageditor.pl +++ b/tools/jtageditor.pl @@ -28,6 +28,8 @@ use XML::LibXML; use POSIX; use CGI::Carp qw(fatalsToBrowser); use HTML::Entities; +require Common; + sub initPage { @@ -222,7 +224,7 @@ sub print_ancestorInfo { for my $ancestor (@ancestryList) { print "</td></tr><tr><td>$ancestor </td><td valign='bottom'>"; - print "<img src='./eye16.png' onclick=''></img>"; + print "<img src='../share/eye16.png' onclick=''></img>"; print "<input type='checkbox' checked=true onchange='hideThisFileLevel(\"fileLevel" . $fileLevelHash{$ancestor} . "\",this.checked)'></td>"; -- 2.43.0