Feature Request 718739 -- USS Submission Start/End Dates

This commit is contained in:
Roy Johnson 2004-08-26 22:10:49 +00:00
parent 7f3f4ee30f
commit 82daf4f984
4 changed files with 56 additions and 11 deletions

View file

@ -231,6 +231,10 @@ A translated text label that prompts the user to edit a particular submission.
A loop containing each submission.
<blockquote>
<b>submission.inDateRange</b>
A boolean value indicating whether or not the submission is within the specified date range.
<p/>
<b>submission.id</b><br/>
A unique identifier for this submission.
<p/>
@ -794,6 +798,22 @@ A label for the contentType.form variable.
A field allowing the user to select the type of content contained in the form.body field.
<p>
<b>startDate.label</b><br>
A label for the startDate.form variable.
<p>
<b>startDate.form</b><br>
A field allowing the user to select the first date the submission should be visible on the USS list.
<p>
<b>endDate.label</b><br>
A label for the endDate.form variable.
<p>
<b>endDate.form</b><br>
A field allowing the user to select the last date the submission should be visible on the USS list.
<p>
<b>form.submit</b><br>
A submit button.
<p>