mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-16 10:46:03 +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:
parent
889847823d
commit
5e3c6fdd7e
@ -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\">";
|
||||
|
Loading…
x
Reference in New Issue
Block a user