diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-02-26 10:42:13 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-02-26 10:42:13 +0100 |
commit | 4781a8cb6bbd6d0e379b404c455844ddbc7e2812 (patch) | |
tree | edf2dbb22428c90b3f3ec5875e95edc3334e3db7 /view/tpl/profile_photo.tpl | |
parent | a38c8cc75c67b240140cb815e66393d9c6daba09 (diff) | |
parent | d2ed3a9abbb5c68d1a02eae629bc103aa43a1263 (diff) | |
download | volse-hubzilla-4781a8cb6bbd6d0e379b404c455844ddbc7e2812.tar.gz volse-hubzilla-4781a8cb6bbd6d0e379b404c455844ddbc7e2812.tar.bz2 volse-hubzilla-4781a8cb6bbd6d0e379b404c455844ddbc7e2812.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'view/tpl/profile_photo.tpl')
-rwxr-xr-x | view/tpl/profile_photo.tpl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/view/tpl/profile_photo.tpl b/view/tpl/profile_photo.tpl index 832f135f3..edde6af3f 100755 --- a/view/tpl/profile_photo.tpl +++ b/view/tpl/profile_photo.tpl @@ -35,8 +35,6 @@ <br /> {{/if}} - - <div id="profile-photo-submit-wrapper"> <input type="submit" name="submit" id="profile-photo-submit" value="{{$submit}}"> </div> @@ -65,10 +63,6 @@ </div> <div id="embedPhotoModalBodyAlbumDialog" class="d-none"></div> </div> - <div class="modal-footer"> - <button type="button" class="btn btn-outline-secondary" data-dismiss="modal">{{$embedPhotosModalCancel}}</button> - <button id="embed-photo-OKButton" type="button" class="btn btn-primary">{{$embedPhotosModalOK}}</button> - </div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div><!-- /.modal --> |