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

View File

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