]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
created directory share, moved the eye icon there
authorMichael Wiebusch <stratomaster@gmx.net>
Thu, 11 Jul 2013 14:13:06 +0000 (16:13 +0200)
committerMichael Wiebusch <stratomaster@gmx.net>
Thu, 11 Jul 2013 14:13:06 +0000 (16:13 +0200)
share/eye16.png [moved from xml_spielwiese/eye16.png with 100% similarity]
tools/jtageditor.pl

similarity index 100%
rename from xml_spielwiese/eye16.png
rename to share/eye16.png
index 102cfb36e86b34b848cb146f948e29689fc440db..2b697a2e6f9e80b54d075293889006e094f582da 100755 (executable)
@@ -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>";