From 7d183a779b42072de4a913029a7daad9f5b30034 Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Sun, 21 Aug 2005 16:22:48 +0000 Subject: import pigeonholes - take 2 --- templates/edit_pigeonholes.tpl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/edit_pigeonholes.tpl (limited to 'templates/edit_pigeonholes.tpl') diff --git a/templates/edit_pigeonholes.tpl b/templates/edit_pigeonholes.tpl new file mode 100644 index 0000000..ed2f2a2 --- /dev/null +++ b/templates/edit_pigeonholes.tpl @@ -0,0 +1,19 @@ +
{bithelp}
+ +
+
+

{tr}Edit Categories{/tr}

+
+ +
+ {formfeedback hash=$feedback} + {if $gBitUser->hasPermission( 'bit_p_edit_pigeonholes' ) and ( $smarty.request.action eq 'create' or $smarty.request.action eq 'edit' or !$gPigeonholes->mContentId )} + {include file="bitpackage:pigeonholes/edit_pigeonholes_inc.tpl"} + {elseif $gBitUser->hasPermission( 'bit_p_edit_pigeonholes' )} + {smartlink ititle="Insert new Category" ifile="edit_pigeonholes.php" structure_id=`$gPigeonholes->mStructureId` action=create} +
+ {/if} + + {include file="bitpackage:pigeonholes/view_structure_inc.tpl" edit=true} +
+
-- cgit v1.3