Revision 51945a9e snf-astakos-app/astakos/im/templates/im/astakosgroup_list.html

b/snf-astakos-app/astakos/im/templates/im/astakosgroup_list.html
46 46
    <!-- Search group -->
47 47
    {% if object_list %}
48 48
        <div class="full-dotted">
49
        	<form method="GET" class="minimal" action=""> 
49
        	<form method="GET" class="minimal" action="#searchResults"> 
50 50
				<div class="form-row">
51 51
					<select name="sorting" onchange="this.form.submit();">
52 52
					    <option value="">Sort by</option>
......
59 59
					<input type="hidden" name="q" value="{{q}}"/>
60 60
				</div>
61 61
			</form>
62
            <table class="alt-style complex">
62
            <table class="alt-style complex" id="searchResults">
63 63
                <caption>
64 64
                    SEARCH RESULTS
65 65
                </caption>
......
153 153
            {% with own_page|concat:own_sorting as args %}
154 154
            {% with mine|paginate:args as mine %}
155 155
	      	    <div class="full-dotted">
156
					<form method="GET" class="minimal" action="">
156
					<form method="GET" class="minimal" action="#myGroups">
157 157
						<div class="form-row">
158 158
						    <select name="own_sorting" onchange="this.form.submit();">
159 159
							    <option value="">Sort by</option>
......
167 167
							</select>
168 168
						</div>
169 169
					</form>
170
					<table class="alt-style complex">
170
					<table class="alt-style complex" id="myGroups">
171 171
			            <caption>MY GROUPS</caption>
172 172
			            <thead>
173 173
			              <tr>
......
233 233
            {% with other_page|concat:other_sorting as args %}
234 234
            {% with other|paginate:args as other %}
235 235
 	      		<div class="full-dotted">
236
 	      			<form method="GET" class="minimal" action=""> 
236
 	      			<form method="GET" class="minimal" action="#iParticipateIn"> 
237 237
						<div class="form-row">
238 238
							<select name="other_sorting" onchange="this.form.submit();">
239 239
							    <option value="">Sort by</option>
......
247 247
							</select>
248 248
						</div>
249 249
					</form>
250
					<table class="alt-style complex">
250
					<table class="alt-style complex" id="iParticipateIn">
251 251
			            <caption>
252 252
			            	I PARTICIPATE IN
253 253
			            </caption>

Also available in: Unified diff