}
print '</td>';
- if ( $xmlfile eq $specFile ) { # we are printing the Specifications tree
+ if ( $xmlfile eq $configFile) {
print qq%<td onclick='baseConversion("$configFileName","$registerName","$fieldName","hex");$editorRefreshCommand'>%;
print "H";
print "</td>";
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'> → </td>
EOF