diff options
author | ivan <ivan> | 2003-07-15 13:30:43 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-07-15 13:30:43 +0000 |
commit | ded0451e9582df33cae6099a2fb72b4ea25076cf (patch) | |
tree | 62f9855aace4bdb30674156fc0e5d8b758cde0aa /rt/webrt/Admin/Elements/SelectModifyKeywordSelect | |
parent | 0ebeec96313dd7edfca340f01f8fbbbac1f4aa1d (diff) |
reverting to vendor branch rt 3.0.4, hopefully
Diffstat (limited to 'rt/webrt/Admin/Elements/SelectModifyKeywordSelect')
-rw-r--r-- | rt/webrt/Admin/Elements/SelectModifyKeywordSelect | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/rt/webrt/Admin/Elements/SelectModifyKeywordSelect b/rt/webrt/Admin/Elements/SelectModifyKeywordSelect deleted file mode 100644 index c91eb6cfe..000000000 --- a/rt/webrt/Admin/Elements/SelectModifyKeywordSelect +++ /dev/null @@ -1,13 +0,0 @@ -%while ( $keywordselect = $keywordselects->Next ) { -<A HREF="/Admin/KeywordSelects/Modify.html?id=<%$keywordselect->id%>"><%$keywordselect->id%>: ( <%$keywordselect->Parent%>: <%$keywordselect->KeywordObj->Name%> )</a><BR> -%} - -<%INIT> - -use RT::KeywordSelects; - -my $keywordselect; -my $keywordselects = new RT::KeywordSelects $session{CurrentUser}; -$keywordselects->UnLimit; -</%INIT> - |