reverting to vendor branch rt 3.0.4, hopefully
[freeside.git] / rt / webrt / Admin / Elements / ListGlobalScrips
diff --git a/rt/webrt/Admin/Elements/ListGlobalScrips b/rt/webrt/Admin/Elements/ListGlobalScrips
deleted file mode 100755 (executable)
index 2f044bf..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-%  while (my $scrip = $Scrips->Next ) {
-<% $scrip->ConditionObj->Name %> 
-<% $scrip->ActionObj->Name %> 
-with template <% $scrip->TemplateObj->Name %>
-<BR>
-%   }
-<%init>
-my $Scrips = new RT::Scrips ($session{'CurrentUser'});
-$Scrips->LimitToGlobal();
-</%INIT>