Adding page titles to all pages.

Fixing Bug 897068

Change-Id: Ia70eb999740b3212aa760318e839f2ff94dc8c7d
This commit is contained in:
jakedahn
2011-12-15 13:55:48 -08:00
parent e7d7643e3b
commit 00fcb42559
55 changed files with 55 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
{% extends 'syspanel/base.html' %}
{% load i18n %}
{% block title %}Create Flavors{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Create Flavor") %}

View File

@@ -1,5 +1,6 @@
{% extends 'syspanel/base.html' %}
{% load i18n %}
{% block title %}Flavors{% endblock %}
{% block page_header %}
{% url horizon:syspanel:flavors:index as refresh_link %}

View File

@@ -1,5 +1,6 @@
{% extends 'syspanel/base.html' %}
{% load i18n %}
{% block title %}Images{% endblock %}
{% block page_header %}
{% url horizon:syspanel:images:index as refresh_link %}

View File

@@ -1,5 +1,6 @@
{% extends 'syspanel/base.html' %}
{% load i18n %}
{% block title %}Update Image{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Update Image") %}

View File

@@ -1,5 +1,6 @@
{% extends 'syspanel/base.html' %}
{% load i18n %}
{% block title %}Instance Detail{% endblock %}
{% block page_header %}
{# to make searchable false, just remove it from the include statement #}

View File

@@ -1,5 +1,6 @@
{% extends 'syspanel/base.html' %}
{% load i18n %}
{% block title %}Instances{% endblock %}
{% block page_header %}
{% url horizon:syspanel:instances:index as refresh_link %}

View File

@@ -1,5 +1,6 @@
{% extends 'syspanel/base.html' %}
{% load i18n parse_date sizeformat %}
{% block title %}Tenant Usage Overview{% endblock %}
{% block page_header %}
{# to make searchable false, just remove it from the include statement #}

View File

@@ -1,5 +1,6 @@
{% extends 'syspanel/base.html' %}
{% load i18n sizeformat %}
{% block title %}Usage Overview{% endblock %}
{% block page_header %}
{# to make searchable false, just remove it from the include statement #}

View File

@@ -1,5 +1,6 @@
{% extends 'syspanel/base.html' %}
{% load i18n %}
{% block title %}Quotas{% endblock %}
{% block page_header %}
{% url horizon:syspanel:quotas:index as refresh_link %}

View File

@@ -1,5 +1,6 @@
{% extends 'syspanel/base.html' %}
{% load i18n %}
{% block title %}Services{% endblock %}
{% block page_header %}
{% url horizon:syspanel:services:index as refresh_link %}

View File

@@ -1,5 +1,6 @@
{% extends 'syspanel/base.html' %}
{% load i18n %}
{% block title %}Create Tenant{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Create Tenant") %}

View File

@@ -1,5 +1,6 @@
{% extends 'syspanel/base.html' %}
{% load i18n %}
{% block title %}Tenants{% endblock %}
{% block page_header %}
{% url horizon:syspanel:tenants:index as refresh_link %}

View File

@@ -1,5 +1,6 @@
{% extends 'syspanel/base.html' %}
{% load i18n %}
{% block title %}Modify Tenant Quotas{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Update Tenant") %}

View File

@@ -1,5 +1,6 @@
{% extends 'syspanel/base.html' %}
{% load i18n %}
{% block title %}Update Tenant{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Update Tenant") %}

View File

@@ -1,5 +1,6 @@
{% extends 'syspanel/base.html' %}
{% load i18n %}
{% block title %}Tenant Users{% endblock %}
{% block page_header %}
<div class='page-header'>

View File

@@ -1,5 +1,6 @@
{% extends 'syspanel/base.html' %}
{% load i18n %}
{% block title %}Create User{% endblock %}
{% block page_header %}
{# to make searchable false, just remove it from the include statement #}

View File

@@ -1,5 +1,6 @@
{% extends 'syspanel/base.html' %}
{% load i18n %}
{% block title %}Users{% endblock %}
{% block page_header %}
{% url horizon:syspanel:users:index as refresh_link %}

View File

@@ -1,5 +1,6 @@
{% extends 'syspanel/base.html' %}
{% load i18n %}
{% block title %}Update User{% endblock %}
{% block page_header %}
{# to make searchable false, just remove it from the include statement #}