Merge pull request #3248 from Imperadeiro98/patch-1

Removed play-level-modal
This commit is contained in:
Nick Winter 2015-12-07 13:47:40 -08:00
commit 2975a092b5
4 changed files with 1 additions and 31 deletions

View file

@ -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"

View file

@ -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

View file

@ -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