diff options
author | Max Kostikov <max@kostikov.co> | 2019-04-19 15:29:08 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-04-19 15:29:08 +0200 |
commit | ea1d8b8104fc03a956e331ef9b3929b80f284eec (patch) | |
tree | 105ad7b38df880c21d5b3e0cb4ef7cb9b51fc000 /view/tpl/profile_photo.tpl | |
parent | db020ca1a309cd2d8304b0c7fe25a73bb77bdbce (diff) | |
download | volse-hubzilla-ea1d8b8104fc03a956e331ef9b3929b80f284eec.tar.gz volse-hubzilla-ea1d8b8104fc03a956e331ef9b3929b80f284eec.tar.bz2 volse-hubzilla-ea1d8b8104fc03a956e331ef9b3929b80f284eec.zip |
Add remove profile photo button
Diffstat (limited to 'view/tpl/profile_photo.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> |