From: Michael Wiebusch Date: Wed, 21 Aug 2013 16:23:14 +0000 (+0200) Subject: xml filename in the quick editor region is now a link to jtageditor.pl that directly... X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=75937ca3899a4a86ee0692bbf1ef33bb4a2db746;p=mvdsensorcontrol.git xml filename in the quick editor region is now a link to jtageditor.pl that directly edits this file --- diff --git a/tools/jtageditor.pl b/tools/jtageditor.pl index 14cf001..db625f0 100755 --- a/tools/jtageditor.pl +++ b/tools/jtageditor.pl @@ -6,8 +6,6 @@ print "Content-type: text/html\n\n"; # --- critical --- -# make jtageditor callable with config file name as CGI -# argument, so editor opens specified config file # what happens when files are not writable? @@ -29,6 +27,11 @@ print "Content-type: text/html\n\n"; # DONE + + +# make jtageditor callable with config file name as CGI +# argument, so editor opens specified config file + # be able to accept long hex strings # outsource print_registers and print_fields to xmlOperations diff --git a/tools/testgui.pl b/tools/testgui.pl index 0da6652..38d0004 100755 --- a/tools/testgui.pl +++ b/tools/testgui.pl @@ -302,7 +302,7 @@ sub print_quickEditArea { parseConfigAndSpec($argumentConfigFile); integrateAncestry(); print "
quick editor
"; - print "
".getConfigFileName()."
"; + print "
".getConfigFileName()."
"; setEditorRefreshCommand("reloadQuickEditArea(\"".getConfigFileName()."\",\"$quickEditAreaId\")"); print_registers(getConfigFile());