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 9ea4c573c3
commit 901e6b3b4b

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\">";