Skip to content

Commit

Permalink
[#746 state:resolved] Fixed setup typepad link to make it go to webse…
Browse files Browse the repository at this point in the history
…rvices preferences.
  • Loading branch information
MikeThomsen committed Feb 4, 2011
1 parent d41e818 commit ca0e065
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tmpl/cms/prefs/registration.tmpl
Expand Up @@ -46,7 +46,14 @@
</mt:if>

<mt:unless name="typekey_enabled">
<div><a href="<mt:var name="script_url">?__mode=cfg_web_services&amp;blog_id=<mt:var name="blog_id" escape="url">"><__trans phrase="Setup TypePad"></a></div>
<script type="text/javascript">
$(function() {
$('#lnkTypePad').click(function() {
$('a[title=web-services]').click();
});
});
</script>
<div><a href="#" id="lnkTypePad"><__trans phrase="Setup TypePad"></a></div>
</mt:unless>
<mt:unless name="openid_enabled">
<p>
Expand Down

0 comments on commit ca0e065

Please sign in to comment.