Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1549266.tpl
diff --git a/data/templates/own_templates/1549266.tpl b/data/templates/own_templates/1549266.tpl
new file mode 100644 (file)
index 0000000..f7766f4
--- /dev/null
@@ -0,0 +1,9 @@
+<form method='post' action='/id/{$node.node_id}'>
+{get_bookmarks node_id=$node.node_id}
+{foreach from=$get_bookmarks item=bookmark}
+<input type='checkbox' name='bookmark[{$bookmark.node_id}]'
+{if $bookmark.bookmark_category eq true}checked{/if}>&nbsp;&nbsp;{$bookmark.node_name}<br>
+{/foreach}
+<br>
+<input type='submit' name='event' value='configure_bookmarks'>
+</form>
This page took 0.119914 seconds and 4 git commands to generate.