~ubuntu-branches/ubuntu/utopic/horizon/utopic

« back to all changes in this revision

Viewing changes to openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_upload_file.html

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2014-07-25 11:39:09 UTC
  • mfrom: (1.1.42)
  • Revision ID: package-import@ubuntu.com-20140725113909-b8920pdy87itn1ro
Tags: 1:2014.2~b2-0ubuntu1
* New upstream release.
* debian/patches/ubuntu_settings.patch: Refresed
* debian/patches/fix-dashboard-manage.patch: Refreshed
* debian/patches/fix-dashboard-django-wsgi.patch: Refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends "horizon/common/_modal_form.html" %}
 
2
 
 
3
{% load url from future %}
 
4
 
 
5
{% load i18n %}
 
6
 
 
7
{% block form_id %}upload_file{% endblock %}
 
8
{% block form_action %}{% url 'horizon:project:data_processing.cluster_templates:upload_file' %}{% endblock %}
 
9
{% block form_attrs %}enctype="multipart/form-data"{% endblock %}
 
10
 
 
11
{% block modal-header %}{% trans "Upload Template" %}{% endblock %}
 
12
 
 
13
{% block modal-body %}
 
14
    <div class="left">
 
15
        <fieldset>
 
16
            {% include "horizon/common/_form_fields.html" %}
 
17
        </fieldset>
 
18
    </div>
 
19
{% endblock %}
 
20
 
 
21
{% block modal-footer %}
 
22
    <input class="btn btn-primary pull-right" id="upload_file_btn" type="submit" value="{% trans "Upload" %}"/>
 
23
    <a href="{% url 'horizon:project:data_processing.cluster_templates:index' %}" class="btn secondary cancel close">{% trans "Cancel" %}</a>
 
24
{% endblock %}
 
 
b'\\ No newline at end of file'