Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

[mb-commits] r8282 - in mb_server/branches/RELEASE_20060712-BRANCH/htdocs/e: msg#00285

audio.musicbrainz.cvs

Subject: [mb-commits] r8282 - in mb_server/branches/RELEASE_20060712-BRANCH/htdocs/edit: album albumbatch albumlanguage

Author: keschte
Date: 2006-07-31 10:27:44 +0000 (Mon, 31 Jul 2006)
New Revision: 8282

Modified:
mb_server/branches/RELEASE_20060712-BRANCH/htdocs/edit/album/attrform
mb_server/branches/RELEASE_20060712-BRANCH/htdocs/edit/albumbatch/cancel.html
mb_server/branches/RELEASE_20060712-BRANCH/htdocs/edit/albumbatch/remove.html

mb_server/branches/RELEASE_20060712-BRANCH/htdocs/edit/albumlanguage/edit.html
mb_server/branches/RELEASE_20060712-BRANCH/htdocs/edit/albumlanguage/form
Log:
capitalization fixes.


Modified: mb_server/branches/RELEASE_20060712-BRANCH/htdocs/edit/album/attrform
===================================================================
--- mb_server/branches/RELEASE_20060712-BRANCH/htdocs/edit/album/attrform
2006-07-30 18:58:11 UTC (rev 8281)
+++ mb_server/branches/RELEASE_20060712-BRANCH/htdocs/edit/album/attrform
2006-07-31 10:27:44 UTC (rev 8282)
@@ -68,14 +68,14 @@

<tr class="top">
<td class="label">
- <label>Selected Releases:</label></td>
+ <label>Selected releases:</label></td>
<td>
<table class="releaselist">
<tr class="header">
- <td>Release Title</td>
- <td>Artist</td>
- <td>Type</td>
- <td>Status</td>
+ <td>Release title:</td>
+ <td>Artist:</td>
+ <td>Type:</td>
+ <td>Status:</td>
</tr>

<%perl>

Modified:
mb_server/branches/RELEASE_20060712-BRANCH/htdocs/edit/albumbatch/cancel.html
===================================================================
---
mb_server/branches/RELEASE_20060712-BRANCH/htdocs/edit/albumbatch/cancel.html
2006-07-30 18:58:11 UTC (rev 8281)
+++
mb_server/branches/RELEASE_20060712-BRANCH/htdocs/edit/albumbatch/cancel.html
2006-07-31 10:27:44 UTC (rev 8282)
@@ -36,9 +36,9 @@

delete $session{tagged_albums};

- $m->comp("/comp/sidebar-notitle", pagetitle => "Unselected Releases");
+ $m->comp("/comp/sidebar-notitle", pagetitle => "Releases unselected");

- $m->comp("/comp/tablebegin", title => "Unselected Releases");
+ $m->comp("/comp/tablebegin", title => "Releases unselected");
$m->out("All of your selected releases have been deselected.");

# TODO feeding any old URL back into the page is a security risk
@@ -52,7 +52,7 @@
$m->comp("/comp/tableend");


- $m->comp("/comp/tablebegin", title => "Search for an Artist");
+ $m->comp("/comp/tablebegin", title => "Search for an artist");
$m->comp("/comp/lucenesearch", type => "artist");
$m->comp("/comp/movefocus", "TextSearchForm", "search");
$m->comp("/comp/tableend");

Modified:
mb_server/branches/RELEASE_20060712-BRANCH/htdocs/edit/albumbatch/remove.html
===================================================================
---
mb_server/branches/RELEASE_20060712-BRANCH/htdocs/edit/albumbatch/remove.html
2006-07-30 18:58:11 UTC (rev 8281)
+++
mb_server/branches/RELEASE_20060712-BRANCH/htdocs/edit/albumbatch/remove.html
2006-07-31 10:27:44 UTC (rev 8282)
@@ -132,9 +132,9 @@

</%perl>

-<& /comp/sidebar-notitle, pagetitle => 'Confirm Releases Removal' &>
+<& /comp/sidebar-notitle, pagetitle => "Remove releases" &>

- <& /comp/tablebegin, title => "Confirm Releases Removal" &>
+ <& /comp/tablebegin, title => "Remove releases" &>

<form method="post" action="/edit/albumbatch/remove.html"
id="ConfirmForm">

@@ -147,7 +147,7 @@
<ul>
<li>
Please review
the documentation about the <& /comp/linkdoc,
-
"RemoveReleasesEdit", "Remove Releases Edit" &> before
+
"RemoveReleasesEdit", "remove releases edit" &> before
entering this
edit.</li>
<li>
If you have
added the releases by mistake, please note that
@@ -157,8 +157,8 @@
<li>
Please note
that if two releases have the same track
listing and
track times, you should do a <& /comp/linkdoc,
-
"MergeReleasesEdit", "Merge Releases Edit" &> instead of a
- Remove Release
Edit, following the general rule of <& /comp/linkdoc, "MergeRatherThanDelete",
+
"MergeReleasesEdit", "merge releases edit" &> instead of a
+ remove release
edit, following the general rule of <& /comp/linkdoc, "MergeRatherThanDelete",
"merge rather
than delete" &>.</li>
<li>
Are you
<strong>sure you want to remove</strong> the releases below?</li>

Modified:
mb_server/branches/RELEASE_20060712-BRANCH/htdocs/edit/albumlanguage/edit.html
===================================================================
---
mb_server/branches/RELEASE_20060712-BRANCH/htdocs/edit/albumlanguage/edit.html
2006-07-30 18:58:11 UTC (rev 8281)
+++
mb_server/branches/RELEASE_20060712-BRANCH/htdocs/edit/albumlanguage/edit.html
2006-07-31 10:27:44 UTC (rev 8282)
@@ -79,7 +79,7 @@
# we got a a form submission
if ($submitvalue ne "")
{
- if ($submitvalue =~ /Show (Reduced|Full) Lists/i)
+ if ($submitvalue =~ /Show (reduced|full) lists/i)
{
$expand_lists = !$expand_lists;
}
@@ -196,7 +196,7 @@
% if (@releaseobjs == 1)
% {

- <& /comp/layout/editformbegin, title => "Edit Release
Language/Script",
+ <& /comp/layout/editformbegin, title => "Edit release
language/script",
release => $releaseobjs[0],
mp_type => &ModDefs::MOD_EDIT_ALBUM_LANGUAGE,
&>
@@ -205,7 +205,7 @@
% else
% {

- <& /comp/layout/editformbegin, title => "Edit Release
Language/Script",
+ <& /comp/layout/editformbegin, title => "Edit release
language/script",
mp_type => &ModDefs::MOD_EDIT_ALBUM_LANGUAGE,
mp => $mp,
&>
@@ -224,13 +224,13 @@
</tr>
<tr class="top">
<td class="label">
- <label>Selected Releases:</label></td>
+ <label>Selected releases:</label></td>
<td>
<table class="releaselist">
<tr class="header">
- <td>Release Title</td>
- <td>Language</td>
- <td>Script</td>
+ <td>Release title:</td>
+ <td>Language:</td>
+ <td>Script:</td>
</tr>

<%perl>
@@ -278,17 +278,15 @@

% foreach my $releaseid (@id)
% {
-
- <input type="hidden" name="id" value="<% $releaseid %>" />
-
+% $m->comp("/comp/form/hiddenfield", "id", $releaseid);
% }

- <input type="hidden" name="untag" value="<% $untag %>" />
- <input type="hidden" name="expand_lists" value="<%
$expand_lists %>" />
+ <& /comp/form/hiddenfield, "untag", $untag &>
+ <& /comp/form/hiddenfield, "expand_lists", $expand_lists &>
+ <& /comp/form/focusfield, "language_new" &>

<& /comp/layout/editformend &>

- <& /comp/movefocus, id => "language_new" &>
</form>

<& /comp/footer &>

Modified:
mb_server/branches/RELEASE_20060712-BRANCH/htdocs/edit/albumlanguage/form
===================================================================
--- mb_server/branches/RELEASE_20060712-BRANCH/htdocs/edit/albumlanguage/form
2006-07-30 18:58:11 UTC (rev 8281)
+++ mb_server/branches/RELEASE_20060712-BRANCH/htdocs/edit/albumlanguage/form
2006-07-31 10:27:44 UTC (rev 8282)
@@ -93,17 +93,17 @@
% if ($expand_lists)
% {

- <input class="button" type="submit"
name="submitvalue" value="Show Reduced Lists" />
+ <input class="button" type="submit"
name="submitvalue" value="Show reduced lists" />

% }
% else
% {

- <input class="button" type="submit"
name="submitvalue" value="Show Full Lists" />
+ <input class="button" type="submit"
name="submitvalue" value="Show full lists" />

% }

- <input class="button" type="submit"
name="submitvalue" value="Guess Again" /></td>
+ <input class="button" type="submit"
name="submitvalue" value="Guess again" /></td>
</tr>

% if ($add_language == 1)


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
user-groups.jax...    php.zend.framew...    os.solaris.open...    web.quixote.use...    java.openjdk.ho...    ietf.secmech/20...    gnu.glpk/2004-0...    recreation.cars...    network.smokepi...    linux.drivers.i...    cms.opencms.dev...    fonts.gfontview...    text.xml.soap.u...    voip.nist-sip/2...    debian.ports.hp...    xfree86.interna...    science.biology...    qnx.openqnx.dev...    mail.sylpheed.c...    busybox/bios/20...    emulators.kvm.s...    hardware.openco...    apple.fink.begi...    kde.german/2006...   
Home | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation