Revision 052c14aa templates/apply.html

b/templates/apply.html
24 24
		$("#id_port").css('width', '100px').attr('size', '5');
25 25
		$("#id_destinationport").css('width', '100px').attr('size', '5');
26 26
		$('#id_then').attr("multiple", "");
27
		$( "#id_expires" ).datepicker({ dateFormat: 'yy-mm-dd' , maxDate: '+10d', minDate: '+1d', changeMonth: false, changeYear: false }).datepicker( $.datepicker.regional[ "el" ] );
27 28
		$('#then_diag').dialog({
28 29
			height: 220,
29 30
            width: 340,
......
186 187
</table>
187 188
</fieldset>
188 189
<fieldset>
190
<legend>{% trans "Expiration" %}</legend>
191
<table>
192
<tr><th>{{ form.expires.label_tag }}</th><td>{{ form.expires }}<span class="error">{{ form.expires.errors|join:", " }}</span></td></tr>
193
</table>
194
</fieldset>
195
<fieldset>
189 196
<legend>{% trans "Use/Comments" %}</legend>
190 197
{% blocktrans %}
191 198
<p>Give a short description of the intended use of this rule, that justifies the parameter selection above. Feel free to include any additional comments.</p>

Also available in: Unified diff