From 59c095fb31f76d80824d3a89c4ce57ffc2a0c339 Mon Sep 17 00:00:00 2001 From: Markolie Date: Mon, 3 Nov 2014 20:56:03 +0100 Subject: [PATCH] Fixes CentComm Identification Computer, which was previously completely inaccessible. Also fixes HTML issues with both identification computers. --- nano/templates/identification_computer.tmpl | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/nano/templates/identification_computer.tmpl b/nano/templates/identification_computer.tmpl index 77c3c1cc720..b12f3ab444e 100644 --- a/nano/templates/identification_computer.tmpl +++ b/nano/templates/identification_computer.tmpl @@ -162,7 +162,6 @@ {{/for}} - Science @@ -179,12 +178,10 @@ {{/for}} + Civilian {{for data.civilian_jobs}} - {{if index && index % 6 === 0}} - - {{/if}} {{:helper.link(value.display_name, '', {'choice' : 'assign', 'assign_target' : value.job}, data.target_rank == value.job ? 'disabled' : null)}} {{/for}} @@ -194,10 +191,6 @@ CentCom {{for data.centcom_jobs}} - {{if index % 6 === 0}} - - {{/if}} - {{:helper.link(value.display_name, '', {'choice' : 'assign', 'assign_target' : value.job}, data.target_rank == value.job ? 'disabled' : null)}} {{/for}} @@ -214,7 +207,7 @@
{{for data.all_centcom_access}}
- {{:helper.link(value.desc, '', {'choice' : 'access', 'access_target' : value.ref, 'allowed' : allowed}, null, value.allowed ? 'selected' : null)}} + {{:helper.link(value.desc, '', {'choice' : 'access', 'access_target' : value.ref, 'allowed' : value.allowed}, null, value.allowed ? 'selected' : null)}}
{{/for}}