mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
hotfix for edit/save
git-svn-id: https://svn.fhem.de/fhem/trunk@1735 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2b03278ed1
commit
662cd0559f
@ -1692,7 +1692,7 @@ FW_style($$)
|
||||
FW_pO FW_submit("saveAs", "Save as");
|
||||
FW_pO FW_textfield("saveName", 30, "saveName");
|
||||
FW_pO "<br><br>";
|
||||
FW_pO FW_hidden("cmd", "style save $a[2]");
|
||||
FW_pO FW_hidden("cmd", "style save $f");
|
||||
FW_pO "<textarea name=\"data\" cols=\"$ncols\" rows=\"30\">" .
|
||||
"$data</textarea>";
|
||||
FW_pO "</form>";
|
||||
|
Loading…
Reference in New Issue
Block a user