mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 19:04:20 +00:00
93_DbLog: contrib 5.10.0
git-svn-id: https://svn.fhem.de/fhem/trunk@28663 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
deccc8a453
commit
fc4d0d0591
@ -8594,7 +8594,6 @@ sub DbLog_fhemwebFn {
|
||||
}
|
||||
|
||||
my $svgname = "SVG_${d}_$newIdx";
|
||||
my $hdlink = AttrVal ($d, 'headerLinks', 'icon');
|
||||
my $dstyle = qq{style='padding-left: 10px; padding-right: 10px; padding-top: 3px; padding-bottom: 3px; white-space:nowrap;'}; # TD-Style
|
||||
my $cmdchk = qq{"FW_cmd('$FW_ME$FW_subdir?XHR=1&cmd=get $d configCheck', function(data){FW_okDialog(data)})"};
|
||||
my $cmdfile = qq{"FW_cmd('$FW_ME$FW_subdir?XHR=1&cmd=get $d showConfigFile', function(data){FW_okDialog(data)})"};
|
||||
@ -8618,7 +8617,7 @@ sub DbLog_fhemwebFn {
|
||||
$filtitle = 'Inhalt der Konfigurationsdatei anzeigen';
|
||||
}
|
||||
|
||||
if ($hdlink eq 'text') {
|
||||
if (AttrVal ($d, 'headerLinks', 'icon') eq 'text') {
|
||||
$svgimg = $svgtitle; $filimg = $filtitle; $chkimg = $chktitle; $fhtimg = $fthtitle;
|
||||
$svgtitle = ''; $filtitle = ''; $chktitle = ''; $fthtitle = '';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user