Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / sv / modules / configure_bookcat.tpl
CommitLineData
e586807d
H
1<!--
2This program is free software. It comes without any warranty, to
3the extent permitted by applicable law. You can redistribute it
4and/or modify it under the terms of the Do What The Fuck You Want
5To Public License, Version 2, as published by Sam Hocevar. See
6http://sam.zoy.org/wtfpl/COPYING for more details.
7-->
8
9{get_bookmarks node_id=$node.node_id}
10{foreach from=$get_bookmarks item=bookmark}
11<input type='checkbox' name='bookmark[{$bookmark.node_id}]'
12{if $bookmark.bookmark_category eq true}checked{/if}
13>&nbsp;&nbsp;{$bookmark.node_name}<br>
14{/foreach}
15<br>
16<input type='submit' name='event' value='configure_bookmarks'>
This page took 0.135108 seconds and 4 git commands to generate.