diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-09 10:31:10 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-09 10:31:10 +0100 |
commit | 78196ee1d1031ea054bc9063ae7f6583739f975a (patch) | |
tree | f0b888414d1cfcdd1a1f6ae4716f304b6ae1adae | |
parent | 34ce9bfc8bcc7aacaf6cc70928c932923b517d21 (diff) |
add icons to photo buttons on offline page
-rw-r--r-- | www/templates/en/offline.html | 4 |
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 == '' ) { %> |