From 51a5bcee9016b5f7dc3e9d744c95768f0f4a407d Mon Sep 17 00:00:00 2001 From: Pacman Ghost Date: Mon, 14 Nov 2022 21:48:27 +1100 Subject: [PATCH] Booby Trap labels are now associated with a player nationality. --- .../data/default-template-pack/extras/booby-traps.j2 | 11 +++++++++-- vasl_templates/webapp/static/extras.js | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/vasl_templates/webapp/data/default-template-pack/extras/booby-traps.j2 b/vasl_templates/webapp/data/default-template-pack/extras/booby-traps.j2 index 8ab2a4e..29e271d 100644 --- a/vasl_templates/webapp/data/default-template-pack/extras/booby-traps.j2 +++ b/vasl_templates/webapp/data/default-template-pack/extras/booby-traps.j2 @@ -3,13 +3,20 @@ + @@ -17,7 +24,7 @@ td.header { background: #f0f0f0 ; border-bottom: 1px solid #c0c0c0 ; padding: 2p -Booby Traps (Level {{LEVEL:A::B::C/3|Level}}) + Booby Traps (Level {{LEVEL:A::B::C/3|Level}}) diff --git a/vasl_templates/webapp/static/extras.js b/vasl_templates/webapp/static/extras.js index fb6fb3f..fa3ec07 100644 --- a/vasl_templates/webapp/static/extras.js +++ b/vasl_templates/webapp/static/extras.js @@ -115,7 +115,7 @@ function _show_extra_template( template_id ) buf.push( "" ) ; buf.push( "" ) ; } else if ( param.type === "player-droplist" ) { - buf.push( "" ) ; add_player_nats( buf ) ; buf.push( "" ) ; } else if ( param.type === "player-color-droplist" ) {