diff options
author | zotlabs <mike@macgirvin.com> | 2019-04-07 19:23:38 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2019-04-07 19:23:38 -0700 |
commit | 1ed0079882a74fece2c4097e332b3817e3b37de4 (patch) | |
tree | 4685b9e6daebb47df87f8692319c795895f4f4cd /view/tpl/cover_photo.tpl | |
parent | 2d886b65ce9c03a4330b4d9609d02a8d1fd47d9b (diff) | |
parent | 4e12f86e909692e8aef203f2db001dcfa52410c9 (diff) | |
download | volse-hubzilla-1ed0079882a74fece2c4097e332b3817e3b37de4.tar.gz volse-hubzilla-1ed0079882a74fece2c4097e332b3817e3b37de4.tar.bz2 volse-hubzilla-1ed0079882a74fece2c4097e332b3817e3b37de4.zip |
Merge branch 'dev' of https://gitlab.com/macgirvin/hubzilla into dev
Diffstat (limited to 'view/tpl/cover_photo.tpl')
-rwxr-xr-x | view/tpl/cover_photo.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/cover_photo.tpl b/view/tpl/cover_photo.tpl index 5a5bf2286..a1c4a922d 100755 --- a/view/tpl/cover_photo.tpl +++ b/view/tpl/cover_photo.tpl @@ -102,7 +102,8 @@ <br /> <br /> <div id="profile-photo-submit-wrapper"> - <input type="submit" name="submit" id="profile-photo-submit" value="{{$submit}}"> + <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> |