[dw-free] Add links to /openid/
[commit: http://hg.dwscoalition.org/dw-free/rev/73d3d4ce46d2]
http://bugs.dwscoalition.org/show_bug.cgi?id=628
Add email-related links to /openid/.
Patch by
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=628
Add email-related links to /openid/.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- htdocs/openid/index.bml
- htdocs/openid/index.bml.text
-------------------------------------------------------------------------------- diff -r 4ece28120040 -r 73d3d4ce46d2 htdocs/openid/index.bml --- a/htdocs/openid/index.bml Mon Apr 06 18:24:24 2009 +0000 +++ b/htdocs/openid/index.bml Mon Apr 06 23:11:43 2009 +0000 @@ -42,7 +42,11 @@ body<= <?_code BML::ml(".main.using_your_openid_here.content", {'sitename' => $LJ::SITENAMESHORT}) _code?> p?> -<?p <?_ml .main.using_your_openid_here.email _ml?> p?> +<?p +<?_code +BML::ml(".main.using_your_openid_here.email2", { 'aopts1' => "href='$LJ::SITEROOT/changeemail.bml'", 'aopts2' => "href='$LJ::SITEROOT/register.bml'" }) +_code?> +p?> <div style='padding: 0.4em; margin-left: 25px; margin-right: 25px; width: auto; text-align: center; background: #ccc; border: #000'> diff -r 4ece28120040 -r 73d3d4ce46d2 htdocs/openid/index.bml.text --- a/htdocs/openid/index.bml.text Mon Apr 06 18:24:24 2009 +0000 +++ b/htdocs/openid/index.bml.text Mon Apr 06 23:11:43 2009 +0000 @@ -10,6 +10,8 @@ .main.using_your_openid_here.email=You can also set and validate an email address to be notified of replies to your comments via email. +.main.using_your_openid_here.email2=You can also <a [[aopts1]]>set</a> and <a [[aopts2]]>validate</a> an email address to be notified of replies to your comments via email. + .login.openid_url=Your OpenID URL: .login.submit=Login --------------------------------------------------------------------------------