Removing duplicates
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1548933.tpl
diff --git a/data/templates/own_templates/1548933.tpl b/data/templates/own_templates/1548933.tpl
deleted file mode 100644 (file)
index c24795f..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<BR>
-<textarea name='node_content'>{$post_vars.node_content}</textarea>
-<br>
-{if $permissions.w eq true}
-<input type='hidden' name='node_parent' value='{$node.node_id}'>
-<table><tr><td><input type='submit' name='event' value='add'>
-
-<td>
-       <select name='node_system_access'>
-       <option value='public' {if $node.node_system_access eq 'public'}selected{/if}>public</option>
-       <option value='moderated' {if $node.node_system_access eq 'moderated'}selected{/if}>moderated</option>
-       <option value='private' {if $node.node_system_access eq 'private'}selected{/if}>private</option>
-       <option value='crypto' {if $node.node_system_access eq 'crypto'}selected{/if}>crypto</option>
-       </select>
-</td>
-
-<td>
-        <select name='template_id'>
-        {foreach from=$children_types item=template_id}
-        <option value='{$template_id}'>{$types[$template_id]}</option>
-        {/foreach}
-        </select>
-</td>
-<td> with name:</td> <td><input type='text' name='node_name'></td>
-</table>
-{/if}
\ No newline at end of file
This page took 0.13798 seconds and 4 git commands to generate.