Revision 0a63687f snf-astakos-app/astakos/im/templates/im/astakosgroup_list.html

b/snf-astakos-app/astakos/im/templates/im/astakosgroup_list.html
86 86
                  <tr>
87 87
                    <th>Name</th>
88 88
                    <!--<th>Type</th>-->
89
                    <th>Issued</th>
90
                    <th>Expires</th>
89
                    <th>Start date</th>
90
                    <th>End date</th>
91 91
                     
92
                    <th>Enrolled</th>
92
                    <th>Members</th>
93 93
                   
94 94
                     
95 95
                    <th>Status</th>
......
203 203
	    <div class="pagination">
204 204
			<p class="next-prev">
205 205
		        {% if page_obj.has_previous %}
206
	                <a href="?page={{ page_obj.previous_page_number }}{% if q %}&q={{q}}{% endif %}{% if sorting %}&sorting={{sorting}}{% endif %}">previous</a>
206
	                <a href="?page={{ page_obj.previous_page_number }}{% if q %}&q={{q}}{% endif %}{% if sorting %}&sorting={{sorting}}{% endif %}">< previous</a>
207
	            {% else  %}
208
                        	<a href="javascript:void()" class="disabled">< previous</a>    
207 209
	            {% endif %}
208 210
	            {% if page_obj.has_next %}
209
	                <a href="?page={{ page_obj.next_page_number }}{% if q %}&q={{q}}{% endif %}{% if sorting %}&sorting={{sorting}}{% endif %}">next</a>
211
	                <a href="?page={{ page_obj.next_page_number }}{% if q %}&q={{q}}{% endif %}{% if sorting %}&sorting={{sorting}}{% endif %}">next ></a>
212
	            {% else  %}
213
                        	<a href="javascript:void()" class="disabled">next ></a>
210 214
	            {% endif %}
211 215
	    	</p>
212 216
			<p class="nums">
......
240 244
			              <tr>
241 245
			                <th>Name</th>
242 246
			                <!--th>Type</th-->
243
			                <th>Issued</th>
244
			                <th>Expires</th>
245
			                <th>Enrolled</th>
247
			                <th>Start date</th>
248
			                <th>End date</th>
249
			                <th>Members</th>
246 250
			                <th>Status</th>
247 251
			                <th>&nbsp;</th>
248 252
			                <th class="centered">Moderated</th>
......
334 338
				<div class="pagination">
335 339
					<p class="next-prev">
336 340
				        {% if page_obj.has_previous %}
337
                            <a href="?page={{ page_obj.previous_page_number }}{% if sorting %}&sorting={{ sorting }}{% endif%}#allGroups">previous</a>
341
                            <a href="?page={{ page_obj.previous_page_number }}{% if sorting %}&sorting={{ sorting }}{% endif%}#allGroups">< previous</a>
342
                        {% else  %}
343
                        	<a href="javascript:void()" class="disabled">< previous</a>
338 344
                        {% endif %}
339 345
			            {% if page_obj.has_next %}
340
                            <a href="?page={{ page_obj.next_page_number }}{% if sorting %}&sorting={{ sorting }}{% endif%}#allGroups">next</a>
346
                            <a href="?page={{ page_obj.next_page_number }}{% if sorting %}&sorting={{ sorting }}{% endif%}#allGroups">next ></a>
347
                        {% else %}
348
							<a href="javascript:void()" class="disabled">next ></a>
341 349
                        {% endif %}
342 350
			    	</p>
343 351
					<p class="nums">

Also available in: Unified diff