root | 10 Dec 2007 20:22
Favicon

[mb-commits] r9612 - in mb_server/trunk/htdocs/edit: album artist

Author: robert
Date: 2007-12-10 19:22:58 +0000 (Mon, 10 Dec 2007)
New Revision: 9612

Modified:
   mb_server/trunk/htdocs/edit/album/add.html
   mb_server/trunk/htdocs/edit/artist/add.html
Log:
Fixed links to style.html

Modified: mb_server/trunk/htdocs/edit/album/add.html
===================================================================
--- mb_server/trunk/htdocs/edit/album/add.html	2007-12-06 21:56:25 UTC (rev 9611)
+++ mb_server/trunk/htdocs/edit/album/add.html	2007-12-10 19:22:58 UTC (rev 9612)
 <at>  <at>  -96,7 +96,7  <at>  <at> 
 								<a href="/freedb/freedb.html?search=<% uri_escape($ar->GetName()) %>">import
 								releases from the FreeDB database</a>?</li>
 							<li>
-								Please read the <a href="/style.html">style guidelines</a>
+								Please read the <a href="/doc/StyleGuidelines">style guidelines</a>
 								first, then enter the number of tracks on this release:</li>
 						</ul>
 					</td>

Modified: mb_server/trunk/htdocs/edit/artist/add.html
===================================================================
--- mb_server/trunk/htdocs/edit/artist/add.html	2007-12-06 21:56:25 UTC (rev 9611)
+++ mb_server/trunk/htdocs/edit/artist/add.html	2007-12-10 19:22:58 UTC (rev 9612)
 <at>  <at>  -116,7 +116,7  <at>  <at> 
 		{
 			push  <at> messages, "Please Select a valid type." if (not Artist::IsValidType($type));
 			push  <at> messages, "Please enter the Name." if ($name eq "");
-			push  <at> messages, "The artist name contains 'feat.' in it, see the <a
href=\"style.html#styleguide-feat-artist\">style guidelines</a> for the correct way to credit
featuring artists." if ($attempts == 0 && $name =~ /feat\./);
+			push  <at> messages, "The artist name contains 'feat.' in it, see the <a
href=\"/doc/FeaturingArtistStyle\">style guidelines</a> for the correct way to credit featuring
artists." if ($attempts == 0 && $name =~ /feat\./);
 			push  <at> messages, "Please enter the Sort Name." if ($sortname eq "");

 			push  <at> messages, "Begin Date has to be either valid or empty"

Gmane