diff options
author | Struan Donald <struan@exo.org.uk> | 2013-05-22 17:18:47 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-05-22 17:18:47 +0100 |
commit | 61e444a8bc51af3cd6d07142cd7ae9dfa7dd43b2 (patch) | |
tree | 5bfbd08d8013ea726a0d087ee237c693bc2d1074 | |
parent | dad37f995a3a8583753b9d4373e978f12acb8b13 (diff) |
improved wording for photo buttons
-rw-r--r-- | www/templates/en/offline.html | 6 | ||||
-rw-r--r-- | www/templates/en/photo.html | 6 |
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 == '' ) { %> |