[Rt-commit] rt branch, 4.0/add-attachments-callback, created. rt-4.0.1-297-gf181301

Thomas Sibley trs at bestpractical.com
Fri Aug 12 15:31:45 EDT 2011


The branch, 4.0/add-attachments-callback has been created
        at  f1813019e19c6eece8f65a46cc6ec6994d3f8022 (commit)

- Log -----------------------------------------------------------------
commit f1813019e19c6eece8f65a46cc6ec6994d3f8022
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Fri Aug 12 15:31:16 2011 -0400

    Add a callback to AddAttachments for tacking stuff onto the end

diff --git a/share/html/Ticket/Elements/AddAttachments b/share/html/Ticket/Elements/AddAttachments
index ba97a83..017cacc 100644
--- a/share/html/Ticket/Elements/AddAttachments
+++ b/share/html/Ticket/Elements/AddAttachments
@@ -58,4 +58,4 @@
 
 <tr><td class="label"><&|/l&>Attach</&>:</td><td><input name="Attach" type="file" /><input type="submit" class="button" name="AddMoreAttach" value="<&|/l&>Add More Files</&>" /><input type="hidden" class="hidden" name="UpdateAttach" value="1" />
 </td></tr>
-
+% $m->callback( %ARGS, CallbackName => 'End' );

-----------------------------------------------------------------------


More information about the Rt-commit mailing list