Skip to content

Commit

Permalink
make trade screen more clear on existing for offer
Browse files Browse the repository at this point in the history
  • Loading branch information
goosehub committed May 20, 2020
1 parent 3a81d46 commit fbcaae0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions application/views/view_trade_block.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<label><?= $supply['label']; ?></label>
</div>
<div class="col-md-3">
<strong class="partner_trade_supply_current_<?= $supply['slug']; ?>"></strong>
<!-- <p class="partner_trade_supply_current_<?= $supply['slug']; ?>"></p> -->
</div>
<div class="col-md-3">
<p id="view_partner_trade_supply_proposal_<?= $supply['id']; ?>" class="pull-right"></p>
<strong id="view_partner_trade_supply_proposal_<?= $supply['id']; ?>" class="pull-right"></strong>
</div>
</div>
<?php } ?>
Expand Down Expand Up @@ -86,10 +86,10 @@
<label><?= $supply['label']; ?></label>
</div>
<div class="col-md-3">
<strong class="our_trade_supply_current_<?= $supply['slug']; ?>"></strong>
<p class="our_trade_supply_current_<?= $supply['slug']; ?>"></p>
</div>
<div class="col-md-3">
<p id="view_our_trade_supply_offer_<?= $supply['id']; ?>" class="pull-right"></p>
<strong id="view_our_trade_supply_offer_<?= $supply['id']; ?>" class="pull-right"></strong>
</div>
</div>
<?php } ?>
Expand Down
1 change: 0 additions & 1 deletion notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ HIGH PRIORITY
BUG: disappearing units
BUG: tiles not updating
make pace faster (default food for one?)
make trade screen more clear on existing for offer
reset cron
MEDIUM PRIORITY
Show current supplies of relevant settlement or industry card
Expand Down
2 changes: 1 addition & 1 deletion sql/landgrab.sql
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ CREATE TABLE IF NOT EXISTS `account` (
`power_structure` int(10) UNSIGNED NULL, -- Democracy, Oligarchy, Autocracy, Anarchy
`tax_rate` int(10) UNSIGNED NOT NULL,
`ideology` int(10) UNSIGNED NULL, -- Socialism, Free Market
`last_law_change` timestamp NOT NULL,
`last_law_change` timestamp NULL,
-- meta
`last_load` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
Expand Down

0 comments on commit fbcaae0

Please sign in to comment.