Changeset 53e624e


Ignore:
Timestamp:
Jun 5, 2013, 7:22:27 AM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, stable, stage
Children:
a7c08e4
Parents:
17c118f
git-author:
Alex Dehnert <adehnert@…> (06/05/13 07:22:27)
git-committer:
Alex Dehnert <adehnert@…> (06/05/13 07:22:27)
Message:

More consistently use "people" in the UI

Avoid using "officer" or "signatory" in the "Update people" UI, in favor of
"people". This is a partial fix for ASA-#93 that mostly gets that page into
good shape.

Location:
asadb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • asadb/media/style/style.css

    r1e08e97 r53e624e  
    272272}
    273273
    274 table.group-change-officers-change td
     274table.group-update-people-change td
    275275{
    276276    text-align: center;
  • asadb/template/groups/group_change_officers.html

    rbb1a40e r53e624e  
    11{% extends "base.html" %}
    22
    3 {% block title %}{{group.name}}: Change people{% endblock %}
     3{% block title %}{{group.name}}: Update people{% endblock %}
    44{% block content %}
    55
    6 <h1>{{group.name}}: Change people</h1>
     6<h1>{{group.name}}: Update people</h1>
    77
    88{% include "groups/group_tools.part.html" %}
    99
    10 <p>Please adjust your signatories below.</p>
     10<p>Please adjust the people associated with your group below.</p>
    1111
    1212<h2>Available roles</h2>
     
    5252{% endif %}
    5353
    54 <h2>Option 1: View and update signatories one at a time</h2>
     54<h2>Option 1: View and update people one at a time</h2>
    5555
    5656<p>Please note:</p>
     
    6464<input type='hidden' name='opt-mode' value='table' />
    6565{% csrf_token %}
    66 <table class='pretty-table group-change-officers-change'>
     66<table class='pretty-table group-update-people-change'>
    6767<thead>
    6868<tr>
Note: See TracChangeset for help on using the changeset viewer.