From bf0aa75c899d00cd6def5e0f84f50d9dcca6dd40 Mon Sep 17 00:00:00 2001 From: Michael Wiebusch Date: Thu, 1 Aug 2013 20:04:31 +0200 Subject: [PATCH] fix --- layout/testgui.css | 4 ++-- tools/jtageditor.pl | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/layout/testgui.css b/layout/testgui.css index 678dfb2..2f49da9 100644 --- a/layout/testgui.css +++ b/layout/testgui.css @@ -7,13 +7,13 @@ .td_solid { border-style : solid; - + margin:5px } .sensorAreaTable { border-style: dashed; - + padding:10px; } .previewArea { diff --git a/tools/jtageditor.pl b/tools/jtageditor.pl index 79f0839..9aabdaf 100755 --- a/tools/jtageditor.pl +++ b/tools/jtageditor.pl @@ -3,6 +3,8 @@ print "Content-type: text/html\n\n"; # TODO +# implement a hex/bin/dec converter that is easy to use + # remove CGI processing routines that are now in xmlOperation.pl # still there but commented out -- 2.43.0