[dw-free] /manage/comments, /manage/subscriptions links not showing up in /manage
[commit: http://hg.dwscoalition.org/dw-free/rev/05ddbcc51d87]
http://bugs.dwscoalition.org/show_bug.cgi?id=1267
Fix links.
Patch by
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1267
Fix links.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/manage/index.bml
- htdocs/manage/index.bml.text
-------------------------------------------------------------------------------- diff -r 4cd0cc1e511c -r 05ddbcc51d87 htdocs/manage/index.bml --- a/htdocs/manage/index.bml Thu May 28 15:37:37 2009 +0000 +++ b/htdocs/manage/index.bml Thu May 28 16:31:48 2009 +0000 @@ -106,7 +106,7 @@ about=><?_ml .information _ml?> about=><?_ml .information _ml?> list<= <li><a href="/manage/profile/<?authas?>" title="<?_ml .information.editinfo.about _ml?>"><?_ml /manage/profile/index.bml.title _ml?></a></li> -<li><a href="/manage/comments/<?authas?>" title="<?_ml .information.comments.about _ml?>"><?_ml /manage/comments/index.bml.title2 _ml?></a></li> +<li><a href="/manage/comments/<?authas?>" title="<?_ml .information.comments.about _ml?>"><?_ml .information.comments _ml?></a></li> <li><a href="/manage/settings/<?authas?>" title="<?_ml .information.settings.about _ml?>"><?_ml /manage/settings/index.bml.title _ml?></a></li> <?_code @@ -133,7 +133,7 @@ _code?> my $remote = LJ::get_remote(); if ($remote && $remote->can_use_esn) { - return '<li><a href="/manage/subscriptions/" title="<?_ml .manage.subscriptions _ml?>"><?_ml /manage/subscriptions/index.bml.title _ml?></a></li>'; + return '<li><a href="/manage/subscriptions/" title="<?_ml .manage.subscriptions.about _ml?>"><?_ml .manage.subscriptions _ml?></a></li>'; } else { return ''; } diff -r 4cd0cc1e511c -r 05ddbcc51d87 htdocs/manage/index.bml.text --- a/htdocs/manage/index.bml.text Thu May 28 15:37:37 2009 +0000 +++ b/htdocs/manage/index.bml.text Thu May 28 16:31:48 2009 +0000 @@ -75,6 +75,8 @@ .information.changepass.about=Change your account's password +.information.comments=Manage Comment Settings + .information.comments.about=Change your comment settings .information.editinfo.about=Edit your account information and various options @@ -107,7 +109,9 @@ .manage.logins=Manage Logins -.manage.subscriptions=Manage Subscriptions +.manage.subscriptions=Manage Message Settings + +.manage.subscriptions.about=Manage notifications and subscriptions .mobile.settings=Mobile Settings --------------------------------------------------------------------------------