[mb-commits] r11093 - mb_server/branches/TemplateToolkit/root/release
root at musicbrainz.org
root at musicbrainz.org
Tue Jan 20 13:40:40 UTC 2009
Author: luks
Date: 2009-01-20 13:40:40 +0000 (Tue, 20 Jan 2009)
New Revision: 11093
Modified:
mb_server/branches/TemplateToolkit/root/release/details.tt
mb_server/branches/TemplateToolkit/root/release/edit-links.tt
mb_server/branches/TemplateToolkit/root/release/header.tt
mb_server/branches/TemplateToolkit/root/release/info-links.tt
Log:
Minor capitalization fixes
Patch by navap, closes #4530
Modified: mb_server/branches/TemplateToolkit/root/release/details.tt
===================================================================
--- mb_server/branches/TemplateToolkit/root/release/details.tt 2009-01-20 13:36:19 UTC (rev 11092)
+++ mb_server/branches/TemplateToolkit/root/release/details.tt 2009-01-20 13:40:40 UTC (rev 11093)
@@ -2,7 +2,7 @@
[%- WRAPPER "release/layout.tt" title="Details" -%]
-[%- WRAPPER "components/box.tt" header="Release details" -%]
+[%- WRAPPER "components/box.tt" header="Release Details" -%]
<table class="details">
<tr>
<th>[% doc_link("ReleaseTitle", "Title") %]:</th>
Modified: mb_server/branches/TemplateToolkit/root/release/edit-links.tt
===================================================================
--- mb_server/branches/TemplateToolkit/root/release/edit-links.tt 2009-01-20 13:36:19 UTC (rev 11092)
+++ mb_server/branches/TemplateToolkit/root/release/edit-links.tt 2009-01-20 13:40:40 UTC (rev 11093)
@@ -2,9 +2,9 @@
Edit:
[%- IF c.user_exists -%]
[%- edit_links = [
- { link => '', text => 'Add relationship' },
+ { link => '', text => 'Add Relationship' },
{ link => '', text => 'Relate to URL' },
- { link => '', text => 'Add CC license' },
+ { link => '', text => 'Add CC License' },
{ link => c.entity_url(release, 'move'), text => 'Move' },
{ link => c.entity_url(release, 'edit_title'), text => 'Edit Title' },
{ link => c.entity_url(release, 'remove'), text => 'Remove' },
Modified: mb_server/branches/TemplateToolkit/root/release/header.tt
===================================================================
--- mb_server/branches/TemplateToolkit/root/release/header.tt 2009-01-20 13:36:19 UTC (rev 11092)
+++ mb_server/branches/TemplateToolkit/root/release/header.tt 2009-01-20 13:40:40 UTC (rev 11093)
@@ -1,7 +1,7 @@
[%- PROCESS 'components/links.tt' %]
[%- info_links = [
- { link => c.entity_url(release, 'perma'), text => "Permanent link" },
+ { link => c.entity_url(release, 'perma'), text => "Permanent Link" },
{ link => c.entity_url(release, 'details'), text => "Details" },
{ link => c.entity_url(release, 'relations'), text => "Relations" },
{ link => c.entity_url(release, 'tags'), text => "Tags" },
Modified: mb_server/branches/TemplateToolkit/root/release/info-links.tt
===================================================================
--- mb_server/branches/TemplateToolkit/root/release/info-links.tt 2009-01-20 13:36:19 UTC (rev 11092)
+++ mb_server/branches/TemplateToolkit/root/release/info-links.tt 2009-01-20 13:40:40 UTC (rev 11093)
@@ -1,25 +1,25 @@
[%- info_links = [
- { link => c.entity_url(release, 'perma'), text => "Permanent link" },
+ { link => c.entity_url(release, 'perma'), text => "Permanent Link" },
{ link => c.entity_url(release, 'details'), text => "Details" },
{ link => c.entity_url(release, 'tags'), text => "Tags" },
{
link => c.req.uri_with(artist => 1),
- text => "Show artists",
+ text => "Show Artists",
hide => show_artists,
},
{
link => c.req.uri_with(artist => 0),
- text => "Hide artists",
+ text => "Hide Artists",
hide => !show_artists,
},
{
link => c.req.uri_with(rel => 1),
- text => "Show relationships",
+ text => "Show Relationships",
hide => show_relationships,
},
{
link => c.req.uri_with(rel => 0),
- text => "Hide relationships",
+ text => "Hide Relationships",
hide => !show_relationships,
},
{ link => c.entity_url(release, 'google'), text => "Search Google" },
More information about the MusicBrainz-commits
mailing list