From fbcaae01af9e549b25f7d3dbc1527eecae52b2c2 Mon Sep 17 00:00:00 2001 From: Goose Date: Tue, 19 May 2020 22:52:38 -0400 Subject: [PATCH] make trade screen more clear on existing for offer --- application/views/view_trade_block.php | 8 ++++---- notes.txt | 1 - sql/landgrab.sql | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/application/views/view_trade_block.php b/application/views/view_trade_block.php index afed51b..f5fce08 100644 --- a/application/views/view_trade_block.php +++ b/application/views/view_trade_block.php @@ -16,10 +16,10 @@
- +
-

+
@@ -86,10 +86,10 @@
- +

-

+
diff --git a/notes.txt b/notes.txt index 59de526..283bcd6 100644 --- a/notes.txt +++ b/notes.txt @@ -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 diff --git a/sql/landgrab.sql b/sql/landgrab.sql index de377ed..8796570 100644 --- a/sql/landgrab.sql +++ b/sql/landgrab.sql @@ -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,