aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/openid-selector.tmpl5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/openid-selector.tmpl b/templates/openid-selector.tmpl
index b4d0e314f..c12df519f 100644
--- a/templates/openid-selector.tmpl
+++ b/templates/openid-selector.tmpl
@@ -12,7 +12,9 @@ $(document).ready(function() {
<form action="<TMPL_VAR CGIURL>" method="get" id="openid_form">
<fieldset>
- <legend>Select your account provider</legend>
+ <script>
+ $('fieldset').append("<legend>Select your account provider</legend>");
+ </script>
<input type="hidden" name="do" value="signin" />
<input type="hidden" name="action" value="verify" />
@@ -20,6 +22,7 @@ $(document).ready(function() {
<div id="openid_btns"></div>
</div>
<div id="openid_input_area">
+ <label for="openid_identifier" class="block">Enter your OpenID:</label>
<input id="openid_identifier" name="openid_identifier" type="text" value="<TMPL_VAR OPENID_URL>"/>
<input id="openid_submit" type="submit" value="Login"/>
</div>