Ignore:
Timestamp:
May 31, 2010, 4:47:29 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
f52f909
Parents:
213c1e0
git-author:
Alex Dehnert <adehnert@…> (05/31/10 04:47:29)
git-committer:
Alex Dehnert <adehnert@…> (05/31/10 04:47:29)
Message:

Let users view history of requests (Trac: #26)

Location:
remit/remit_templates
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • remit/remit_templates/base.html

    r0f53aae r6e43384  
    1313        <li{% ifequal pagename "homepage" %} class='selected'{% endifequal %}><a href="{% url homepage %}">Home</a></li>
    1414        <li{% ifequal pagename "request_reimbursement" %} class='selected'{% endifequal %}><a href="{% url request_reimbursement %}">Request reimbursement</a></li>
    15         {% if perms.vouchers.can_list %}
    1615        <li{% ifequal pagename "list_requests" %} class='selected'{% endifequal %}><a href="{% url list_requests %}">List requests</a></li>
    17         {% endif %}
    1816        {% if perms.finance_core.use_reporting %}
    1917        <li{% ifequal pagename "reporting" %} class='selected'{% endifequal %}><a href="{% url reporting %}">Reporting</a></li>
  • remit/remit_templates/index.html

    r0f53aae r6e43384  
    1515    {% endif %}
    1616    <li><a href="{% url request_reimbursement %}">Request reimbursement</a></li>
    17     {% if perms.vouchers.can_list %}
    1817    <li><a href="{% url list_requests %}">List requests</a></li>
    19     {% endif %}
    2018    {% if perms.finance_core.use_reporting %}
    2119    <li><a href="{% url reporting %}">Reporting</a></li>
  • remit/remit_templates/vouchers/reimbursementrequest_list.html

    rf114f8b r6e43384  
    66
    77<h2>List Reimbursement Requests</h2>
     8
     9{%if useronly%}
     10<p>Displaying only vouchers related to you.</p>
     11{%else%}
     12<p>You have permission to list all vouchers.</p>
     13{%endif%}
    814
    915<table class='pretty-table'>
Note: See TracChangeset for help on using the changeset viewer.