aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/templates/en/offline.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/en/offline.html b/www/templates/en/offline.html
index 645269a..7778760 100644
--- a/www/templates/en/offline.html
+++ b/www/templates/en/offline.html
@@ -43,8 +43,8 @@
<div id="add_photo">
<% } %>
<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">
- <input value="Add an existing photo" type="button" name="existing" id="id_existing" data-role="button" data-theme="c">
+ <input data-icon="fms-photo-new" value="Take a new photo" type="button" name="photo_button" id="id_photo_button" data-role="button" data-theme="a">
+ <input data-icon="fms-photo-existing" value="Add an existing photo" type="button" name="existing" id="id_existing" data-role="button" data-theme="c">
</div>
<% if ( file == '' ) { %>