git-svn-id: svn://svn.cccv.de/engel-system@166 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2006-11-20 20:47:30 +00:00
parent ff7cb3f40c
commit 9972a16e19
1 changed files with 3 additions and 3 deletions

View File

@ -57,10 +57,10 @@ case 'new':
{
if( (mysql_field_name($Erg, $Uj) == "show") || (mysql_field_name($Erg, $Uj) == "FromPentabarf") )
{
echo "<tr><td>show</td>".
echo "<tr><td>". mysql_field_name($Erg, $Uj). "</td>".
"<td>".
"<input type=\"radio\" name=\"e". mysql_field_name($Erg, $Uj). "\" value=\"Y\">Yes".
"<input type=\"radio\" name=\"e". mysql_field_name($Erg, $Uj). "\" value=\"N\">No".
"<input type=\"radio\" name=\"". mysql_field_name($Erg, $Uj). "\" value=\"Y\">Yes".
"<input type=\"radio\" name=\"". mysql_field_name($Erg, $Uj). "\" value=\"N\">No".
"</td></tr>\n";
}
else