kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2010-05-28 08:58 pm

[dw-free] Site Map needs better link to Shop

[commit: http://hg.dwscoalition.org/dw-free/rev/04746652f0fd]

http://bugs.dwscoalition.org/show_bug.cgi?id=2508

Update shop links in site map.

Patch by [personal profile] ninetydegrees.

Files modified:
  • htdocs/site/index.bml
  • htdocs/site/index.bml.text
--------------------------------------------------------------------------------
diff -r 9cec2ef5ae1a -r 04746652f0fd htdocs/site/index.bml
--- a/htdocs/site/index.bml	Thu May 27 15:13:59 2010 +0800
+++ b/htdocs/site/index.bml	Fri May 28 15:57:36 2010 -0500
@@ -95,9 +95,10 @@ body<=
 
  <dl><dt><?_code return BML::ml('.maplinks.shop-title', { sitename => $LJ::SITENAMESHORT }); _code?></dt>
   <dd><ul>
-   <li><a href='/shop'><?_ml .maplinks.buy-paid _ml?></a></li>
+   <li><a href='/shop'><?_ml .maplinks.buy-points _ml?></a></li>
    <li><a href='/shop/gifts'><?_ml .maplinks.buy-circle _ml?></a></li>
    <li><a href='/shop/randomgift'><?_ml .maplinks.buy-random _ml?></a></li>
+   <li><a href='/shop/transferpoints'><?_ml .maplinks.transfer-points _ml?></a></li>
    <li><a href='http://www.zazzle.com/dreamwidth*'><?_ml .maplinks.buy-merchandise _ml?></a></li>
    <li><a href='/shop/history'><?_ml .maplinks.payment-history _ml?></a></li>
   </ul></dd></dl>
diff -r 9cec2ef5ae1a -r 04746652f0fd htdocs/site/index.bml.text
--- a/htdocs/site/index.bml.text	Thu May 27 15:13:59 2010 +0800
+++ b/htdocs/site/index.bml.text	Fri May 28 15:57:36 2010 -0500
@@ -79,11 +79,15 @@
 
 .maplinks.shop-title=...shop with [[sitename]]:
 
-.maplinks.buy-paid=Buy a paid account
+.maplinks.buy-paid=
+
+.maplinks.buy-points=Buy account time or points
 
 .maplinks.buy-circle=Gift an account in your circle
 
 .maplinks.buy-random=Gift a free random user
+
+.maplinks.transfer-points=Transfer points
 
 .maplinks.buy-merchandise=Buy merchandise
 
--------------------------------------------------------------------------------