diff options
author | friendica <info@friendica.com> | 2015-03-03 14:39:03 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-03 14:39:03 -0800 |
commit | 52f42e7d8131f4b68fb6277e1ae286e7e76ad75d (patch) | |
tree | 5a1191513b0b5236cc571a05f20393ecb0af968a /view/tpl/settings.tpl | |
parent | 44b714d0eb13263d5900bd8d51bf3995388f4bd0 (diff) | |
parent | e3a559128dc9565474b7db9068f6414f7ae6d4e2 (diff) | |
download | volse-hubzilla-52f42e7d8131f4b68fb6277e1ae286e7e76ad75d.tar.gz volse-hubzilla-52f42e7d8131f4b68fb6277e1ae286e7e76ad75d.tar.bz2 volse-hubzilla-52f42e7d8131f4b68fb6277e1ae286e7e76ad75d.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/settings.tpl')
-rwxr-xr-x | view/tpl/settings.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 02937e4b2..6ad23b007 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -1,6 +1,6 @@ <div class="generic-content-wrapper"> <div class="section-title-wrapper"> - <button title="{{$permanent}}" class="btn btn-danger btn-xs pull-right" type="submit" formaction="removeme"><i class="icon-trash"></i> {{$removeme}}</button> + <a title="{{$permanent}}" class="btn btn-danger btn-xs pull-right" href="removeme"><i class="icon-trash"></i> {{$removeme}}</a> <h2>{{$ptitle}}</h2> <div class="clear"></div> </div> |