summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/glsa/_template_popups.html.erb')
-rw-r--r--app/views/glsa/_template_popups.html.erb8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/glsa/_template_popups.html.erb b/app/views/glsa/_template_popups.html.erb
deleted file mode 100644
index 8abedfc..0000000
--- a/app/views/glsa/_template_popups.html.erb
+++ /dev/null
@@ -1,8 +0,0 @@
-<% GLSAMAKER_TEMPLATE_TARGETS.each do |target| %>
-<div id="templates-<%= target %>" style="display: none;" class="popup">
- <%= form_tag({:controller => 'tools', :action => 'template'}, :remote => true) do -%>
- <%= hidden_field('template', 'target', :value => target) %>
- <%= select('template', 'id', (@templates[target] || []).collect {|template| [template.name, template.id]}) %><%= image_submit_tag 'icons/next.png', :style => 'margin-top: .3em; vertical-align: top;' %>
- <% end -%>
-</div>
-<% end %> \ No newline at end of file