aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-04-19 19:37:06 +0200
committerMario Vavti <mario@mariovavti.com>2019-04-19 19:37:06 +0200
commitfd87faa7a6949f7f44cd4dc6ca866bc072cf444b (patch)
tree729c5c9f090372e9d7dc8a1845d960ca3fcbee0c /view/tpl
parentcb2d706fa1118cf2bd55009f99186d65dfee5a2d (diff)
parent6b638ac8968886049e97dd3c67ef4f87938a7af6 (diff)
downloadvolse-hubzilla-fd87faa7a6949f7f44cd4dc6ca866bc072cf444b.tar.gz
volse-hubzilla-fd87faa7a6949f7f44cd4dc6ca866bc072cf444b.tar.bz2
volse-hubzilla-fd87faa7a6949f7f44cd4dc6ca866bc072cf444b.zip
Merge branch 'dev' into calendar_merge
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/profile_photo.tpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/view/tpl/profile_photo.tpl b/view/tpl/profile_photo.tpl
index b2190dda3..61d8f4254 100755
--- a/view/tpl/profile_photo.tpl
+++ b/view/tpl/profile_photo.tpl
@@ -125,14 +125,15 @@
<div id="profile-photo-submit-wrapper">
<button type="submit" class="btn btn-outline-primary" name="submit" id="profile-photo-submit">{{$submit}}</button>
+ <button type="submit" class="btn btn-outline-danger" name="remove" id="profile-photo-remove">{{$remove}}</button>
</div>
</div>
</form>
<br />
<div id="profile-photo-link-select-wrapper">
- <button id="embed-photo-wrapper" class="btn btn-default btn-primary" title="{{$embedPhotos}}" onclick="initializeEmbedPhotoDialog();return false;">
- <i id="embed-photo" class="fa fa-file-image-o"></i> {{$select}}
+ <button id="embed-photo-wrapper" class="btn btn-default btn-primary" title="{{$embedPhotos}}" onclick="initializeEmbedPhotoDialog();return false;">
+ <i id="embed-photo" class="fa fa-file-image-o"></i> {{$select}}
</button>
</div>
</div>