mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 19:32:42 +00:00
98_DOIF.pm: uiTable: default css style: wide
git-svn-id: https://svn.fhem.de/fhem/trunk@15950 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7a1192fc5d
commit
47c7fb0d88
@ -452,7 +452,7 @@ sub DOIF_RegisterEvalAll
|
||||
return undef if (!defined $hash->{$table}{table});
|
||||
#$ret =~ s/class\=\'block\'/$hash->{$table}{table}/ if($hash->{$table}{table});
|
||||
if ($table eq "uiTable") {
|
||||
$ret .= "\n<table uitabid='DOIF-$d' class=' block ".$table."doif doif-$d ' style='".($hash->{$table}{tablestyle} ? $hash->{$table}{tablestyle} : "")."'".
|
||||
$ret .= "\n<table uitabid='DOIF-$d' class=' block wide ".$table."doif doif-$d ' style='".($hash->{$table}{tablestyle} ? $hash->{$table}{tablestyle} : "")."'".
|
||||
" doifnostate='".($hash->{$table}{shownostate} ? $hash->{$table}{shownostate} : "")."'".
|
||||
" doifnodevline='".($hash->{$table}{shownodeviceline} ? $hash->{$table}{shownodeviceline} : "")."'".
|
||||
" doifattrfirst='".($hash->{$table}{attributesfirst} ? $hash->{$table}{attributesfirst} : "")."'".
|
||||
|
Loading…
x
Reference in New Issue
Block a user