From c3fd53e75ebc4a997ee7f059fc3690a963a95b8e Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 6 May 2005 09:40:56 +0000 Subject: [PATCH] removed draw_chooser_link() calls --- lam/templates/tree/add_value_form.php | 4 +--- lam/templates/tree/edit.php | 4 ---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/lam/templates/tree/add_value_form.php b/lam/templates/tree/add_value_form.php index ae04092d..65e135fe 100644 --- a/lam/templates/tree/add_value_form.php +++ b/lam/templates/tree/add_value_form.php @@ -174,9 +174,7 @@ if( $is_object_class ) { getMaxLength() ) echo "maxlength=\"" . $schema_attr->getMaxLength() . "\" "; - ?>name="new_value" size="40" value="" /> + ?>name="new_value" size="40" value="" /> diff --git a/lam/templates/tree/edit.php b/lam/templates/tree/edit.php index c08c134a..52b61df5 100644 --- a/lam/templates/tree/edit.php +++ b/lam/templates/tree/edit.php @@ -470,10 +470,6 @@ foreach( $attrs as $attr => $vals ) {