summaryrefslogtreecommitdiffstats
path: root/app/views/enumerations/_form.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/enumerations/_form.rhtml')
-rw-r--r--app/views/enumerations/_form.rhtml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/enumerations/_form.rhtml b/app/views/enumerations/_form.rhtml
new file mode 100644
index 000000000..637605939
--- /dev/null
+++ b/app/views/enumerations/_form.rhtml
@@ -0,0 +1,9 @@
+<%= error_messages_for 'enumeration' %>
+<div class="box">
+<!--[form:optvalue]-->
+<%= hidden_field 'enumeration', 'opt' %>
+
+<p><label for="enumeration_name"><%=l(:field_name)%></label>
+<%= text_field 'enumeration', 'name' %></p>
+<!--[eoform:optvalue]-->
+</div> \ No newline at end of file