summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2021-05-07 12:51:55 -0400
committerspiderr <spiderr@bitweaver.org>2021-05-07 12:51:55 -0400
commit671cbf17ad19dc751ef922ffdee660ffaf5b33d8 (patch)
tree164f3f1850f70c9858ae71f7a407c40ce8fb5bbd /templates
parent74a96f9bbf5d4f7cca7276aaf18ca7feb06107f2 (diff)
downloadwiki-671cbf17ad19dc751ef922ffdee660ffaf5b33d8.tar.gz
wiki-671cbf17ad19dc751ef922ffdee660ffaf5b33d8.tar.bz2
wiki-671cbf17ad19dc751ef922ffdee660ffaf5b33d8.zip
add mTicket to remove wiki book listing
Diffstat (limited to 'templates')
-rw-r--r--templates/list_books.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list_books.tpl b/templates/list_books.tpl
index 2dd8dd6..00fe866 100644
--- a/templates/list_books.tpl
+++ b/templates/list_books.tpl
@@ -32,7 +32,7 @@
{/if}
{/if}
{if ($channels[ix].creator_user_id == $gBitUser->mUserId) || $gBitUser->hasPermission( 'p_wiki_admin_book' )}
- <a href="{$smarty.const.WIKI_PKG_URL}edit_book.php?action=remove&structure_id={$channels[ix].structure_id}">{booticon iname="icon-trash" ipackage="icons" iexplain="remove"}</a>
+ <a href="{$smarty.const.WIKI_PKG_URL}edit_book.php?action=remove&structure_id={$channels[ix].structure_id}&tk={$gBitUser->mTicket}">{booticon iname="icon-trash" ipackage="icons" iexplain="remove"}</a>
{/if}
</td>
</tr>