Revision c2b1d833 snf-astakos-app/astakos/im/templates/im/projects/project_members.html

b/snf-astakos-app/astakos/im/templates/im/projects/project_members.html
3 3
 
4 4
{% load astakos_tags filters django_tables2 %}
5 5

  
6
{% block project_title %}<a href="{% url project_detail object.chain %}" title="Back to project ">{{ object.name|upper }}</a>{% endblock project_title %}
6
{% block bottom_link %}<a href="{% url project_detail object.chain %}" title="Back to project ">&lt; Back to Project</a>{% endblock bottom_link %}
7 7
{% block inner_project %} 
8 8
   
9 9
  {% if owner_mode and project_view %}
......
25 25
        {% if members_table %}
26 26
       
27 27
        {% render_table members_table %}
28
        <div class="form-actions">
29
          <a href="" class="button approve" data-action="approve">Approve selected</a>
30
          <a href="" class="button reject" data-action="reject">Reject selected</a>
31
          <a href="" class="button remove" data-action="remove">Remove selected</a>
32
          <div class="msg-wrap">
33
             <div class="dialog"> 
34
                <div class="dialog-content">
35
                Are you sure you want to perform this action?
36
                <br> <br> <a href="#" class="yes submit">Yes</a>
37
              &nbsp; 
38
              <a href="#" class="no submit">No</a> </div> </div>
39
            </div> 
40

  
41
          </div>
42
          
28
        <div class="form-actions inactive">
29
          {% confirm_link "Reject selected" "project_app_cancel" 0 1 "" "OK" 1 "reject" %}
30
          {% confirm_link "Accept selected" "project_app_cancel" 0 1 "" "OK" 1 "approve" %}
31
          {% confirm_link "Remove selected" "project_app_cancel" 0 1 "" "OK" 1 "remove" %} 
32
        </div>
43 33
        {% endif %}
44 34
        
45
      </div>
35
      
46 36

  
47 37
     
48 38
      {% if not project.is_deactivated %}

Also available in: Unified diff