2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-13 17:26:34 +00:00

49_SSCam: contrib 9.4.1

git-svn-id: https://svn.fhem.de/fhem/trunk@22361 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2020-07-06 20:43:11 +00:00
parent b7f9944c2f
commit 7283ec7e62

View File

@ -7654,6 +7654,9 @@ sub ptzPanel {
$ptz_ret .= '<table class="rc_body defsize">';
$ptz_ret .= "<tr>";
$ptz_ret .= "<td style='text-align:center' colspan=10>Zoom</td>";
$ptz_ret .= "</tr>";
$ptz_ret .= "<tr>";
my @za = qw(.++ + stop - --.);
@ -7674,8 +7677,7 @@ sub ptzPanel {
my $iPath = FW_iconPath($img);
if($ftui) {
my $zbs = $pbsf*1.5;
$img = "<img src=\"$FW_ME/$FW_icondir/$iPath\" height=\"$zbs%\" width=\"$zbs%\">";
$img = "<img src=\"$FW_ME/$FW_icondir/$iPath\" height=\"$pbsf%\" width=\"$pbsf%\">";
} else {
$img = "<img src=\"$FW_ME/$FW_icondir/$iPath\" height=\"$pbs%\" width=\"$pbs%\">";
}