diff options
-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 == '' ) { %> |