diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-14 22:52:04 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-14 22:52:04 +0100 |
commit | 3c3c0ed34269cecdbda1288eab5b63c664a8859c (patch) | |
tree | f19c6f9716fcc9fe72e573d778bb45eb1c397051 | |
parent | 8d9c47acdf5644c6522cd4c0715891fab0a765dc (diff) | |
download | volse-hubzilla-3c3c0ed34269cecdbda1288eab5b63c664a8859c.tar.gz volse-hubzilla-3c3c0ed34269cecdbda1288eab5b63c664a8859c.tar.bz2 volse-hubzilla-3c3c0ed34269cecdbda1288eab5b63c664a8859c.zip |
change button id to not interfere with the upload submit button
-rwxr-xr-x | view/tpl/photo_view.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl index 2431329ec..105cf0ac8 100755 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -92,7 +92,7 @@ <i id="jot-perms-icon" class="fa fa-{{$edit.lockstate}}"></i> </button> {{/if}} - <button id="dbtn-submit" class="btn btn-primary btn-sm" type="submit" name="submit" >{{$edit.submit}}</button> + <button id="tool-submit" class="btn btn-primary btn-sm" type="submit" name="submit" >{{$edit.submit}}</button> </div> </form> {{$edit.aclselect}} |