]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
fix
authorMichael Wiebusch <stratomaster@gmx.net>
Thu, 15 Aug 2013 16:23:08 +0000 (18:23 +0200)
committerMichael Wiebusch <stratomaster@gmx.net>
Thu, 15 Aug 2013 16:23:08 +0000 (18:23 +0200)
tools/xmlRendering.pm

index 9debfc7a7d69e20745131e77179a7e16d092ea09..7b183e03701ab5c7907a293a5784146794f0f394 100644 (file)
@@ -243,7 +243,9 @@ EOF
 EOF
 
     }
+    
     print '</td>';
+    if ( $xmlfile eq $specFile ) { # we are printing the Specifications tree
     print qq%<td onclick='baseConversion("$configFileName","$registerName","$fieldName","hex");$editorRefreshCommand'>%;
     print "H";
     print "</td>";
@@ -255,7 +257,6 @@ EOF
     print qq%<td onclick='baseConversion("$configFileName","$registerName","$fieldName","dec");$editorRefreshCommand'>%;
     print "D";
     print "</td>";
-    if ( $xmlfile eq $specFile ) { # we are printing the Specifications tree
       print <<EOF;
 <td class='button_move' onclick='saveSettings("$configFileName","$registerName","$fieldName","$fieldValue");$editorRefreshCommand'>&nbsp;&rarr;&nbsp;</td>
 EOF