Add karma jobs to the new ID computer framework

This commit is contained in:
ZomgPonies
2014-05-26 06:40:50 -04:00
parent b427215ca0
commit 413dcf9cdd
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -82,6 +82,7 @@
data["science_jobs"] = format_jobs(science_positions)
data["security_jobs"] = format_jobs(security_positions)
data["civilian_jobs"] = format_jobs(civilian_positions)
data["special_jobs"] = format_jobs(whitelisted_positions)
data["centcom_jobs"] = format_jobs(get_all_centcom_jobs())
if (modify && is_centcom())
@@ -183,6 +183,17 @@
{{:~link(display_name, '', {'choice' : 'assign', 'assign_target' : job}, target_rank == job ? 'disabled' : null)}}
{{/for}}
</td>
</tr>
<tr>
<th style="color: '#A52A2A';">Special</th>
<td>
{{for special_jobs}}
{{if #index && #index % 6 === 0}}
</td></tr><tr><th></th><td>
{{/if}}
{{:~link(display_name, '', {'choice' : 'assign', 'assign_target' : job}, target_rank == job ? 'disabled' : null)}}
{{/for}}
</td>
</tr>
{{if centcom_access}}
<tr>