mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Removed play-level-modal
I think it is no longer used
This commit is contained in:
parent
ea5f9daaf1
commit
b0a1334eec
4 changed files with 1 additions and 31 deletions
|
@ -74,7 +74,6 @@
|
|||
poll: "Poll" # Tooltip on poll button from /play
|
||||
next: "Next" # Go from choose hero to choose inventory before playing a level
|
||||
change_hero: "Change Hero" # Go back from choose inventory to choose hero
|
||||
choose_inventory: "Equip Items"
|
||||
buy_gems: "Buy Gems"
|
||||
subscription_required: "Subscription Required"
|
||||
anonymous: "Anonymous Player"
|
||||
|
@ -387,7 +386,6 @@
|
|||
gold_collected: "Gold Collected"
|
||||
|
||||
inventory:
|
||||
choose_inventory: "Equip Items"
|
||||
equipped_item: "Equipped"
|
||||
required_purchase_title: "Required"
|
||||
available_item: "Available"
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
#play-level-modal
|
||||
.modal-dialog
|
||||
margin: 30px auto 0 auto
|
||||
padding: 0
|
||||
width: 726px
|
||||
|
||||
.background-wrapper
|
||||
height: 100%
|
||||
|
||||
.modal-body
|
||||
width: 726px - 20px
|
||||
height: 435px
|
|
@ -1,16 +0,0 @@
|
|||
extends /templates/core/modal-base
|
||||
|
||||
block modal-header-content
|
||||
h1#choose-hero-header.choose-hero-active.secret(data-i18n="choose_hero.choose_hero") Choose Your Hero
|
||||
h1#choose-inventory-header.choose-inventory-active.secret(data-i18n="inventory.choose_inventory") Equip Items
|
||||
|
||||
block modal-body-content
|
||||
#choose-hero-view
|
||||
|
||||
#inventory-modal
|
||||
|
||||
block modal-footer-content
|
||||
button#choose-inventory-button.btn.btn-lg.btn-success.choose-hero-active.secret(data-i18n="play.next") Next
|
||||
button#choose-hero-button.btn.btn-lg.btn-primary.choose-inventory-active.secret.pull-left(data-i18n="play.change_hero") Change Hero
|
||||
button#play-level-button.btn.btn-lg.btn-success.choose-inventory-active.secret(data-i18n="common.play") Play
|
||||
|
|
@ -111,7 +111,7 @@ module.exports = class DiplomatView extends ContributeClassView
|
|||
cs: ['Martin005', 'Gygram', 'vanous'] # čeština, Czech
|
||||
sv: ['iamhj', 'Galaky'] # Svenska, Swedish
|
||||
id: ['mlewisno-oberlin'] # Bahasa Indonesia, Indonesian
|
||||
el: ['Stergios','micman','zsdregas'] # ελληνικά, Greek
|
||||
el: ['Stergios', 'micman', 'zsdregas'] # ελληνικά, Greek
|
||||
ro: [] # limba română, Romanian
|
||||
vi: ['An Nguyen Hoang Thien'] # Tiếng Việt, Vietnamese
|
||||
hu: ['Anon', 'atlantisguru', 'bbeasmile', 'csuvsaregal', 'divaDseidnA', 'ferpeter', 'kinez'] # magyar, Hungarian
|
||||
|
|
Loading…
Reference in a new issue