From 92b6628c08e4478e48b6f250320a3e3e93262ec2 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 31 Mar 2015 11:53:29 -0700 Subject: more flexible package suspend/unsuspend fees, #26828 --- httemplate/elements/tr-select-reason.html | 84 +++++++++++++------------------ 1 file changed, 36 insertions(+), 48 deletions(-) (limited to 'httemplate/elements/tr-select-reason.html') diff --git a/httemplate/elements/tr-select-reason.html b/httemplate/elements/tr-select-reason.html index 356597553..125874694 100755 --- a/httemplate/elements/tr-select-reason.html +++ b/httemplate/elements/tr-select-reason.html @@ -35,13 +35,17 @@ Example: % # - no redundant checking of ACLs or parameters % # - form fields are grouped for easy management % # - use the standard select-table widget instead of ad hoc crap +<& /elements/xmlhttp.html, + url => $p . 'misc/xmlhttp-reason-hint.html', + subs => [ 'get_hint' ], +&>