aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-05-22 17:18:47 +0100
committerStruan Donald <struan@exo.org.uk>2013-05-22 17:18:47 +0100
commit61e444a8bc51af3cd6d07142cd7ae9dfa7dd43b2 (patch)
tree5bfbd08d8013ea726a0d087ee237c693bc2d1074
parentdad37f995a3a8583753b9d4373e978f12acb8b13 (diff)
improved wording for photo buttons
-rw-r--r--www/templates/en/offline.html6
-rw-r--r--www/templates/en/photo.html6
2 files changed, 6 insertions, 6 deletions
diff --git a/www/templates/en/offline.html b/www/templates/en/offline.html
index 4019aea..b93e68b 100644
--- a/www/templates/en/offline.html
+++ b/www/templates/en/offline.html
@@ -41,9 +41,9 @@
<% } else { %>
<div id="add_photo">
<% } %>
- <label>Optionally Add a Photo</label>
- <input value="Take Photo" type="button" name="photo_button" id="id_photo_button" data-role="button" data-theme="a"> Or
- <input value="Choose" type="button" name="existing" id="id_existing" data-role="button" data-theme="a">
+ <label>Add a Photo <em>(optional)</em></label>
+ <input value="Take a new photo" type="button" name="photo_button" id="id_photo_button" data-role="button" data-theme="a"> Or
+ <input value="Add an existing photo" type="button" name="existing" id="id_existing" data-role="button" data-theme="c">
</div>
<% if ( file == '' ) { %>
diff --git a/www/templates/en/photo.html b/www/templates/en/photo.html
index fd7e83d..96a99f0 100644
--- a/www/templates/en/photo.html
+++ b/www/templates/en/photo.html
@@ -12,9 +12,9 @@
<% } else { %>
<div id="add_photo">
<% } %>
- <label>Optionally Add a Photo</label>
- <input value="Take Photo" type="button" name="photo_button" id="id_photo_button" data-role="button" data-theme="a"> Or
- <input value="Choose" type="button" name="existing" id="id_existing" data-role="button" data-theme="a">
+ <h2>Add a Photo <em>(optional)</em>:</h2>
+ <input value="Take a new photo" type="button" name="photo_button" id="id_photo_button" data-role="button" data-theme="a"> Or
+ <input value="Add and existing photo" type="button" name="existing" id="id_existing" data-role="button" data-theme="c">
</div>
<% if ( file == '' ) { %>