Project

General

Profile

« Previous | Next » 

Revision 29454

Added by Nikon Gasparis almost 10 years ago

*extended information on registration mails
*fixed a bug where namespace prefix for aggregator was 11 rather than 12 characters
*new properties to enable/disable registration of publication files
*new property to set deploy environment
*guidelines are displaying according to the chosen deploy environment
*support for CRIS rules
*support for CRIS compatibility tests

View differences:

addRule.jsp
37 37
							<s:if test="%{#label.equals(\"xmlvocabulary_rule.terms\") || #label.equals(\"rules.description\")}">
38 38
								<s:textarea name="inputs" title="%{getText(#dscr)}" label="%{getText(#tltp)}" cols="50" rows="5"/>
39 39
							</s:if>
40
							<s:elseif test="%{#label.equals(\"xmlcrisclassvocabulary_rule.terms\") || #label.equals(\"xmlcrisreferentialintegrity_rule.terms\")}">
41
								<s:textarea name="inputs" title="%{getText(#dscr)}" label="%{getText(#tltp)}" cols="50" rows="5"/>
42
							</s:elseif>
40 43
							<s:elseif test="%{#label.equals(\"rules.mandatory\")}">
41 44
								<s:select label="%{getText(#tltp)}" name="inputs" list="#{'true':'true', 'false':'false'}" title="%{getText(#dscr)}"/>
42 45
							</s:elseif>
......
53 56
								<s:textfield name="inputs" title="%{getText(#dscr)}" label="%{getText(#tltp)}" style="width: 300px;"/>
54 57
							</s:else>
55 58
						</s:iterator>
59
						<s:select name="entityType" list="entityTypes" label="%{getText(\"jobs.entity_type.name\")}" title="%{getText(\"jobs.entity_type.description\")}" />
56 60
						<s:select name="jobType" list="jobTypes" label="%{getText(\"jobs.job_type.name\")}" title="%{getText(\"jobs.job_type.description\")}"/>
57 61
						<s:submit value="Insert" cssClass="button-default"/>
58 62
					</s:form>

Also available in: Unified diff