[Rt-commit] r3987 - in rtir/branches/1.9-EXPERIMENTAL: . html/RTIR
html/RTIR/Elements html/RTIR/Incident
html/RTIR/Search/Elements html/RTIR/Tools
ruz at bestpractical.com
ruz at bestpractical.com
Thu Oct 20 06:53:46 EDT 2005
Author: ruz
Date: Thu Oct 20 06:53:44 2005
New Revision: 3987
Modified:
rtir/branches/1.9-EXPERIMENTAL/ (props changed)
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Create.html
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Display.html
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Edit.html
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/DueIncidents
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/NewReports
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/PickRestriction
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Create.html
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Display.html
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Edit.html
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Reply.html
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Search/Elements/BuildQuery
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Search/Elements/PickCriteria
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Tools/Lookup.html
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Tools/ScriptedAction.html
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/index.html
Log:
r187 at cubic-pc: cubic | 2005-10-13 21:51:29 +0400
r185 at cubic-pc: cubic | 2005-10-13 21:34:15 +0400
jump to widgets support
r186 at cubic-pc: cubic | 2005-10-13 21:50:43 +0400
* converted all /Elements/TitleBox(Start|End) calls to /Widgets
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Create.html
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Create.html (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Create.html Thu Oct 20 06:53:44 2005
@@ -73,7 +73,7 @@
% }
<A NAME="top">
-<& /Elements/TitleBoxStart, contentbg => "#cccccc", title => $Title &>
+<& /Widgets/TitleBoxStart, contentbg => "#cccccc", title => $Title &>
<TABLE border=0 cellpadding=0 cellspacing=2>
% if ($Incident) {
<TR>
@@ -299,7 +299,7 @@
<TD>
</TD>
<TD VALIGN=TOP>
- <& /Elements/TitleBoxStart, title => loc("Dates"),
+ <& /Widgets/TitleBoxStart, title => loc("Dates"),
title_class=> 'inverse',
color => "#663366" &>
@@ -313,12 +313,12 @@
<TD><input size=10 name="Due"<% $ARGS{Due} && " VALUE=\"$ARGS{Due}\"" %>></TD>
</TR>
</TABLE>
- <& /Elements/TitleBoxEnd &>
+ <& /Widgets/TitleBoxEnd &>
</TD>
</TR>
</TABLE>
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
% if ($Type eq 'Investigation') {
<& /Elements/Submit, Name => "Create", Label => loc("Launch")&>
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Display.html
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Display.html (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Display.html Thu Oct 20 06:53:44 2005
@@ -40,7 +40,7 @@
<table border=0 cellpadding=0 cellspacing=2 width=100%>
<tr>
<td valign=top colspan=2>
-<& /Elements/TitleBoxStart, title => loc("The Basics"),
+<& /Widgets/TitleBoxStart, title => loc("The Basics"),
title_href =>"$RT::WebPath/RTIR/Edit.html?id=".$Ticket->Id,
title_class=> 'inverse' &>
@@ -129,28 +129,28 @@
<& /Ticket/Elements/ShowCustomFields, Ticket => $Ticket &>
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
</td>
</tr>
<tr>
<TD VALIGN=TOP width=50%>
<BR>
- <& /Elements/TitleBoxStart, title => loc('People'),
+ <& /Widgets/TitleBoxStart, title => loc('People'),
title_href =>"$RT::WebPath/RTIR/Edit.html?id=".$Ticket->Id,
title_class=> 'inverse' &>
<& /RTIR/Elements/ShowPeople, Ticket => $Ticket &>
- <& /Elements/TitleBoxEnd &>
+ <& /Widgets/TitleBoxEnd &>
<BR>
</TD>
<td>
<BR>
- <& /Elements/TitleBoxStart, title => loc("Dates"),
+ <& /Widgets/TitleBoxStart, title => loc("Dates"),
title_href =>"$RT::WebPath/RTIR/Edit.html?id=".$Ticket->Id,
title_class=> 'inverse',
color => "#663366" &>
<& /RTIR/Elements/ShowDates, Ticket => $Ticket &>
- <& /Elements/TitleBoxEnd &>
+ <& /Widgets/TitleBoxEnd &>
<BR>
</td>
</tr>
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Edit.html
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Edit.html (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Edit.html Thu Oct 20 06:53:44 2005
@@ -42,7 +42,7 @@
<table border=0 cellspacing=2 cellpadding=0 width=100%>
<tr>
<td valign=top width=50%>
-<& /Elements/TitleBoxStart,
+<& /Widgets/TitleBoxStart,
title => loc("The Basics"),
color=> "#993333",
width => "100%" &>
@@ -156,16 +156,16 @@
</tr>
</table>
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
</td>
</tr>
<tr>
<td valign=top width=50%>
-<& /Elements/TitleBoxStart, title => loc('Dates'), width => "100%", color => "#663366" &>
+<& /Widgets/TitleBoxStart, title => loc('Dates'), width => "100%", color => "#663366" &>
<& /RTIR/Elements/EditDates, TicketObj => $Ticket &>
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
</td>
</tr>
@@ -173,9 +173,9 @@
<BR>
-<& /Elements/TitleBoxStart, title => loc('People'),width => "100%", color=> "#333399" &>
+<& /Widgets/TitleBoxStart, title => loc('People'),width => "100%", color=> "#333399" &>
<& /RTIR/Elements/EditPeople, Ticket => $Ticket, UserField => $UserField, UserString => $UserString, UserOp => $UserOp &>
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
<BR>
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/DueIncidents
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/DueIncidents (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/DueIncidents Thu Oct 20 06:53:44 2005
@@ -22,7 +22,7 @@
%#
%#
%# END LICENSE BLOCK
-<& /Elements/TitleBoxStart, title => $title, bodyclass=> '' &>
+<& /Widgets/TitleBoxStart, title => $title, bodyclass=> '' &>
<& /RTIR/Search/Elements/ShowResults,
Query => $Query,
@@ -31,7 +31,7 @@
Rows => 10,
&>
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
<%INIT>
$Format = $RT::RTIRSearchResultFormats->{'DueIncidents'};
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/NewReports
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/NewReports (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/NewReports Thu Oct 20 06:53:44 2005
@@ -22,7 +22,7 @@
%#
%#
%# END LICENSE BLOCK
-<& /Elements/TitleBoxStart,
+<& /Widgets/TitleBoxStart,
title_href =>"$RT::WebPath/RTIR/Search/Results.html?Queue=$Queue$QueryString",
title_class=> 'inverse',
title => $title,
@@ -37,7 +37,7 @@
<a href="<%$RT::WebPath%>/RTIR/Report/BulkReject.html?ClearRestrictions=1">[<%loc("Bulk Reject")%>]</a>
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
<%INIT>
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/PickRestriction
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/PickRestriction (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/PickRestriction Thu Oct 20 06:53:44 2005
@@ -25,7 +25,7 @@
<FORM METHOD="GET">
<INPUT TYPE=HIDDEN NAME="Bookmark" VALUE="<% $session{'tickets'}->FreezeLimits()|u %>">
<input type=hidden name=Queue value="<%$ARGS{'Queue'}%>">
-<& /Elements/TitleBoxStart, title => loc('Refine search')&>
+<& /Widgets/TitleBoxStart, title => loc('Refine search')&>
<input type=hidden name="id" value="<%$ARGS{'id'}%>">
<INPUT TYPE=HIDDEN NAME="CompileRestriction" VALUE=1>
@@ -134,9 +134,9 @@
</UL>
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
-<& /Elements/TitleBoxStart, title => loc('Ordering and sorting')&>
+<& /Widgets/TitleBoxStart, title => loc('Ordering and sorting')&>
<UL>
@@ -159,7 +159,7 @@
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
<& /Elements/Submit, Label => loc('Search'), Name => 'Action'&>
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Create.html
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Create.html (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Create.html Thu Oct 20 06:53:44 2005
@@ -47,7 +47,7 @@
<input type=hidden name="MemberOf-new"<% $ARGS{'MemberOf-new'} && " VALUE=$ARGS{'MemberOf-new'}" %>>
<A NAME="top">
-<& /Elements/TitleBoxStart, contentbg => "#cccccc", title => $Title &>
+<& /Widgets/TitleBoxStart, contentbg => "#cccccc", title => $Title &>
<TABLE border=0 cellpadding=0 cellspacing=2>
% if ($link) {
% my ($Type, undef) = $m->comp("/RTIR/Elements/Type", Ticket => $link->Id);
@@ -110,7 +110,7 @@
<TD>
</TD>
<TD WIDTH="50%" VALIGN=TOP>
- <& /Elements/TitleBoxStart, title => loc('The Basics'),
+ <& /Widgets/TitleBoxStart, title => loc('The Basics'),
title_class=> 'inverse',
color => "#993333" &>
<TABLE BORDER=0>
@@ -131,11 +131,11 @@
<TD><input size=3 name="TimeLeft" value="<% $ARGS{TimeLeft}||"0" %>"></TD>
</TR>
</TABLE>
- <& /Elements/TitleBoxEnd &>
+ <& /Widgets/TitleBoxEnd &>
</TD>
<TD VALIGN=TOP>
- <& /Elements/TitleBoxStart, title => loc("Dates"),
+ <& /Widgets/TitleBoxStart, title => loc("Dates"),
title_class=> 'inverse',
color => "#663366" &>
@@ -153,11 +153,11 @@
<TD><input size=10 name="Due" value="<% $ARGS{Due} %>"></TD>
</TR>
</TABLE>
- <& /Elements/TitleBoxEnd &>
+ <& /Widgets/TitleBoxEnd &>
</TD>
</TR>
</TABLE>
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
<& /Elements/Submit, Label => loc("Create")&>
</FORM>
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Display.html
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Display.html (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Display.html Thu Oct 20 06:53:44 2005
@@ -39,7 +39,7 @@
<table border=0 cellpadding=0 cellspacing=2 width=100%>
<tr>
<td valign=top width=50%>
-<& /Elements/TitleBoxStart, title => loc('Incident #[_1]', $Ticket->Id),
+<& /Widgets/TitleBoxStart, title => loc('Incident #[_1]', $Ticket->Id),
title_href =>"$RT::WebPath/RTIR/Edit.html?id=".$Ticket->Id,
title_class=> 'inverse' &>
@@ -105,11 +105,11 @@
</tr>
</table>
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
</td>
<td valign=top>
-<& /Elements/TitleBoxStart, title => loc('Incident Reports'),
+<& /Widgets/TitleBoxStart, title => loc('Incident Reports'),
title_href => "$RT::WebPath/RTIR/Incident/ShowChildren.html?Queue=Incident Reports&id=".$Ticket->Id,
title_class=> 'inverse',
titleright => '', color=> "#336633" &>
@@ -128,12 +128,12 @@
Rows => 8,
FullList => $RT::WebPath."/RTIR/Incident/ShowChildren.html?Queue=Incident Reports&id=".$Ticket->id
&>
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
</td>
</tr>
<tr>
<TD VALIGN=TOP width=50%>
- <& /Elements/TitleBoxStart, title => loc('Investigations'),
+ <& /Widgets/TitleBoxStart, title => loc('Investigations'),
title_href => "$RT::WebPath/RTIR/Incident/ShowChildren.html?Queue=Investigations&id=".$Ticket->Id,
title_class=> 'inverse',
titleright => '', color=> "#336633" &>
@@ -152,11 +152,11 @@
Rows => 8,
FullList => $RT::WebPath."/RTIR/Incident/ShowChildren.html?Queue=Investigations&id=".$Ticket->id
&>
- <& /Elements/TitleBoxEnd &>
+ <& /Widgets/TitleBoxEnd &>
</td>
<TD VALIGN=TOP width=50%>
- <& /Elements/TitleBoxStart, title => loc('Blocks'),
+ <& /Widgets/TitleBoxStart, title => loc('Blocks'),
title_href => "$RT::WebPath/RTIR/Incident/ShowChildren.html?Queue=Blocks&id=".$Ticket->Id,
title_class=> 'inverse',
titleright => '', color=> "#336633" &>
@@ -173,17 +173,17 @@
Queue => 'Blocks',
Rows => 8,
FullList => $RT::WebPath."/RTIR/Incident/ShowChildren.html?Queue=Blocks&id=".$Ticket->id &>
- <& /Elements/TitleBoxEnd &>
+ <& /Widgets/TitleBoxEnd &>
</td>
</tr>
<tr>
<td colspan=2>
- <& /Elements/TitleBoxStart, title => loc("Dates"),
+ <& /Widgets/TitleBoxStart, title => loc("Dates"),
title_href =>"$RT::WebPath/RTIR/Edit.html?id=".$Ticket->Id,
title_class=> 'inverse',
color => "#663366" &>
<& /RTIR/Elements/ShowDates, Ticket => $Ticket &>
- <& /Elements/TitleBoxEnd &>
+ <& /Widgets/TitleBoxEnd &>
<BR>
<& /Ticket/Elements/ShowAttachments, Ticket => $Ticket,
Attachments => $attachments &>
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Edit.html
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Edit.html (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Edit.html Thu Oct 20 06:53:44 2005
@@ -43,7 +43,7 @@
<table border=0 cellspacing=2 cellpadding=0 width=100%>
<tr>
<td valign=top width=50%>
-<& /Elements/TitleBoxStart, title => loc('Modify incident # [_1]', $Ticket->Id), color=> "#993333", width => "100%" &>
+<& /Widgets/TitleBoxStart, title => loc('Modify incident # [_1]', $Ticket->Id), color=> "#993333", width => "100%" &>
<table>
<tr>
@@ -114,16 +114,16 @@
</tr>
</table>
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
</td>
</tr>
<tr>
<td valign=top width=50%>
-<& /Elements/TitleBoxStart, title => loc('Dates'), width => "100%", color => "#663366" &>
+<& /Widgets/TitleBoxStart, title => loc('Dates'), width => "100%", color => "#663366" &>
<& /RTIR/Elements/EditDates, TicketObj => $Ticket &>
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
</td>
</tr>
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Reply.html
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Reply.html (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Reply.html Thu Oct 20 06:53:44 2005
@@ -61,7 +61,7 @@
<HR>
% my $i;
-<& /Elements/TitleBoxStart, title => loc('Reply to selected tickets') &>
+<& /Widgets/TitleBoxStart, title => loc('Reply to selected tickets') &>
<table>
<tr><td class="label">
<&|/l&>Owner</&>:
@@ -87,7 +87,7 @@
<& /RTIR/Elements/UpdateData, %ARGS &>
</table>
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
<& /Elements/Submit, Name => "SubmitTicket", Caption => $SubmitCaption, Label => $SubmitLabel &>
</form>
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Search/Elements/BuildQuery
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Search/Elements/BuildQuery (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Search/Elements/BuildQuery Thu Oct 20 06:53:44 2005
@@ -60,7 +60,7 @@
</td>
<td valign=top class="boxcontainer">
-<& /Elements/TitleBoxStart, title => loc("Query") . ": " .$Description &>
+<& /Widgets/TitleBoxStart, title => loc("Query") . ": " .$Description &>
<& /Search/Elements/NewListActions, actions => \@actions &>
<select size="10" name="clauses" style="width: 100%">
<%$optionlist|n%>
@@ -77,7 +77,7 @@
<input type=submit name="Toggle" value="And/Or">
%#<input type=submit name="EditQuery" value="Advanced">
</center>
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
<br>
<& /Search/Elements/EditSearches, CurrentSearch => $search_hash, Dirty => $dirty, SearchId => $SearchId &>
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Search/Elements/PickCriteria
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Search/Elements/PickCriteria (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Search/Elements/PickCriteria Thu Oct 20 06:53:44 2005
@@ -43,7 +43,7 @@
%# those contributions and any derivatives thereof.
%#
%# }}} END BPS TAGGED BLOCK
-<& /Elements/TitleBoxStart, title => loc('Add Criteria')&>
+<& /Widgets/TitleBoxStart, title => loc('Add Criteria')&>
<table width=100% cellspacing=0 cellpadding=0 border=0>
<tr>
<td>
@@ -66,7 +66,7 @@
<tr><td> </td></tr>
</table>
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
<%INIT>
my $cfqueues = ();
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Tools/Lookup.html
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Tools/Lookup.html (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Tools/Lookup.html Thu Oct 20 06:53:44 2005
@@ -30,7 +30,7 @@
Title => $title &>
% if ($ticket) {
-<& /Elements/TitleBoxStart, title => loc("Current [_1]: #[_2]", $TicketType, $ticket), color=> "#993333" &>
+<& /Widgets/TitleBoxStart, title => loc("Current [_1]: #[_2]", $TicketType, $ticket), color=> "#993333" &>
<TABLE WIDTH=100% border=0 cellpadding=2 CELLSPACING=0>
<& /Elements/TicketList,
@@ -38,7 +38,7 @@
Format => $Format,
&>
</table>
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
<hr>
% }
@@ -46,17 +46,17 @@
<TABLE WIDTH=100% border=0 cellpadding=2 CELLSPACING=0>
<tr><td valign=top width=50%>
-<& /Elements/TitleBoxStart,
+<& /Widgets/TitleBoxStart,
title => loc('Incidents: [_1]', $q) &>
<& /RTIR/Elements/IncidentSummary,
Type => $TicketType,
ticket => $ticket,
q => $q &>
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
<br>
-<& /Elements/TitleBoxStart,
+<& /Widgets/TitleBoxStart,
title => loc('Incident Reports: [_1]', $q),
color=> "#336633"&>
<& /RTIR/Elements/ChildSummary,
@@ -65,11 +65,11 @@
ticket => $ticket,
lookuptype => $type,
q => $q &>
-<& /Elements/TitleBoxEnd&>
+<& /Widgets/TitleBoxEnd&>
</td><td width=50% valign=top>
-<& /Elements/TitleBoxStart,
+<& /Widgets/TitleBoxStart,
title => loc('Investigations: [_1]', $q),
color=> "#336633" &>
<& /RTIR/Elements/ChildSummary,
@@ -78,11 +78,11 @@
ticket => $ticket,
lookuptype => $type,
q => $q &>
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
<br>
-<& /Elements/TitleBoxStart,
+<& /Widgets/TitleBoxStart,
title => loc('Blocks: [_1]', $q),
color=> "#336633" &>
<& /RTIR/Elements/ChildSummary,
@@ -91,7 +91,7 @@
ticket => $ticket,
lookuptype => $type,
q => $q &>
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
</TABLE>
% }
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Tools/ScriptedAction.html
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Tools/ScriptedAction.html (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Tools/ScriptedAction.html Thu Oct 20 06:53:44 2005
@@ -42,18 +42,18 @@
<A NAME="top">
% if (exists $ARGS{'TestAddresses'}) {
-<& /Elements/TitleBoxStart, contentbg => "#cccccc",
+<& /Widgets/TitleBoxStart, contentbg => "#cccccc",
title => 'Address test results' &>
<ul>
% foreach my $key (keys %$addrhash) {
<li><%$addrhash->{$key}->{'IP'}%>: <%$addrhash->{$key}->{'Address'}%>
% }
</ul>
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
<BR>
% }
-<& /Elements/TitleBoxStart, contentbg => "#cccccc", title => loc("Identify Recipients") &>
+<& /Widgets/TitleBoxStart, contentbg => "#cccccc", title => loc("Identify Recipients") &>
<TABLE border=0 cellpadding=0 cellspacing=2>
% if ($loop eq 'IP') {
@@ -144,11 +144,11 @@
% if ($loop eq "IP") {
<& /Elements/Submit, Name => "TestAddresses", Caption => loc("Test email addresses"), Label => loc("Test")&>
% }
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
<BR>
-<& /Elements/TitleBoxStart, contentbg => "#cccccc", title => loc("Message information") &>
+<& /Widgets/TitleBoxStart, contentbg => "#cccccc", title => loc("Message information") &>
<TABLE border=0 cellpadding=0 cellspacing=2>
<TR>
@@ -187,7 +187,7 @@
</TR>
</TABLE>
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
<& /Elements/Submit, Name => "SubmitAction", Caption => loc("Create the Incidents and Investigations"), Label => loc("Create")&>
</FORM>
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/index.html
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/index.html (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/index.html Thu Oct 20 06:53:44 2005
@@ -32,12 +32,12 @@
<& /RTIR/Elements/NewReports &>
</TD>
<TD VALIGN=TOP>
-<& /Elements/TitleBoxStart, title=>loc("Refresh") &>
+<& /Widgets/TitleBoxStart, title=>loc("Refresh") &>
<form method=get action="index.html">
<& /RTIR/Elements/Refresh, Name => 'HomeRefreshInterval', Default => $session {'home_refresh_interval'} &>
<input type=submit value="<&|/l&>Go!</&>">
</form>
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
</TD>
</TR>
</TR>
More information about the Rt-commit
mailing list