diff options
author | hubzilla <git@macgirvin.com> | 2016-08-06 07:50:21 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-06 07:50:21 +1000 |
commit | 1bff63bd2e5d1423034094ee9bfc59c2ddb2bd53 (patch) | |
tree | 95e9b493a6fd9b9370b230a11d59be73b9fcedd2 /view/tpl/webpagelist.tpl | |
parent | 709206accde6136f96f1484510edc4b61b3d52a7 (diff) | |
parent | 531baa8fc4c29c10afdf52fc88174b8b6fd69700 (diff) | |
download | volse-hubzilla-1bff63bd2e5d1423034094ee9bfc59c2ddb2bd53.tar.gz volse-hubzilla-1bff63bd2e5d1423034094ee9bfc59c2ddb2bd53.tar.bz2 volse-hubzilla-1bff63bd2e5d1423034094ee9bfc59c2ddb2bd53.zip |
Merge pull request #477 from git-marijus/dev
Some work to make multiple acl forms per page work
Diffstat (limited to 'view/tpl/webpagelist.tpl')
-rw-r--r-- | view/tpl/webpagelist.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/webpagelist.tpl b/view/tpl/webpagelist.tpl index 524460408..4dec7518f 100644 --- a/view/tpl/webpagelist.tpl +++ b/view/tpl/webpagelist.tpl @@ -2,7 +2,7 @@ <div class="section-title-wrapper"> {{if $editor}} <div class="pull-right"> - <button id="webpage-create-btn" class="btn btn-xs btn-success" onclick="openClose('webpage-editor');"><i class="fa fa-pencil-square-o"></i> {{$create}}</button> + <button id="webpage-create-btn" class="btn btn-xs btn-success acl-form-trigger" onclick="openClose('webpage-editor');" data-form_id="profile-jot-form"><i class="fa fa-pencil-square-o"></i> {{$create}}</button> </div> {{/if}} <h2>{{$listtitle}}</h2> |