mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
Hiddenroom += save
git-svn-id: https://svn.fhem.de/fhem/trunk@1140 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
757dfae4f8
commit
23594566a3
@ -715,7 +715,7 @@ FW_roomOverview($)
|
|||||||
pO "<form method=\"get\" action=\"$FW_ME\">";
|
pO "<form method=\"get\" action=\"$FW_ME\">";
|
||||||
pO FW_hidden("room", "$FW_room") if($FW_room);
|
pO FW_hidden("room", "$FW_room") if($FW_room);
|
||||||
pO FW_textfield("cmd", $FW_ss ? 25 : 40);
|
pO FW_textfield("cmd", $FW_ss ? 25 : 40);
|
||||||
if(!$FW_ss) {
|
if(!$FW_ss && !$FW_hiddenroom{save}) {
|
||||||
pO "</form></td><td><form>" . FW_submit("cmd", "save");
|
pO "</form></td><td><form>" . FW_submit("cmd", "save");
|
||||||
}
|
}
|
||||||
pO "</form>";
|
pO "</form>";
|
||||||
@ -779,8 +779,12 @@ FW_roomOverview($)
|
|||||||
pO "<option value=$list2[$idx]$sel>$list1[$idx]</option>";
|
pO "<option value=$list2[$idx]$sel>$list1[$idx]</option>";
|
||||||
}
|
}
|
||||||
pO "</select></td>";
|
pO "</select></td>";
|
||||||
pO "<td><form method=\"get\" action=\"$FW_ME\">" .
|
if(!$FW_hiddenroom{save}) {
|
||||||
FW_submit("cmd", "save")."</form></td></tr>";
|
pO "<td><form method=\"get\" action=\"$FW_ME\">" .
|
||||||
|
FW_submit("cmd", "save").
|
||||||
|
"</form></td>";
|
||||||
|
}
|
||||||
|
pO "</tr>";
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user