[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-136-gb93716a
Shawn Moore
sartak at bestpractical.com
Wed Jul 14 20:14:10 EDT 2010
The branch, 3.9-trunk has been updated
via b93716a7c7b36b88e57e56dab30d6a6b6bf2ca85 (commit)
from edbf887976426d4bd3d3e13135ca2d2af47cf9f2 (commit)
Summary of changes:
share/html/Elements/QuickCreate | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit b93716a7c7b36b88e57e56dab30d6a6b6bf2ca85
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Jul 14 20:15:38 2010 -0400
Add a callback for attributes for QuickCreate's <form>
diff --git a/share/html/Elements/QuickCreate b/share/html/Elements/QuickCreate
index 45e2e2f..a767b50 100644
--- a/share/html/Elements/QuickCreate
+++ b/share/html/Elements/QuickCreate
@@ -47,7 +47,11 @@
%# END BPS TAGGED BLOCK }}}
<div class="quick-create">
<&| /Widgets/TitleBox, title => loc('Quick ticket creation') &>
-<form method="post" action="<%RT->Config->Get('WebPath')%>/index.html">
+<form
+ method="post"
+ action="<%RT->Config->Get('WebPath')%>/index.html"
+% $m->callback(CallbackName => 'InFormElement');
+>
<input type="hidden" class="hidden" name="QuickCreate" value="1" />
<table>
<tr class="input-row"><td class="label"><&|/l&>Subject</&>:</td>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list