From f11e54ddc7a2ce421703c82a7fec11db1b2f46dd Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Fri, 22 Mar 2013 11:27:16 -0400 Subject: [PATCH 1/3] studio - syncing up page values with UI titles/headings --- cms/templates/asset_index.html | 2 +- cms/templates/course_info.html | 2 +- cms/templates/export.html | 2 +- cms/templates/import.html | 2 +- cms/templates/index.html | 2 +- cms/templates/manage_users.html | 2 +- cms/templates/settings.html | 2 +- cms/templates/settings_graders.html | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cms/templates/asset_index.html b/cms/templates/asset_index.html index a5a9144b07..ea759d38af 100644 --- a/cms/templates/asset_index.html +++ b/cms/templates/asset_index.html @@ -1,7 +1,7 @@ <%inherit file="base.html" /> <%! from django.core.urlresolvers import reverse %> <%block name="bodyclass">is-signedin course uploads</%block> -<%block name="title">Uploads & Files</%block> +<%block name="title">Files & Uploads</%block> <%namespace name='static' file='static_content.html'/> diff --git a/cms/templates/course_info.html b/cms/templates/course_info.html index 55dcaaa068..f9166bf166 100644 --- a/cms/templates/course_info.html +++ b/cms/templates/course_info.html @@ -2,7 +2,7 @@ <%namespace name='static' file='static_content.html'/> <!-- TODO decode course # from context_course into title --> -<%block name="title">Updates</%block> +<%block name="title">Course Updates</%block> <%block name="bodyclass">is-signedin course course-info updates</%block> diff --git a/cms/templates/export.html b/cms/templates/export.html index 27045d82ce..be7ee89bef 100644 --- a/cms/templates/export.html +++ b/cms/templates/export.html @@ -2,7 +2,7 @@ <%namespace name='static' file='static_content.html'/> <%! from django.core.urlresolvers import reverse %> -<%block name="title">Export Course</%block> +<%block name="title">Course Export</%block> <%block name="bodyclass">is-signedin course tools export</%block> <%block name="content"> diff --git a/cms/templates/import.html b/cms/templates/import.html index add31597cd..3e3aaa920c 100644 --- a/cms/templates/import.html +++ b/cms/templates/import.html @@ -2,7 +2,7 @@ <%namespace name='static' file='static_content.html'/> <%! from django.core.urlresolvers import reverse %> -<%block name="title">Import Course</%block> +<%block name="title">Course Import</%block> <%block name="bodyclass">is-signedin course tools import</%block> <%block name="content"> diff --git a/cms/templates/index.html b/cms/templates/index.html index fdb46612a0..9482b9d9af 100644 --- a/cms/templates/index.html +++ b/cms/templates/index.html @@ -1,6 +1,6 @@ <%inherit file="base.html" /> -<%block name="title">Courses</%block> +<%block name="title">My Courses</%block> <%block name="bodyclass">is-signedin index dashboard</%block> <%block name="header_extras"> diff --git a/cms/templates/manage_users.html b/cms/templates/manage_users.html index 722e756203..8a6b2fccea 100644 --- a/cms/templates/manage_users.html +++ b/cms/templates/manage_users.html @@ -1,5 +1,5 @@ <%inherit file="base.html" /> -<%block name="title">Course Staff Manager</%block> +<%block name="title">Course Team Settings</%block> <%block name="bodyclass">is-signedin course users settings team</%block> diff --git a/cms/templates/settings.html b/cms/templates/settings.html index b26a17125b..e4cb4b3743 100644 --- a/cms/templates/settings.html +++ b/cms/templates/settings.html @@ -1,5 +1,5 @@ <%inherit file="base.html" /> -<%block name="title">Schedule & Details</%block> +<%block name="title">Schedule & Details Settings</%block> <%block name="bodyclass">is-signedin course schedule settings</%block> <%namespace name='static' file='static_content.html'/> diff --git a/cms/templates/settings_graders.html b/cms/templates/settings_graders.html index 923cc35313..86be66c950 100644 --- a/cms/templates/settings_graders.html +++ b/cms/templates/settings_graders.html @@ -1,5 +1,5 @@ <%inherit file="base.html" /> -<%block name="title">Grading</%block> +<%block name="title">Grading Settings</%block> <%block name="bodyclass">is-signedin course grading settings</%block> <%namespace name='static' file='static_content.html'/> From 22fd8432c3bd82ed8d601c338886636086bec132 Mon Sep 17 00:00:00 2001 From: Brian Talbot <btalbot@edx.org> Date: Fri, 22 Mar 2013 11:31:43 -0400 Subject: [PATCH 2/3] demo change to resolve push error --- cms/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/templates/index.html b/cms/templates/index.html index 9482b9d9af..e39329d886 100644 --- a/cms/templates/index.html +++ b/cms/templates/index.html @@ -1,6 +1,6 @@ <%inherit file="base.html" /> -<%block name="title">My Courses</%block> +<%block name="title">MyCourses</%block> <%block name="bodyclass">is-signedin index dashboard</%block> <%block name="header_extras"> From 420c8216aacd892d288693aa1e77e2eeeb7b2c33 Mon Sep 17 00:00:00 2001 From: Brian Talbot <btalbot@edx.org> Date: Fri, 22 Mar 2013 11:31:47 -0400 Subject: [PATCH 3/3] demo change to resolve push error --- cms/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/templates/index.html b/cms/templates/index.html index e39329d886..9482b9d9af 100644 --- a/cms/templates/index.html +++ b/cms/templates/index.html @@ -1,6 +1,6 @@ <%inherit file="base.html" /> -<%block name="title">MyCourses</%block> +<%block name="title">My Courses</%block> <%block name="bodyclass">is-signedin index dashboard</%block> <%block name="header_extras">