Skip to content

Commit

Permalink
Adding page titles to all pages.
Browse files Browse the repository at this point in the history
Fixing Bug 897068

Change-Id: Ia70eb999740b3212aa760318e839f2ff94dc8c7d
  • Loading branch information
jakedahn committed Dec 15, 2011
1 parent e7d7643 commit 00fcb42
Show file tree
Hide file tree
Showing 55 changed files with 55 additions and 0 deletions.
@@ -1,5 +1,6 @@
{% extends 'nova/base.html' %}
{% load i18n %}
{% block title %}Associate Floating IPs{% endblock %}

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

{% block page_header %}
{% url horizon:nova:access_and_security:floating_ips:index as refresh_link %}
Expand Down
@@ -1,5 +1,6 @@
{% extends 'nova/base.html' %}
{% load i18n %}
{% block title %}Access & Security{% endblock %}

{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Access & Security") %}
Expand Down
@@ -1,5 +1,6 @@
{% extends 'nova/base.html' %}
{% load i18n %}
{% block title %}Create Keypair{% endblock %}

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

{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Import Keypair") %}
Expand Down
@@ -1,5 +1,6 @@
{% extends 'nova/base.html' %}
{% load i18n %}
{% block title %}Keypairs{% endblock %}

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

{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Create Security Group") %}
Expand Down
@@ -1,5 +1,6 @@
{% extends 'nova/base.html' %}
{% load i18n %}
{% block title %}Edit Security Group Rules{% endblock %}

{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Edit Security Group Rules") %}
Expand Down
@@ -1,5 +1,6 @@
{% extends 'nova/base.html' %}
{% load i18n %}
{% block title %}Security Groups{% endblock %}

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

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

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

{% block page_header %}
{% url horizon:nova:images_and_snapshots:images:index as refresh_link %}
Expand Down
@@ -1,5 +1,6 @@
{% extends 'nova/base.html' %}
{% load i18n %}
{% block title %}Launch Image{% endblock %}

{% block sidebar %}
{% with current_sidebar="images" %}
Expand Down
@@ -1,5 +1,6 @@
{% extends 'nova/base.html' %}
{% load i18n %}
{% block title %}Update Image{% endblock %}

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

{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Images & Snapshots") %}
Expand Down
@@ -1,5 +1,6 @@
{% extends 'nova/base.html' %}
{% load i18n %}
{% block title %}Create Snapshot{% endblock %}

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

{% block page_header %}
{% url horizon:nova:snapshots:index as refresh_link %}
Expand Down
@@ -1,5 +1,6 @@
{% extends 'nova/base.html' %}
{% load i18n %}
{% block title %}Instances & Volumes{% endblock %}

{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Instances & Volumes") %}
Expand Down
@@ -1,5 +1,6 @@
{% extends 'nova/base.html' %}
{% load i18n sizeformat %}
{% block title %}Instance Detail{% endblock %}

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

{% block page_header %}
{% url horizon:nova:instances_and_volumes:instances:index as refresh_link %}
Expand Down
@@ -1,5 +1,6 @@
{% extends 'nova/base.html' %}
{% load i18n %}
{% block title %}Update Instance{% endblock %}

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

{% block page_header %}
{% include "horizon/common/_page_header.html" with title="Overview: "|add:"<small>This page shows your cloud usage.</small>" %}
Expand Down
@@ -1,5 +1,6 @@
{% extends 'nova/base.html' %}
{% load i18n %}
{% block title %}Attach Volume{% endblock %}

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

{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Create a Volume") %}
Expand Down
@@ -1,5 +1,6 @@
{% extends 'nova/base.html' %}
{% load i18n parse_date %}
{% block title %}Volume Details{% endblock %}

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

{% block page_header %}
{% url horizon:nova:instances_and_volumes:volumes:index as refresh_link %}
Expand Down
@@ -1,5 +1,6 @@
{% extends 'nova/base.html' %}
{% load i18n %}
{% block title %}Create Network{% endblock %}

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

{% block page_header %}
{% url horizon:nova:networks:detail network.id as refresh_link %}
Expand Down
@@ -1,5 +1,6 @@
{% extends 'nova/base.html' %}
{% load i18n %}
{% block title %}Networks{% endblock %}

{% block page_header %}
{% url horizon:nova:networks:index as refresh_link %}
Expand Down
@@ -1,5 +1,6 @@
{% extends 'nova/base.html' %}
{% load i18n %}
{% block title %}Rename Network{% endblock %}

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

{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Copy Object") %}
Expand Down
@@ -1,5 +1,6 @@
{% extends 'nova/base.html' %}
{% load i18n %}
{% block title %}Objects{% endblock %}

{% block page_header %}
<div class='page-header'>
Expand Down
@@ -1,5 +1,6 @@
{% extends 'nova/base.html' %}
{% load i18n %}
{% block title %}Upload Object{% endblock %}

{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Upload Objects") %}
Expand Down
@@ -1,5 +1,6 @@
{% extends 'nova/base.html' %}
{% load i18n %}
{% block title %}Attach Port{% endblock %}

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

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

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

{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Dashboard Settings") %}
Expand Down
@@ -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") %}
Expand Down
@@ -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 %}
Expand Down
@@ -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 %}
Expand Down
@@ -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") %}
Expand Down
@@ -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 #}
Expand Down
@@ -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 %}
Expand Down
@@ -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 #}
Expand Down
@@ -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 #}
Expand Down
@@ -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 %}
Expand Down
@@ -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 %}
Expand Down
@@ -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") %}
Expand Down
@@ -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 %}
Expand Down
@@ -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") %}
Expand Down
@@ -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") %}
Expand Down
@@ -1,5 +1,6 @@
{% extends 'syspanel/base.html' %}
{% load i18n %}
{% block title %}Tenant Users{% endblock %}

{% block page_header %}
<div class='page-header'>
Expand Down
@@ -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 #}
Expand Down
@@ -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 %}
Expand Down
@@ -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 #}
Expand Down

0 comments on commit 00fcb42

Please sign in to comment.