summaryrefslogtreecommitdiff
path: root/rt/html/Callbacks
diff options
context:
space:
mode:
Diffstat (limited to 'rt/html/Callbacks')
-rw-r--r--rt/html/Callbacks/ActivityReports/Elements/Tabs/Default7
-rw-r--r--rt/html/Callbacks/ActivityReports/NoAuth/webrt.css/Default71
-rw-r--r--rt/html/Callbacks/ActivityReports/Search/Results.html/SearchActions7
-rw-r--r--rt/html/Callbacks/RT-WebCronTool/Elements/Tabs/Default13
4 files changed, 0 insertions, 98 deletions
diff --git a/rt/html/Callbacks/ActivityReports/Elements/Tabs/Default b/rt/html/Callbacks/ActivityReports/Elements/Tabs/Default
deleted file mode 100644
index f85d2e0..0000000
--- a/rt/html/Callbacks/ActivityReports/Elements/Tabs/Default
+++ /dev/null
@@ -1,7 +0,0 @@
-<%init>
-if ($ARGS{current_toptab} eq "Tools/Offline.html") {
- $ARGS{tabs}{r} ||= { path => 'Reports/Activity/index.html',
- title => 'Reports',
- };
-}
-</%init> \ No newline at end of file
diff --git a/rt/html/Callbacks/ActivityReports/NoAuth/webrt.css/Default b/rt/html/Callbacks/ActivityReports/NoAuth/webrt.css/Default
deleted file mode 100644
index 30480f7..0000000
--- a/rt/html/Callbacks/ActivityReports/NoAuth/webrt.css/Default
+++ /dev/null
@@ -1,71 +0,0 @@
-table.miniplot {
- width: 100%;
- border-collapse: collapse;
-}
-table.miniplot td {
- margin: 0;
- padding: 0;
- border-bottom: 1px solid black;
-}
-table.miniplot .graph {
- margin-left: auto;
- margin-right: auto;
- position: relative;
- width: 60px;
-}
-table.miniplot .graph ul {
- height: 100px;
- margin: 0;
- padding: 0;
-}
-table.miniplot .graph ul li {
- list-style: none;
- position: absolute;
- bottom: 0px;
- padding: 0 !important;
- margin: 0 !important;
- border-bottom: none;
-}
-table.miniplot .graph ul li .data {
- display: none;
-}
-
-.miniplot .demoblock { margin: 0 10px; padding: 0 30px; }
-
-.miniplot .c1 { border: 2px solid #990000; background: #ff0000; }
-.miniplot .c2 { border: 2px solid #996600; background: #ff9900; }
-.miniplot .c3 { border: 2px solid #009900; background: #00ff00; }
-.miniplot .c4 { border: 2px solid #009999; background: #00ffff; }
-.miniplot .c5 { border: 2px solid #000099; background: #0000ff; }
-.miniplot .c6 { border: 2px solid #990099; background: #ff00ff; }
-graph .c5 { border: 2px solid #000099; background: #0000ff; }
-.graph .c6 { border: 2px solid #990099; background: #ff00ff; }
-
-tr.titlerow th {
-
- border-bottom: solid black 1px;
- margin: 0;
- font-size:80%;
- text-wrap: none;
-
-}
-
-tr.grandtotal td{
- border-top: 1px solid black;
-}
-
-tr.grandtotal th{
- border-top: 1px solid black;
-}
-
-th.label {
- align: left;
-
-}
-
-table.miniplot th.legend {
- font-style: normal;
- font-size: 80%;
-
-}
-
diff --git a/rt/html/Callbacks/ActivityReports/Search/Results.html/SearchActions b/rt/html/Callbacks/ActivityReports/Search/Results.html/SearchActions
deleted file mode 100644
index 4775a9a..0000000
--- a/rt/html/Callbacks/ActivityReports/Search/Results.html/SearchActions
+++ /dev/null
@@ -1,7 +0,0 @@
-<a href="<% $RT::WebPath %>/Reports/Activity/index.html?<% $QueryString %>">Generate reports</a>
-<%init>
-use YAML;
-my %args = $m->caller_args(2);
-
-my $QueryString = $m->comp('/Elements/QueryString', query => $args{Query});
-</%init> \ No newline at end of file
diff --git a/rt/html/Callbacks/RT-WebCronTool/Elements/Tabs/Default b/rt/html/Callbacks/RT-WebCronTool/Elements/Tabs/Default
deleted file mode 100644
index db74ced..0000000
--- a/rt/html/Callbacks/RT-WebCronTool/Elements/Tabs/Default
+++ /dev/null
@@ -1,13 +0,0 @@
-%# The day after tomorrow is the third day of the rest of your life.
-<%INIT>
-if ($session{'CurrentUser'}->UserObj->HasRight(
- Right => 'SuperUser',
- Object => $RT::System,
-)) {
- $toptabs->{'ZZ-RT-WebCronTool'} = { title =>loc("Web CronTool"),
- path => "Developer/CronTool/index.html" };
-}
-</%init>
-<%args>
-$toptabs =>undef
-</%args>