Skip to content

Commit fbcaae0

Browse files
committed
make trade screen more clear on existing for offer
1 parent 3a81d46 commit fbcaae0

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

application/views/view_trade_block.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
<label><?= $supply['label']; ?></label>
1717
</div>
1818
<div class="col-md-3">
19-
<strong class="partner_trade_supply_current_<?= $supply['slug']; ?>"></strong>
19+
<!-- <p class="partner_trade_supply_current_<?= $supply['slug']; ?>"></p> -->
2020
</div>
2121
<div class="col-md-3">
22-
<p id="view_partner_trade_supply_proposal_<?= $supply['id']; ?>" class="pull-right"></p>
22+
<strong id="view_partner_trade_supply_proposal_<?= $supply['id']; ?>" class="pull-right"></strong>
2323
</div>
2424
</div>
2525
<?php } ?>
@@ -86,10 +86,10 @@
8686
<label><?= $supply['label']; ?></label>
8787
</div>
8888
<div class="col-md-3">
89-
<strong class="our_trade_supply_current_<?= $supply['slug']; ?>"></strong>
89+
<p class="our_trade_supply_current_<?= $supply['slug']; ?>"></p>
9090
</div>
9191
<div class="col-md-3">
92-
<p id="view_our_trade_supply_offer_<?= $supply['id']; ?>" class="pull-right"></p>
92+
<strong id="view_our_trade_supply_offer_<?= $supply['id']; ?>" class="pull-right"></strong>
9393
</div>
9494
</div>
9595
<?php } ?>

notes.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ HIGH PRIORITY
1111
BUG: disappearing units
1212
BUG: tiles not updating
1313
make pace faster (default food for one?)
14-
make trade screen more clear on existing for offer
1514
reset cron
1615
MEDIUM PRIORITY
1716
Show current supplies of relevant settlement or industry card

sql/landgrab.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ CREATE TABLE IF NOT EXISTS `account` (
103103
`power_structure` int(10) UNSIGNED NULL, -- Democracy, Oligarchy, Autocracy, Anarchy
104104
`tax_rate` int(10) UNSIGNED NOT NULL,
105105
`ideology` int(10) UNSIGNED NULL, -- Socialism, Free Market
106-
`last_law_change` timestamp NOT NULL,
106+
`last_law_change` timestamp NULL,
107107
-- meta
108108
`last_load` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
109109
`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,

0 commit comments

Comments
 (0)