diff options
author | Mario <mario@mariovavti.com> | 2019-04-19 17:23:10 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-04-19 17:23:10 +0200 |
commit | 6b638ac8968886049e97dd3c67ef4f87938a7af6 (patch) | |
tree | 0eea95710b0ebe072ab2fe55d310292f91065434 /view/tpl | |
parent | fb03e3f00e14c424062253edc1a0f76817493b05 (diff) | |
parent | 7311d1182d7807f52f1e14563054d2feb51d80e7 (diff) | |
download | volse-hubzilla-6b638ac8968886049e97dd3c67ef4f87938a7af6.tar.gz volse-hubzilla-6b638ac8968886049e97dd3c67ef4f87938a7af6.tar.bz2 volse-hubzilla-6b638ac8968886049e97dd3c67ef4f87938a7af6.zip |
Merge branch 'dev' into 'dev'
Add remove profile photo button
See merge request hubzilla/core!1598
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/profile_photo.tpl | 5 |
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> |