Revision 6f7a9978
Added by Erik Fonnesbeck over 14 years ago
usr/local/www/pkg_edit.php | ||
---|---|---|
869 | 869 |
global $text, $config; |
870 | 870 |
echo "<td>\n"; |
871 | 871 |
if($type == "input") { |
872 |
echo "<input size='" . $size . "' name='" . $fieldname . $trc . "' id='" . $fieldname . $trc . "' value='" . $value . "'>\n"; |
|
872 |
echo "<input size='" . $size . "' name='" . $fieldname . $trc . "' id='" . $fieldname . $trc . "' class='formfld unknown' value='" . $value . "'>\n";
|
|
873 | 873 |
} else if($type == "checkbox") { |
874 | 874 |
if($value) |
875 | 875 |
echo "<input size='" . $size . "' type='checkbox' id='" . $fieldname . $trc . "' name='" . $fieldname . $trc . "' value='ON' CHECKED>\n"; |
Also available in: Unified diff
Add style to rowhelper normal text fields in packages for consistency.