[Rt-commit] r18397 - rt/3.8/trunk/share/html/Elements
ruz at bestpractical.com
ruz at bestpractical.com
Sat Feb 14 00:29:42 EST 2009
Author: ruz
Date: Sat Feb 14 00:29:41 2009
New Revision: 18397
Added:
rt/3.8/trunk/share/html/Elements/SelectPriority
Log:
* add simple priority input handler
Added: rt/3.8/trunk/share/html/Elements/SelectPriority
==============================================================================
--- (empty file)
+++ rt/3.8/trunk/share/html/Elements/SelectPriority Sat Feb 14 00:29:41 2009
@@ -0,0 +1,8 @@
+<input name="<% $Name %>" value="<% $Default %>" size="5" />
+<%ARGS>
+$Name => 'Priority'
+$Default => ''
+</%ARGS>
+<%INIT>
+$Default = '' unless defined $Default;
+</%INIT>
More information about the Rt-commit
mailing list