Changeset ab32c07


Ignore:
Timestamp:
Feb 1, 2012, 4:05:33 PM (14 years ago)
Author:
MIT Association of Student Activities <asa@…>
Branches:
master, space-access, stable, stage
Children:
223e487
Parents:
6229687
git-author:
Alex Dehnert <adehnert@…> (02/01/12 16:05:33)
git-committer:
MIT Association of Student Activities <asa@…> (02/01/12 16:05:33)
Message:

Use toolbar for group editing pages

Location:
asadb
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • asadb/media/style/page-frame.css

    r9e6b8b7 rab32c07  
    7878    border: 1px solid #777;
    7979    padding: 10px;
     80    margin-left: 10px;
     81    margin-bottom: 10px;
    8082}
    8183.toolbox h2
  • asadb/template/groups/group_change_main.html

    ra8cd440 rab32c07  
    1313{% endif %}
    1414
     15<div class='toolbox'>
     16<h2>Tools</h2>
     17
     18<ul>
     19    <li><a href='{% url groups:group-manage-history group.pk %}'>View update history</a></li>
     20    <li><a href='{% url groups:group-manage-officers group.pk %}'>Update officers, signatories, etc.</a></li>
     21</ul>
     22</div>
     23
    1524<form enctype="multipart/form-data" method="post" action="">
    1625{% csrf_token %}
     
    1928</form>
    2029
    21 <h2>Other Options</h2>
    22 
    23 <ul>
    24     <li><a href='{% url groups:group-manage-history group.pk %}'>View update history</a></li>
    25     <li><a href='{% url groups:group-manage-officers group.pk %}'>Update officers, signatories, etc.</a></li>
    26 </ul>
    2730
    2831{% endblock %}
  • asadb/template/groups/group_change_officers.html

    rfbb362a rab32c07  
    77
    88<p>Please adjust your signatories below. You can add up to {{max_new}} new people at a time at the bottom. If you need to add more than that, just break it up into a couple of submissions.</p>
     9
     10<div class='toolbox'>
     11<h2>Tools</h2>
     12<ul>
     13    <li><a href='{% url groups:group-manage-main group.pk %}'>View main update page</a></li>
     14    <li><a href='{% url groups:group-manage-officers group.pk %}'>Reload this page</a></li>
     15</ul>
     16</div>
    917
    1018<p>The following roles are available:</p>
     
    8694</form>
    8795
    88 <ul>
    89     <li><a href='{% url groups:group-manage-main group.pk %}'>View main update page</a></li>
    90     <li><a href='{% url groups:group-manage-officers group.pk %}'>Reload this page</a></li>
    91 </ul>
    92 
    9396{% endblock %}
Note: See TracChangeset for help on using the changeset viewer.