[Rt-commit] r2586 - rt/branches/3.4-RELEASE/html/Elements

tla at bestpractical.com tla at bestpractical.com
Mon Apr 4 04:28:02 EDT 2005


Author: tla
Date: Mon Apr  4 04:28:02 2005
New Revision: 2586

Modified:
   rt/branches/3.4-RELEASE/html/Elements/EditLinks
Log:
Add a callback for the use of RTFM


Modified: rt/branches/3.4-RELEASE/html/Elements/EditLinks
==============================================================================
--- rt/branches/3.4-RELEASE/html/Elements/EditLinks	(original)
+++ rt/branches/3.4-RELEASE/html/Elements/EditLinks	Mon Apr  4 04:28:02 2005
@@ -114,9 +114,12 @@
 <TD VALIGN=TOP>
 <h3><&|/l&>New Links</&></h3>
 % if (ref($Object) eq 'RT::Ticket') {
-<i><&|/l&>Enter tickets or URIs to link tickets to. Separate multiple entries with spaces.</&></i><br>
+<i><&|/l&>Enter tickets or URIs to link tickets to. Separate multiple entries with spaces.</&>
+<& /Elements/Callback, _CallbackName => 'ExtraLinkInstructions' &>
+</i><br>
 % } elsif (ref($Object) eq 'RT::Queue') {
-<i><&|/l&>Enter queues or URIs to link queues to. Separate multiple entries with spaces.</&></i><br>
+<i><&|/l&>Enter queues or URIs to link queues to. Separate multiple entries with spaces.</&>
+</i><br>
 % } else {
 <i><&|/l&>Enter objects or URIs to link objects to. Separate multiple entries with spaces.</&></i><br>
 % }


More information about the Rt-commit mailing list