forked from extern/egroupware
use new et2 config
This commit is contained in:
parent
540b59a711
commit
b68db0525d
@ -79,6 +79,7 @@ foreach($trs[2] as $n => $tr)
|
||||
switch($matches[1])
|
||||
{
|
||||
case 'input':
|
||||
case 'textarea':
|
||||
echo "\t\t\t\t\t<textbox id=\"".$attrs['name'].'"';
|
||||
unset($attrs['value'], $attrs['name']);
|
||||
foreach($attrs as $name => $value)
|
||||
@ -86,7 +87,7 @@ foreach($trs[2] as $n => $tr)
|
||||
echo " $name=\"$value\"";
|
||||
}
|
||||
echo "/>\n";
|
||||
if (trim($matches[3]))
|
||||
if (trim($matches[3]) && $matches['1'] == 'input')
|
||||
{
|
||||
if ($commented)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user