Make disturber elements' background color selectable

This commit is contained in:
Björn Fromme
2021-09-16 11:58:33 +02:00
parent 7e2f77ed75
commit 96958cfb5b
20 changed files with 134 additions and 119 deletions
+1 -14
View File
@@ -155,19 +155,6 @@ CREATE TABLE pages
tx_eptheme_badge int(11) unsigned DEFAULT '0'
);
CREATE TABLE pages_language_overlay
(
tx_eptheme_context_country_code char(2) DEFAULT '',
tx_eptheme_context_country int(11) unsigned DEFAULT '0',
tx_eptheme_context_region int(11) unsigned DEFAULT '0',
tx_eptheme_context_concept int(11) unsigned DEFAULT '0',
tx_eptheme_context_product int(11) unsigned DEFAULT '0',
tx_eptheme_hide_searchbar tinyint(4) unsigned DEFAULT '0' NOT NULL,
tx_eptheme_bodyclass varchar(255) DEFAULT '' NOT NULL,
tx_eptheme_slides int(11) unsigned DEFAULT '0',
tx_eptheme_badge int(11) unsigned DEFAULT '0'
);
CREATE TABLE tt_content
(
tx_eptheme_context_country int(11) unsigned DEFAULT '0',
@@ -181,7 +168,7 @@ CREATE TABLE tt_content
tx_eptheme_lineup int(11) unsigned DEFAULT '0',
tx_eptheme_contact int(11) unsigned DEFAULT '0',
tx_eptheme_disrupter int(11) unsigned DEFAULT '0',
button varchar(255) DEFAULT '' NOT NULL
tx_eptheme_background tinyint(4) unsigned DEFAULT '0' NOT NULL
);
CREATE TABLE tx_eptheme_ttcontent_tx_eptheme_disrupter_mm