diff --git a/plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb b/plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb
deleted file mode 100644
index 17317e9..0000000
--- a/plugins/custom_forms/views/custom_forms_plugin_myprofile/_edit_select.html.erb
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
diff --git a/plugins/custom_forms/views/custom_forms_plugin_myprofile/_empty_field.html.erb b/plugins/custom_forms/views/custom_forms_plugin_myprofile/_empty_field.html.erb
deleted file mode 100644
index 0c8d575..0000000
--- a/plugins/custom_forms/views/custom_forms_plugin_myprofile/_empty_field.html.erb
+++ /dev/null
@@ -1,10 +0,0 @@
->
- <%= text_field "fields[#{counter}]", :name, :size => 25 %> |
- <%= select "fields[#{counter}]", :type, type_options, :selected => type_for_options(field.class) %> |
- <%= check_box "fields[#{counter}]", :mandatory %> |
- <%= hidden_field "fields[#{counter}]", :form_id, :value => @form.id %>
-
- <%= button_without_text :edit, c_('Edit'), '', :field_id => counter %>
- <%= button_without_text :remove, c_('Remove'), '#', class: 'remove-field', field_id: counter, data: {confirm: _('Are you sure you want to remove this field?')} %>
- |
-
diff --git a/plugins/custom_forms/views/custom_forms_plugin_myprofile/_empty_option.html.erb b/plugins/custom_forms/views/custom_forms_plugin_myprofile/_empty_option.html.erb
deleted file mode 100644
index ccdbfb5..0000000
--- a/plugins/custom_forms/views/custom_forms_plugin_myprofile/_empty_option.html.erb
+++ /dev/null
@@ -1,8 +0,0 @@
- option_id=<%= option_counter %> style="display: none;">
- <%= text_field_tag("fields[#{counter}][choices][#{option_counter}][name]") %> |
- <%= text_field_tag("fields[#{counter}][choices][#{option_counter}][value]") %> |
-
- <%= button_without_text :remove, c_('Remove'), '#', class: 'remove-option', field_id: counter, option_id: option_counter, data: {confirm: _('Are you sure you want to remove this option?')} %>
- |
-
-
--
libgit2 0.21.2