diff options
author | Mario <mario@mariovavti.com> | 2022-01-02 20:45:25 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-02 20:45:25 +0000 |
commit | df8bb0596a2a657cb2b0be951e2bc713f2b5e89d (patch) | |
tree | dd0f4fba1747f202d81001dabcf0ff661ae654b3 /view/tpl/tokens.tpl | |
parent | 0003e0b8a5841bfc9e845f0b833aa206527826de (diff) | |
download | volse-hubzilla-df8bb0596a2a657cb2b0be951e2bc713f2b5e89d.tar.gz volse-hubzilla-df8bb0596a2a657cb2b0be951e2bc713f2b5e89d.tar.bz2 volse-hubzilla-df8bb0596a2a657cb2b0be951e2bc713f2b5e89d.zip |
port new_token from zap, fixes and more cleanup
Diffstat (limited to 'view/tpl/tokens.tpl')
-rw-r--r-- | view/tpl/tokens.tpl | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/view/tpl/tokens.tpl b/view/tpl/tokens.tpl index 51cd4a6cf..443fb5392 100644 --- a/view/tpl/tokens.tpl +++ b/view/tpl/tokens.tpl @@ -21,42 +21,6 @@ </div> </div> - <!--div class="panel" id="permission-settings"> - <div class="section-subtitle-wrapper" role="tab" id="perms-tool"> - <h3> - <a data-bs-toggle="collapse" data-bs-parent="#permission-settings" href="#perms-tool-collapse" aria-expanded="true" aria-controls="perms-tool-collapse"> - {{$permlbl}} - </a> - </h3> - </div> - <div id="perms-tool-collapse" class="panel-collapse collapse" role="tabpanel" aria-labelledby="perms-tool"> - <div class="section-content-tools-wrapper"> - <div class="section-content-warning-wrapper"> - {{$permnote}} - </div> - - <table id="perms-tool-table" class=mb-3> - <tr> - <td></td><td colspan="2" class="abook-me">{{$me}}</td> - </tr> - {{foreach $perms as $prm}} - {{include file="field_acheckbox.tpl" field=$prm}} - {{/foreach}} - </table> - - <div class="settings-submit-wrapper" > - <button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button> - </div> - </div> - </div> - </div--> - - <div class="descriptive-text">{{$desc2}}</div> - <ul> - <li>{{$url1}}<span class="zat-example">?f=&zat=<span class="token-mirror"></span></span></li> - <li>{{$url2}}<span class="zat-example">?f=&zat=<span class="token-mirror"></span></span></li> - </ul> - {{if $tokens}} <div class="section-content-wrapper-np"> <table id="atoken-index"> |