[freeside-commits]
freeside/rt/html/Ticket/Elements ShowSummary, 1.3,
1.4 Tabs, 1.3, 1.4
Ivan,,,
ivan at wavetail.420.am
Sat Oct 15 02:33:55 PDT 2005
- Previous message: [freeside-commits] freeside/rt/html/NoAuth/images back_home.gif,
1.1.1.1, NONE head_requestracker.gif, 1.1.1.1, NONE rt.jpg,
1.1.1.1, NONE spacer.gif, 1.1.1.1, NONE squares_blue.gif,
1.1.1.1, NONE
- Next message: [freeside-commits] freeside/rt/lib/RT TicketCustomFieldValue.pm,
1.1.1.2, NONE TicketCustomFieldValue_Overlay.pm, 1.1.1.2,
NONE TicketCustomFieldValues.pm, 1.1.1.2,
NONE TicketCustomFieldValues_Overlay.pm, 1.1.1.2, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/rt/html/Ticket/Elements
In directory wavetail:/tmp/cvs-serv6970/html/Ticket/Elements
Modified Files:
ShowSummary Tabs
Log Message:
landing rt 3.4.4 on HEAD
Index: Tabs
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/html/Ticket/Elements/Tabs,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Tabs 3 Dec 2004 20:51:54 -0000 1.3
+++ Tabs 15 Oct 2005 09:33:53 -0000 1.4
@@ -1,8 +1,8 @@
-%# {{{ BEGIN BPS TAGGED BLOCK
+%# BEGIN BPS TAGGED BLOCK {{{
%#
%# COPYRIGHT:
%#
-%# This software is Copyright (c) 1996-2004 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2005 Best Practical Solutions, LLC
%# <jesse at bestpractical.com>
%#
%# (Except where explicitly superseded by other copyright notices)
@@ -42,7 +42,7 @@
%# works based on those contributions, and sublicense and distribute
%# those contributions and any derivatives thereof.
%#
-%# }}} END BPS TAGGED BLOCK
+%# END BPS TAGGED BLOCK }}}
<& /Elements/Callback, Ticket => $Ticket, actions=> $actions, tabs => $tabs, %ARGS &>
<& /Elements/Tabs,
tabs => $tabs,
@@ -123,7 +123,7 @@
path => "Ticket/ModifyCustomers.html?id=" . $id, },
_F => { title => loc('Jumbo'),
path => "Ticket/ModifyAll.html?id=" . $id,
- seperator => 1
+ separator => 1
},
};
@@ -189,6 +189,7 @@
Order => $ARGS{'Order'} || $session{'CurrentSearchHash'}->{'Order'},
Rows => $ARGS{'Rows'},
) if ($ARGS{'Query'} or $session{'CurrentSearchHash'}->{'Query'});
+$args ||= '';
$tabs->{"f"} = { path => "Search/Build.html?NewQuery=1",
title => loc('New Query')};
@@ -213,7 +214,7 @@
<%ARGS>
$Ticket => undef
$subtabs => undef
-$current_tab => undef
-$current_subtab => undef
+$current_tab => ''
+$current_subtab => ''
$Title => undef
</%ARGS>
Index: ShowSummary
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/html/Ticket/Elements/ShowSummary,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ShowSummary 3 Dec 2004 20:51:54 -0000 1.3
+++ ShowSummary 15 Oct 2005 09:33:53 -0000 1.4
@@ -1,8 +1,8 @@
-%# {{{ BEGIN BPS TAGGED BLOCK
+%# BEGIN BPS TAGGED BLOCK {{{
%#
%# COPYRIGHT:
%#
-%# This software is Copyright (c) 1996-2004 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2005 Best Practical Solutions, LLC
%# <jesse at bestpractical.com>
%#
%# (Except where explicitly superseded by other copyright notices)
@@ -42,7 +42,7 @@
%# works based on those contributions, and sublicense and distribute
%# those contributions and any derivatives thereof.
%#
-%# }}} END BPS TAGGED BLOCK
+%# END BPS TAGGED BLOCK }}}
<TABLE WIDTH="100%" class="ticketsummary" >
<TR>
<TD VALIGN=TOP WIDTH="50%" class="boxcontainer">
@@ -53,7 +53,7 @@
<& /Ticket/Elements/ShowBasics, Ticket => $Ticket &>
<& /Elements/TitleBoxEnd &>
<br>
-% if ($Ticket->QueueObj->CustomFields()->First) {
+% if ($Ticket->QueueObj->TicketCustomFields->First) {
<& /Elements/TitleBoxStart, title => loc('Custom Fields'),
title_href =>"$RT::WebPath/Ticket/Modify.html?id=".$Ticket->Id,
title_class=> 'inverse',
- Previous message: [freeside-commits] freeside/rt/html/NoAuth/images back_home.gif,
1.1.1.1, NONE head_requestracker.gif, 1.1.1.1, NONE rt.jpg,
1.1.1.1, NONE spacer.gif, 1.1.1.1, NONE squares_blue.gif,
1.1.1.1, NONE
- Next message: [freeside-commits] freeside/rt/lib/RT TicketCustomFieldValue.pm,
1.1.1.2, NONE TicketCustomFieldValue_Overlay.pm, 1.1.1.2,
NONE TicketCustomFieldValues.pm, 1.1.1.2,
NONE TicketCustomFieldValues_Overlay.pm, 1.1.1.2, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list