diff --git a/app/View/Elements/Objects/object_add_attributes.ctp b/app/View/Elements/Objects/object_add_attributes.ctp
index d1fd07911..400cbcd5d 100644
--- a/app/View/Elements/Objects/object_add_attributes.ctp
+++ b/app/View/Elements/Objects/object_add_attributes.ctp
@@ -11,7 +11,7 @@
));
?>
-
+ |
'hidden',
@@ -42,6 +42,9 @@
echo ' :: ' . h($element['type']) . '';
?>
|
+
+
+ |
Form->input('Attribute.' . $k . '.category', $formSettings);
?>
|
-
+ |
element(
'Objects/object_value_field',
@@ -98,7 +101,7 @@
));
?>
|
-
+ |
Form->input('Attribute.' . $k . '.comment', array(
'type' => 'textarea',
diff --git a/app/View/Objects/add.ctp b/app/View/Objects/add.ctp
index 2319a8690..4f072fbd5 100644
--- a/app/View/Objects/add.ctp
+++ b/app/View/Objects/add.ctp
@@ -92,6 +92,7 @@
|
Save |
Name :: type |
+ Description |
Category |
Value |
IDS |