Skip to content

Commit

Permalink
further update for ProofAndSetValue
Browse files Browse the repository at this point in the history
  • Loading branch information
jp112sdl committed Apr 22, 2021
1 parent ec57d68 commit 1d5fc18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/addon/www/config/easymodes/HB-UNI-Sen-PC-WM_ch_master.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ proc set_htmlParams {iface address pps pps_descr special_input_id peer_type} {
set max [getMaxValue ps_descr $param]
append HTML_PARAMS(separate_1) "<tr class=\"\">"
append HTML_PARAMS(separate_1) "<td class=\"stringtable_value\">\${stringTableHbMeterConstantWater}</td>"
append HTML_PARAMS(separate_1) "<td> <input type=\"text\" id=\"separate_CHANNEL_$chn\_$prn\" name=\"$param\" value=\"[format {%.3f} $ps($param)]\" onblur=\"ProofAndSetValue('separate_CHANNEL_$chn\_$prn','separate_CHANNEL_$chn\_$prn', $min, $max, 1);\"> </td>"
append HTML_PARAMS(separate_1) "<td> <input type=\"text\" id=\"separate_CHANNEL_$chn\_$prn\" name=\"$param\" value=\"[format {%.3f} $ps($param)]\" onblur=\"ProofAndSetValue('separate_CHANNEL_$chn\_$prn','separate_CHANNEL_$chn\_$prn', '$min', '$max', 1);\"> </td>"
append HTML_PARAMS(separate_1) "<td>[getUnit ps_descr $param] [getMinMaxValueDescr ps_descr $param] </td>"
append HTML_PARAMS(separate_1) "</tr>"

Expand All @@ -90,7 +90,7 @@ proc set_htmlParams {iface address pps pps_descr special_input_id peer_type} {
set max [getMaxValue ps_descr $param]
append HTML_PARAMS(separate_1) "<tr class=\"\">"
append HTML_PARAMS(separate_1) "<td class=\"stringtable_value\">\${stringTableHbCountInitialValue}</td>"
append HTML_PARAMS(separate_1) "<td> <input type=\"text\" id=\"separate_CHANNEL_$chn\_$prn\" name=\"$param\" value=\"[format {%.3f} $ps($param)]\" onblur=\"ProofAndSetValue('separate_CHANNEL_$chn\_$prn','separate_CHANNEL_$chn\_$prn', $min, $max, 1);\"> </td>"
append HTML_PARAMS(separate_1) "<td> <input type=\"text\" id=\"separate_CHANNEL_$chn\_$prn\" name=\"$param\" value=\"[format {%.3f} $ps($param)]\" onblur=\"ProofAndSetValue('separate_CHANNEL_$chn\_$prn','separate_CHANNEL_$chn\_$prn', '$min', '$max', 1);\"> </td>"
append HTML_PARAMS(separate_1) "<td>[getUnit ps_descr $param] [getMinMaxValueDescr ps_descr $param] </td>"
append HTML_PARAMS(separate_1) "</tr>"

Expand Down

0 comments on commit 1d5fc18

Please sign in to comment.