From a143dfbb37de46d0552897d793d8f76d4a3478b5 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Fri, 23 Feb 2018 21:36:57 -0500 Subject: [PATCH] Add Timerboard Structures, step 2 (#976) Added additional labels for added structure types (cherry picked from commit d8f4d56dd802016e3b0b526b7ee156e9d2ba6113) --- .../timerboard/templates/timerboard/view.html | 50 +++++++++++++++++-- 1 file changed, 47 insertions(+), 3 deletions(-) diff --git a/allianceauth/timerboard/templates/timerboard/view.html b/allianceauth/timerboard/templates/timerboard/view.html index b5ae816d..94d625fd 100644 --- a/allianceauth/timerboard/templates/timerboard/view.html +++ b/allianceauth/timerboard/templates/timerboard/view.html @@ -118,7 +118,6 @@ Engineering Complex [XL] {% endifequal %} - {% ifequal timer.structure "Station" %}
Station @@ -129,8 +128,23 @@ TCU
{% endifequal %} - {% ifequal timer.structure "Other" %} -
+ {% ifequal timer.structure "Refinery[M]" %} +
+ Refinery [M] +
+ {% endifequal %} + {% ifequal timer.structure "Refinery[L]" %} +
+ Refinery [L] +
+ {% endifequal %} + {% ifequal timer.structure "Moon Mining Cycle" %} +
+ Moon Mining Cycle +
+ {% endifequal %} + {% ifequal timer.structure "Other +
+ Refinery [M] +
+ {% endifequal %} + {% ifequal timer.structure "Refinery[L]" %} +
+ Refinery [L] +
+ {% endifequal %} + {% ifequal timer.structure "Moon Mining Cycle" %} +
+ Moon Mining Cycle +
+ {% endifequal %} {% ifequal timer.structure "Other" %}
Other @@ -399,6 +428,21 @@ TCU
{% endifequal %} + {% ifequal timer.structure "Refinery[M]" %} +
+ Refinery [M] +
+ {% endifequal %} + {% ifequal timer.structure "Refinery[L]" %} +
+ Refinery [L] +
+ {% endifequal %} + {% ifequal timer.structure "Moon Mining Cycle" %} +
+ Moon Mining Cycle +
+ {% endifequal %} {% ifequal timer.structure "Other" %}
Other