Revision bea340d9

b/templates/apply.html
25 25
		$("#id_destinationport").css('width', '100px').attr('size', '5');
26 26
		$('#id_then').attr("multiple", "");
27 27
		$( "#id_expires" ).datepicker({ dateFormat: 'yy-mm-dd' , maxDate: '+10d', minDate: '+1d', changeMonth: false, changeYear: false }).datepicker( $.datepicker.regional[ "el" ] );
28
		{% comment %}
28 29
		$('#then_diag').dialog({
29 30
			height: 220,
30 31
            width: 340,
......
56 57
		}
57 58
	}
58 59
		});
59
		
60
		{% comment %}
60 61
		$('#port_diag').dialog({
61 62
			height: 220,
62 63
            width: 340,

Also available in: Unified diff