More members overhaul

Relates to #44
This commit is contained in:
Jan Tuomi
2017-05-12 21:19:01 +03:00
parent 3a468b9c39
commit 74746fc0de
23 changed files with 258 additions and 484 deletions
+1 -4
View File
@@ -3,7 +3,6 @@
{% load static %}
{% load i18n %}
{% block content %}
<link rel="stylesheet" href="{% static "css/jasenlista.css" %}">
<div>
<a id="filter-collapser" href="#collapse-filters" data-toggle="collapse" class="btn btn-info">
{% trans "Show filters" %}
@@ -50,7 +49,7 @@
<input type="button" value="{% trans "Download CSV" %}" id="download-csv" class="btn btn-info" ng-click="loadCSV()"/>
</div>
</div>
<table id="choose-address-table" class="table table-striped">
<table class="table table-bordered table-hover">
<thead>
<tr class="ui-widget-header">
<th>{% trans "Date" %}</th>
@@ -71,8 +70,6 @@
{% trans "No member data found" %}
{% endif %}
</td>
<td>{{ payment.last_name }}</td>
<td>{{ payment.email }}</td>
<td class="table-button-column">
<a href="/members/edit/{{ payment.id }}">
<input type="button" value="{% trans "Edit" %}" class="table-button btn btn-info" value="{% trans "Edit" %}" />