aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photo_view.tpl
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-11-07 12:13:38 +0100
committermarijus <mario@mariovavti.com>2014-11-07 12:13:38 +0100
commit2cfe0f15452c2231314991cdbbab3a9e6926a68b (patch)
tree0c442b79d313d4dab77f706d90fa04743922446a /view/tpl/photo_view.tpl
parentf077badcb61777810aed21717092a1793bd79b1d (diff)
downloadvolse-hubzilla-2cfe0f15452c2231314991cdbbab3a9e6926a68b.tar.gz
volse-hubzilla-2cfe0f15452c2231314991cdbbab3a9e6926a68b.tar.bz2
volse-hubzilla-2cfe0f15452c2231314991cdbbab3a9e6926a68b.zip
provide lockstate for photo edit
Diffstat (limited to 'view/tpl/photo_view.tpl')
-rwxr-xr-xview/tpl/photo_view.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl
index b1f39a9e2..969f66f44 100755
--- a/view/tpl/photo_view.tpl
+++ b/view/tpl/photo_view.tpl
@@ -69,7 +69,7 @@
</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;">
- <i id="jot-perms-icon" class="{{$edit.lockstate}}"></i>
+ <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>
</div>