Revision 864c123e

b/snf-astakos-app/astakos/im/static/im/css/modules.css
243 243
table.alt-style tr:nth-child(2n) td				{ background:#F2F2F2 } 
244 244
dl.alt-style dt									{ width:30%; float:left; color:#3582AC; font-weight:normal;}
245 245
dl.alt-style dt:nth-child(2n)					{ background:black; }
246
dl.alt-style dd									{ overflow:hidden; }
246 247
.projects										{ padding-bottom:30px; position:relative; }
247 248
.projects h2 span								{ color:#3582AC;}
248 249
.projects h2 em									{ float:right; }
......
491 492
table .msg-wrap .dialog .submit					{ min-width:30px; padding:5px 22px; }
492 493
table .msg-wrap .dialog .no.submit				{ float:right; }
493 494
table.alt-style .centered						{ text-align:center; }
494
table.alt-style form.link-like					{ float:none }
495
table.alt-style form.link-like					{ float:none}
496
table.alt-style .project_action div:first-child form	{ margin:0; }
497

  
495 498
form.quotas-form span.error-msg span			{ display:block; color:red; }
496 499
form.quotas-form span.error-msg em,
497 500
form.quotas-form span.error-msg:hover em		{ background-position:-58px -3px; }
b/snf-astakos-app/astakos/im/static/im/js/quotas.js
322 322
			return false;
323 323
			
324 324
		}
325
		if ($('.quotas-form .group .form-row.with-errors').length>0 ){
326
			$('.quotas-form .group .form-row.with-errors input[type="text"]')[0].focus();
327
			return false;
328
			
329
		} 
330
		 		
325
		 	
331 326
		  
332 327
		 
333 328
	});
334 329

  
335 330

  
331
	$('.quotas-form .form-row.with-errors input[type="text"]').first().focus();
336 332
	
337 333
	
338 334
	
b/snf-astakos-app/astakos/im/templates/im/projects/projectapplication_form.html
11 11
<h2>CREATE PROJECT</h2>
12 12

  
13 13
{% if show_form %}
14
<form action="?verify=1#top" method="post" class="withlabels quotas-form" id="group_create_form">{% csrf_token %}
14
<form action="?verify=1" method="post" class="withlabels quotas-form" id="group_create_form">{% csrf_token %}
15 15

  
16 16
    <fieldset class="with-info" id="top">
17 17
    	<legend>
......
153 153
										{% else %}
154 154
											value = "{% get_grant_value rname form %}"
155 155
										{% endif %}
156
			       						/> 
156
			       						autocomplete="off"			
157
							> 
157 158
			       			<span class="extra-img">&nbsp;</span>
158 159
			         		<span class="info"><em>more info</em><span>{{ rdata.help_text_input_each }}</span></span>
159 160
			    		</p>

Also available in: Unified diff