Commit | Line | Data |
---|---|---|
51ff3226 | 1 | <form method='post' action='/id/{$node.node_id}'> |
2 | {get_bookmarks node_id=$node.node_id} | |
3 | {foreach from=$get_bookmarks item=bookmark} | |
4 | <input type='checkbox' name='bookmark[{$bookmark.node_id}]' | |
5 | {if $bookmark.bookmark_category eq true}checked{/if}> {$bookmark.node_name}<br> | |
6 | {/foreach} | |
7 | <br> | |
8 | <input type='submit' name='event' value='configure_bookmarks'> | |
9 | </form> |