X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FSelfService%2FUpdate.html;h=b2af9bf0e9948f7dd71d101dbadb52755ba76efc;hp=664cd3d4f94a9de23987e1cd7eb5b664b5781837;hb=7322f2afedcc2f427e997d1535a503613a83f088;hpb=e9e0cf0989259b94d9758eceff448666a2e5a5cc diff --git a/rt/share/html/SelfService/Update.html b/rt/share/html/SelfService/Update.html index 664cd3d4f..b2af9bf0e 100755 --- a/rt/share/html/SelfService/Update.html +++ b/rt/share/html/SelfService/Update.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2016 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -51,17 +51,21 @@ % $m->callback(CallbackName => 'BeforeForm', %ARGS, ARGSRef => \%ARGS, Ticket => $Ticket ); -
+ + @@ -74,7 +78,7 @@ <& /Ticket/Elements/AddAttachments, %ARGS, TicketObj => $Ticket &> - +
<&|/l&>Status - <& /Elements/SelectStatus, Name => "Status", TicketObj => $Ticket, DefaultLabel => loc("[_1] (Unchanged)", loc($Ticket->Status)), Default => $ARGS{'Status'} || ($Ticket->Status eq $DefaultStatus ? undef : $DefaultStatus)&> + <& /Ticket/Elements/SelectStatus, + Name => "Status", + TicketObj => $Ticket, + Default => $DefaultStatus &>
<& /Ticket/Elements/EditCustomFields, TicketObj => $Ticket &>
<& /Elements/EditCustomFields, Object => $Ticket, AsTable => 0 &>
% if (exists $ARGS{UpdateContent}) { % # preserve QuoteTransaction so we can use it to set up sane references/in/reply to