diff options
Diffstat (limited to 'rt/share/html/NoAuth/images')
-rw-r--r-- | rt/share/html/NoAuth/images/autohandler | 55 | ||||
-rw-r--r-- | rt/share/html/NoAuth/images/created.png | bin | 994 -> 0 bytes | |||
-rw-r--r-- | rt/share/html/NoAuth/images/created_due.png | bin | 997 -> 0 bytes | |||
-rw-r--r-- | rt/share/html/NoAuth/images/due.png | bin | 936 -> 0 bytes | |||
-rw-r--r-- | rt/share/html/NoAuth/images/reminder.png | bin | 921 -> 0 bytes | |||
-rw-r--r-- | rt/share/html/NoAuth/images/resolved.png | bin | 229 -> 0 bytes | |||
-rw-r--r-- | rt/share/html/NoAuth/images/started.png | bin | 934 -> 0 bytes | |||
-rw-r--r-- | rt/share/html/NoAuth/images/starts.png | bin | 935 -> 0 bytes | |||
-rw-r--r-- | rt/share/html/NoAuth/images/starts_due.png | bin | 173 -> 0 bytes | |||
-rw-r--r-- | rt/share/html/NoAuth/images/test.png | 2 | ||||
-rw-r--r-- | rt/share/html/NoAuth/images/updated.png | bin | 191 -> 0 bytes | |||
-rw-r--r-- | rt/share/html/NoAuth/images/week-collapse.gif | bin | 137 -> 0 bytes | |||
-rw-r--r-- | rt/share/html/NoAuth/images/week-collapse.xcf | bin | 1996 -> 0 bytes | |||
-rw-r--r-- | rt/share/html/NoAuth/images/week-expand.gif | bin | 150 -> 0 bytes | |||
-rw-r--r-- | rt/share/html/NoAuth/images/week-expand.xcf | bin | 1621 -> 0 bytes |
15 files changed, 0 insertions, 57 deletions
diff --git a/rt/share/html/NoAuth/images/autohandler b/rt/share/html/NoAuth/images/autohandler deleted file mode 100644 index d7e8e6abd..000000000 --- a/rt/share/html/NoAuth/images/autohandler +++ /dev/null @@ -1,55 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -<%INIT> -# This autohandler will spit out RT's images if the user hasn't -# properly configured their webserver to stop RT from passing -# images through the mason handler. -my $file = $m->base_comp->source_file; -my $relfile = $m->base_comp->path; -RT::Interface::Web->SendStaticFile( File => $file, RelativeFile => $relfile ); -</%INIT> diff --git a/rt/share/html/NoAuth/images/created.png b/rt/share/html/NoAuth/images/created.png Binary files differdeleted file mode 100644 index 4d5eeb9ea..000000000 --- a/rt/share/html/NoAuth/images/created.png +++ /dev/null diff --git a/rt/share/html/NoAuth/images/created_due.png b/rt/share/html/NoAuth/images/created_due.png Binary files differdeleted file mode 100644 index 52dfc96f0..000000000 --- a/rt/share/html/NoAuth/images/created_due.png +++ /dev/null diff --git a/rt/share/html/NoAuth/images/due.png b/rt/share/html/NoAuth/images/due.png Binary files differdeleted file mode 100644 index 30a3aff8a..000000000 --- a/rt/share/html/NoAuth/images/due.png +++ /dev/null diff --git a/rt/share/html/NoAuth/images/reminder.png b/rt/share/html/NoAuth/images/reminder.png Binary files differdeleted file mode 100644 index 4370b6902..000000000 --- a/rt/share/html/NoAuth/images/reminder.png +++ /dev/null diff --git a/rt/share/html/NoAuth/images/resolved.png b/rt/share/html/NoAuth/images/resolved.png Binary files differdeleted file mode 100644 index 09db36d5a..000000000 --- a/rt/share/html/NoAuth/images/resolved.png +++ /dev/null diff --git a/rt/share/html/NoAuth/images/started.png b/rt/share/html/NoAuth/images/started.png Binary files differdeleted file mode 100644 index e177addea..000000000 --- a/rt/share/html/NoAuth/images/started.png +++ /dev/null diff --git a/rt/share/html/NoAuth/images/starts.png b/rt/share/html/NoAuth/images/starts.png Binary files differdeleted file mode 100644 index 88064ba50..000000000 --- a/rt/share/html/NoAuth/images/starts.png +++ /dev/null diff --git a/rt/share/html/NoAuth/images/starts_due.png b/rt/share/html/NoAuth/images/starts_due.png Binary files differdeleted file mode 100644 index 16a4de46f..000000000 --- a/rt/share/html/NoAuth/images/starts_due.png +++ /dev/null diff --git a/rt/share/html/NoAuth/images/test.png b/rt/share/html/NoAuth/images/test.png deleted file mode 100644 index 1dcb2a223..000000000 --- a/rt/share/html/NoAuth/images/test.png +++ /dev/null @@ -1,2 +0,0 @@ -This file exists to support t/web/basic.t's image handling test. -<& SYNTAX ERROR diff --git a/rt/share/html/NoAuth/images/updated.png b/rt/share/html/NoAuth/images/updated.png Binary files differdeleted file mode 100644 index 680e79a54..000000000 --- a/rt/share/html/NoAuth/images/updated.png +++ /dev/null diff --git a/rt/share/html/NoAuth/images/week-collapse.gif b/rt/share/html/NoAuth/images/week-collapse.gif Binary files differdeleted file mode 100644 index 54a123f88..000000000 --- a/rt/share/html/NoAuth/images/week-collapse.gif +++ /dev/null diff --git a/rt/share/html/NoAuth/images/week-collapse.xcf b/rt/share/html/NoAuth/images/week-collapse.xcf Binary files differdeleted file mode 100644 index cbb2b95eb..000000000 --- a/rt/share/html/NoAuth/images/week-collapse.xcf +++ /dev/null diff --git a/rt/share/html/NoAuth/images/week-expand.gif b/rt/share/html/NoAuth/images/week-expand.gif Binary files differdeleted file mode 100644 index d0f42e9a6..000000000 --- a/rt/share/html/NoAuth/images/week-expand.gif +++ /dev/null diff --git a/rt/share/html/NoAuth/images/week-expand.xcf b/rt/share/html/NoAuth/images/week-expand.xcf Binary files differdeleted file mode 100644 index 1ab8e65c8..000000000 --- a/rt/share/html/NoAuth/images/week-expand.xcf +++ /dev/null |