mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-17 05:16:02 +00:00
Typos
git-svn-id: https://svn.fhem.de/fhem/trunk@3136 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
55710d005e
commit
f897c086ed
@ -295,8 +295,8 @@ wl_PEdit($$$$)
|
||||
$ret .= "</tr>";
|
||||
|
||||
$ret .= "<tr class=\"odd\"><td>Diagramm label</td>";
|
||||
$ret .= "<td>Column,Regexp,DefaultValue,Function</td>";
|
||||
$ret .=" <td>Y-Axis,Plot-Type,Style</td></tr>";
|
||||
$ret .= "<td>Input:Column,Regexp,DefaultValue,Function</td>";
|
||||
$ret .=" <td>Y-Axis,Plot-Type,Style,Width</td></tr>";
|
||||
|
||||
my ($colnums, $colregs, $coldata) = wl_getRegFromFile($file);
|
||||
$colnums = join(",", 4..$colnums);
|
||||
@ -311,7 +311,7 @@ wl_PEdit($$$$)
|
||||
my @f = split(":", ($flog->[$r] ? $flog->[$r] : ":::"), 4);
|
||||
$ret .= wl_sel("cl_${r}", $colnums, $f[0]);
|
||||
$ret .= wl_sel("re_${r}", $colregs, $f[1]);
|
||||
$ret .= wl_txt("df_${r}", "", $f[2], 2);
|
||||
$ret .= wl_txt("df_${r}", "", $f[2], 1);
|
||||
$ret .= wl_txt("fn_${r}", "", $f[3], 6);
|
||||
|
||||
$ret .= "</td><td>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user