diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-25 10:00:50 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-25 10:00:50 +0200 |
commit | a9d926886e6f8ed389031791799ffd352b8cb651 (patch) | |
tree | e610fd26b3b4805749584177b7b751b85fcde7fa /view/tpl/photo_view.tpl | |
parent | 6291c08e01edda16a9dbb1f58e91a829538fc25e (diff) | |
download | volse-hubzilla-a9d926886e6f8ed389031791799ffd352b8cb651.tar.gz volse-hubzilla-a9d926886e6f8ed389031791799ffd352b8cb651.tar.bz2 volse-hubzilla-a9d926886e6f8ed389031791799ffd352b8cb651.zip |
make it more obvious what is behind the dropdowns
Diffstat (limited to 'view/tpl/photo_view.tpl')
-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 254733622..ca2b5e090 100755 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -5,7 +5,7 @@ {{if $tools || $map || $edit}} <div class="btn-group"> <button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown"> - <i class="icon-caret-down"></i> + <i class="icon-caret-down"></i> {{$tools_label}} </button> <ul class="dropdown-menu"> {{if $tools}} |