diff options
author | friendica <info@friendica.com> | 2015-03-21 16:47:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-21 16:47:46 -0700 |
commit | b298bc8834eb58f202f6cd30d857ef450bf826b4 (patch) | |
tree | 987983a6e8376948e5629b846ef25b263512b75e /view | |
parent | a2e3ca6fd8ba8c0630de089d772fdd668b84428b (diff) | |
parent | b6b0e00f4c498ac2a9994c844d55098090952e6d (diff) | |
download | volse-hubzilla-b298bc8834eb58f202f6cd30d857ef450bf826b4.tar.gz volse-hubzilla-b298bc8834eb58f202f6cd30d857ef450bf826b4.tar.bz2 volse-hubzilla-b298bc8834eb58f202f6cd30d857ef450bf826b4.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/jot.tpl | 2 | ||||
-rw-r--r-- | view/tpl/section_title.tpl | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 1dfb0cb75..47787676e 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -130,7 +130,7 @@ <div id="profile-jot-submit-right" class="btn-group pull-right"> {{if $showacl}} <button id="dbtn-acl" class="btn btn-default btn-sm" data-toggle="modal" data-target="#aclModal" title="{{$permset}}" onclick="return false;"> - <i id="jot-perms-icon" class="icon-{{$lockstate}} jot-icons">{{$bang}}</i> + <i id="jot-perms-icon" class="icon-{{$lockstate}} jot-icons"></i>{{if $bang}} <i class="icon-exclamation jot-icons"></i>{{/if}} </button> {{/if}} {{if $preview}} diff --git a/view/tpl/section_title.tpl b/view/tpl/section_title.tpl new file mode 100644 index 000000000..338e57042 --- /dev/null +++ b/view/tpl/section_title.tpl @@ -0,0 +1,5 @@ +<div class="section-title-wrapper"> + <h2>{{$title}}</h2> + <div class="clear"></div> +</div> + |