From 160be29a0dc62e79a4fb95d2ab8c0c7e5996760e Mon Sep 17 00:00:00 2001 From: cvs2git Date: Mon, 12 Aug 2002 06:17:10 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'BESTPRACTICAL'. --- rt/webrt/SelfService/Elements/Tabs | 49 -------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 rt/webrt/SelfService/Elements/Tabs (limited to 'rt/webrt/SelfService/Elements/Tabs') diff --git a/rt/webrt/SelfService/Elements/Tabs b/rt/webrt/SelfService/Elements/Tabs deleted file mode 100644 index d689d8a72..000000000 --- a/rt/webrt/SelfService/Elements/Tabs +++ /dev/null @@ -1,49 +0,0 @@ - - -% foreach $tab (sort keys %{$tabs}) { - -%} - -% if ($actions) { - - -%} - -
-[{'path'}%>"><% $tabs->{"$tab"}->{'title'}%>] - - -% foreach my $action (sort keys %{$actions}) { - -% } - -
- -% if ($actions->{"$action"}->{'html'}) { -<%$actions->{"$action"}->{'html'} |n%> -% } else { -<% $actions->{$action}->{'title'}%> -% } - -
-
-
-<%INIT> -my ($tab); -my $tabs = { A => { title => 'Open requests', - path => 'SelfService/', - }, - B => { title => 'Closed requests', - path => 'SelfService/Closed.html', - }, - C => { title => 'New request', - path => 'SelfService/Create.html' - } - }; -my $actions = { - B => { html => $m->scomp('GotoTicket') - } - }; - - - -- cgit v1.2.1