Added srp program features, updated hr applications to support adding a "mark in progress"

This commit is contained in:
Raynaldo Rivera 2014-11-26 22:14:25 -07:00
parent cce15d1667
commit d40db151db
2 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
<th class="text-center">Pilot Name</th>
<th class="text-center">Killboard Link</th>
<th class="text-center">Additional Info</th>
{% if perms.auth.timer_management %}
{% if perms.auth.srp_management %}
<th class="text-center">Actions</th>
{% endif %}
</tr>
@ -33,7 +33,7 @@
target="_blank">{{ srpfleetrequest.killboard_link }}</a>
</td>
<td class="text-center">{{ srpfleetrequest.additional_info }}</td>
{% if perms.auth.timer_management %}
{% if perms.auth.srp_management %}
<td class="text-center">
<a href="/srp_request_remove/{{ srpfleetrequest.id }}">

View File

@ -12,7 +12,7 @@
<div class="row">
<h1 class="page-header text-center">SRP Management
<div class="text-right">
{% if perms.auth.timer_management %}
{% if perms.auth.srp_management %}
<a href="{% url 'auth_srp_fleet_add_view' %}">
<button type="button" class="btn btn-success">Add SRP Fleet</button>
</a>
@ -25,7 +25,7 @@
<th class="text-center">Fleet Time</th>
<th class="text-center">Fleet Doctrine</th>
<th class="text-center">Fleet Commander</th>
{% if perms.auth.timer_management %}
{% if perms.auth.srp_management %}
<th class="text-center">Fleet SRP Code</th>
{% endif %}
<th class="text-center">Actions</th>
@ -57,7 +57,7 @@
class="glyphicon glyphicon-eye-open"></span></button>
</a>
{% if perms.auth.timer_management %}
{% if perms.auth.srp_management %}
<a href="/srp_fleet_remove/{{ srpfleet.id }}">
<button type="button" class="btn btn-danger"><span
class="glyphicon glyphicon-remove"></span></button>