[Rt-commit] [svn] r1263 - rt/branches/3.2-RELEASE/html/Elements
huberth at pallas.eruditorum.org
huberth at pallas.eruditorum.org
Mon Jul 19 15:54:50 EDT 2004
Author: huberth
Date: Mon Jul 19 15:54:49 2004
New Revision: 1263
Modified:
rt/branches/3.2-RELEASE/html/Elements/SelectDate
Log:
* Generalized Elements/SelectDate slightly, to allow for a differently-sized textbox.
Modified: rt/branches/3.2-RELEASE/html/Elements/SelectDate
==============================================================================
--- rt/branches/3.2-RELEASE/html/Elements/SelectDate (original)
+++ rt/branches/3.2-RELEASE/html/Elements/SelectDate Mon Jul 19 15:54:49 2004
@@ -43,7 +43,7 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK
-<INPUT NAME="<%$Name%>" VALUE="<%$Default%>" size=16>
+<INPUT NAME="<%$Name%>" VALUE="<%$Default%>" size=<%$Size%>>
<%init>
unless ((defined $Default) or
@@ -67,4 +67,5 @@
$current=>time
$Default => undef
$Name => undef
+$Size => 16
</%args>
More information about the Rt-commit
mailing list