You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2014/10/10 01:00:29 UTC

svn commit: r1630616 - /manifoldcf/branches/CONNECTORS-1068/connectors/documentfilter/connector/src/main/resources/org/apache/manifoldcf/agents/transformation/documentfilter/editSpecification_Contents.html

Author: kwright
Date: Thu Oct  9 23:00:28 2014
New Revision: 1630616

URL: http://svn.apache.org/r1630616
Log:
Hook up hiddens

Modified:
    manifoldcf/branches/CONNECTORS-1068/connectors/documentfilter/connector/src/main/resources/org/apache/manifoldcf/agents/transformation/documentfilter/editSpecification_Contents.html

Modified: manifoldcf/branches/CONNECTORS-1068/connectors/documentfilter/connector/src/main/resources/org/apache/manifoldcf/agents/transformation/documentfilter/editSpecification_Contents.html
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1068/connectors/documentfilter/connector/src/main/resources/org/apache/manifoldcf/agents/transformation/documentfilter/editSpecification_Contents.html?rev=1630616&r1=1630615&r2=1630616&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1068/connectors/documentfilter/connector/src/main/resources/org/apache/manifoldcf/agents/transformation/documentfilter/editSpecification_Contents.html (original)
+++ manifoldcf/branches/CONNECTORS-1068/connectors/documentfilter/connector/src/main/resources/org/apache/manifoldcf/agents/transformation/documentfilter/editSpecification_Contents.html Thu Oct  9 23:00:28 2014
@@ -105,6 +105,12 @@
 
 #else
 
+<input type="hidden" name="s${SEQNUM}_mindateyear" value="$MINDATEYEAR" />
+<input type="hidden" name="s${SEQNUM}_mindatemonth" value="$MINDATEMONTH" />
+<input type="hidden" name="s${SEQNUM}_mindateday" value="$MINDATEDAY" />
+<input type="hidden" name="s${SEQNUM}_mindatehour" value="$MINDATEHOUR" />
+<input type="hidden" name="s${SEQNUM}_mindateminute" value="$MINDATEMINUTE" />
+
 <input type="hidden" name="s${SEQNUM}_minfilesize" value="$Encoder.attributeEscape($MINFILESIZE)" />
 <input type="hidden" name="s${SEQNUM}_maxfilesize" value="$Encoder.attributeEscape($MAXFILESIZE)" />
 <input type="hidden" name="s${SEQNUM}_mimetypes" value="$Encoder.attributeEscape($MIMETYPES)" />