From eb061f5119325e666f0dff40d4089e5c1df58e17 Mon Sep 17 00:00:00 2001 From: cvs2git Date: Sun, 16 Mar 2008 19:58:34 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'TRIXBOX_2_6'. --- httemplate/elements/tr-input-beginning_ending.html | 75 ---------------------- 1 file changed, 75 deletions(-) delete mode 100644 httemplate/elements/tr-input-beginning_ending.html (limited to 'httemplate/elements/tr-input-beginning_ending.html') diff --git a/httemplate/elements/tr-input-beginning_ending.html b/httemplate/elements/tr-input-beginning_ending.html deleted file mode 100644 index 8a1dd62a9..000000000 --- a/httemplate/elements/tr-input-beginning_ending.html +++ /dev/null @@ -1,75 +0,0 @@ -% unless ( $m->count == $previous_request_count ) { - - - - -% } - - - From date: - MAXLENGTH=<%$maxlength%>>
m/d/y<% $time_hint %> - - -% unless ( $opt{layout} =~ /^h/i ) { #horizontal - - - - -% } - - To date: - MAXLENGTH=<%$maxlength%>>
m/d/y<% $time_hint %> - - - - - - > - (leave one or both dates blank for an open-ended search) - - - -<%once> - -my $previous_request_count = ''; - - -<%init> - -my %opt = @_; - -$opt{prefix} = '' unless defined $opt{prefix}; -$opt{prefix} .= '_' if $opt{prefix}; - -my( $input_time, $time_format, $time_hint ) = ( '', '', '' ); -my( $size, $maxlength ) = ( 11, 10 ); -if ( $opt{'input_time'} ) { - $input_time = ', showsTime: true, timeFormat: "12"'; # http://www.dynarch.com/demos/jscalendar/doc/html/reference.html#node_sec_2.3 - $time_format = ' %k:%M:%S'; # http://www.dynarch.com/demos/jscalendar/doc/html/reference.html#node_sec_5.3.5 - $time_hint = ' h:m:s'; - $size = 21; - $maxlength = 27; -} - - -<%cleanup> - -$previous_request_count = $m->count; - - -- cgit v1.2.1