~ubuntu-branches/ubuntu/raring/horizon/raring

« back to all changes in this revision

Viewing changes to horizon/templates/horizon/client_side/_loading.html

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-06-01 10:57:56 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20120601105756-dif0km7n98vhdi2x
Tags: 2012.2~f2~20120530.1777-0ubuntu1
* New upstream release. 
* debian/patches/add_juju_settings_panel.patch: Refreshed
* debian/patches/turn-off-debug.patch: Refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends "horizon/client_side/template.html" %}
 
2
{% load i18n horizon %}
 
3
 
 
4
{% block id %}spinner-modal{% endblock %}
 
5
 
 
6
{% block template %}
 
7
{% jstemplate %}
 
8
<div class="modal loading hide">
 
9
  <p>{% trans "Loading&hellip;" %}</p>
 
10
</div>
 
11
{% endjstemplate %}
 
12
{% endblock %}