aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default')
-rw-r--r--templates/web/default/auth/general.html2
-rw-r--r--templates/web/default/questionnaire/creator_fixed.html4
-rw-r--r--templates/web/default/report/display.html2
-rw-r--r--templates/web/default/report/new/fill_in_details_form.html2
4 files changed, 5 insertions, 5 deletions
diff --git a/templates/web/default/auth/general.html b/templates/web/default/auth/general.html
index c2249fa46..f5e2e423f 100644
--- a/templates/web/default/auth/general.html
+++ b/templates/web/default/auth/general.html
@@ -34,7 +34,7 @@
<div id="form_sign_in_yes">
<p>
- <label class="n" for="password_sign_in">[% loc('<strong>Yes</strong>, I have a password:') %]</label>
+ <label class="n" for="password_sign_in">[% loc('<strong>Yes</strong> I have a password') %]</label>
<input type="password" name="password_sign_in" id="password_sign_in" value="">
</p>
diff --git a/templates/web/default/questionnaire/creator_fixed.html b/templates/web/default/questionnaire/creator_fixed.html
index 0d3181ec1..5b6d1254a 100644
--- a/templates/web/default/questionnaire/creator_fixed.html
+++ b/templates/web/default/questionnaire/creator_fixed.html
@@ -11,9 +11,9 @@
<p align="center">
<input type="radio" name="reported" id="reported_yes" value="Yes"[% ' checked' IF reported == 'Yes' %]>
-<label for="reported_yes">[% loc('Yes') %]</label>
+<label class="inline" for="reported_yes">[% loc('Yes') %]</label>
<input type="radio" name="reported" id="reported_no" value="No"[% ' checked' IF reported == 'No' %]>
-<label for="reported_no">[% loc('No') %]</label>
+<label class="inline" for="reported_no">[% loc('No') %]</label>
</p>
<p><input type="submit" name="submit" value="[% loc('Submit') %]"></p>
diff --git a/templates/web/default/report/display.html b/templates/web/default/report/display.html
index abfff624f..fac3ef0b2 100644
--- a/templates/web/default/report/display.html
+++ b/templates/web/default/report/display.html
@@ -144,7 +144,7 @@
[% END %]
<p>
- <label class="n" for="password_sign_in">[% loc('<strong>Yes</strong>, I have a password:') %]</label>
+ <label class="n" for="password_sign_in">[% loc('<strong>Yes</strong> I have a password') %]</label>
<input type="password" name="password_sign_in" id="password_sign_in" value="" size="25">
</p>
diff --git a/templates/web/default/report/new/fill_in_details_form.html b/templates/web/default/report/new/fill_in_details_form.html
index 2a74a44db..9c9451914 100644
--- a/templates/web/default/report/new/fill_in_details_form.html
+++ b/templates/web/default/report/new/fill_in_details_form.html
@@ -137,7 +137,7 @@
[% END %]
<div class="form-field">
- <label class="n" for="password_sign_in">[% loc('<strong>Yes</strong>, I have a password:') %]</label>
+ <label class="n" for="password_sign_in">[% loc('<strong>Yes</strong> I have a password') %]</label>
<input type="password" name="password_sign_in" id="password_sign_in" value="" size="25">
</div>