aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photo_view.tpl
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-11-08 21:55:44 +0100
committermarijus <mario@mariovavti.com>2014-11-08 21:55:44 +0100
commit862f0ff29addc5a764f5544ad64ac5453e818801 (patch)
tree7af52960ee5245fbcb4d069014e28c9ce6a00e90 /view/tpl/photo_view.tpl
parentec4e4b82e958e7ba5a4efc8c370917c3e10bcba0 (diff)
downloadvolse-hubzilla-862f0ff29addc5a764f5544ad64ac5453e818801.tar.gz
volse-hubzilla-862f0ff29addc5a764f5544ad64ac5453e818801.tar.bz2
volse-hubzilla-862f0ff29addc5a764f5544ad64ac5453e818801.zip
prevent posting before acl got populated since this will disregard the default acl setting and the post will be visible to the default audience without warning. the chance that this happens is quite small while writing a post but can easily happen on eg editing photos (maybe just tick a checkbox and press submit). the acl and submit buttons are disabled by default and will be activated as soon as acl is populated.
Diffstat (limited to 'view/tpl/photo_view.tpl')
-rwxr-xr-xview/tpl/photo_view.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl
index 969f66f44..4652f33c6 100755
--- a/view/tpl/photo_view.tpl
+++ b/view/tpl/photo_view.tpl
@@ -68,10 +68,10 @@
<button class="btn btn-danger btn-sm" id="photo-edit-delete-button" type="submit" name="delete" value="{{$edit.delete}}" onclick="return confirmDelete();" />{{$edit.delete}}</button>
</div>
<div class="form-group btn-group pull-right">
- <button class="btn btn-default btn-sm" data-toggle="modal" data-target="#aclModal" onclick="return false;">
+ <button id="dbtn-acl" class="btn btn-default btn-sm" data-toggle="modal" data-target="#aclModal" disabled="disabled" onclick="return false;">
<i id="jot-perms-icon" class="icon-{{$edit.lockstate}}"></i>
</button>
- <button class="btn btn-primary btn-sm" type="submit" name="submit" id="photos-edit-submit">{{$edit.submit}}</button>
+ <button id="dbtn-submit" class="btn btn-primary btn-sm" type="submit" name="submit" disabled="disabled">{{$edit.submit}}</button>
</div>
</form>
<div id="photo-edit-end" class="clear"></div>