2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 04:36:02 +00:00

SVG: writing gplot in PlotEditor will stay im PlotEditor

git-svn-id: https://svn.fhem.de/fhem/trunk@5076 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-03-01 06:30:23 +00:00
parent 889847823d
commit 5e3c6fdd7e

View File

@ -270,7 +270,7 @@ SVG_PEdit($$$$)
$ret .= "<form $pestyle id=\"pedit\" method=\"$FW_formmethod\" autocomplete=\"off\" ".
"action=\"$FW_ME/SVG_WriteGplot\">";
$ret .= "Plot Editor";
$ret .= FW_hidden("gplotName", $gp);
$ret .= FW_hidden("detail", $d); # go to detail after save
$ret .= FW_hidden("gplotName", $gp);
$ret .= FW_hidden("logdevicetype", $ldt);
$ret .= "<table class=\"block wide plotEditor\">";