diff options
author | Max Kostikov <max@kostikov.co> | 2019-03-30 22:54:20 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-03-30 22:54:20 +0100 |
commit | f9e602c44cc75c1b0129c1f1f70a7879efc7ff01 (patch) | |
tree | e2482e40153d0bd85fbe88f75bc67d6184044dac /view | |
parent | b0c33308be48d9d90dddad470bd6434daad700a2 (diff) | |
download | volse-hubzilla-f9e602c44cc75c1b0129c1f1f70a7879efc7ff01.tar.gz volse-hubzilla-f9e602c44cc75c1b0129c1f1f70a7879efc7ff01.tar.bz2 volse-hubzilla-f9e602c44cc75c1b0129c1f1f70a7879efc7ff01.zip |
Add remove cover button
Diffstat (limited to 'view')
-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> |