diff --git a/public/typo3conf/ext/ep_events/Resources/Private/Language/de.locallang.xlf b/public/typo3conf/ext/ep_events/Resources/Private/Language/de.locallang.xlf index e106ba82..09f944c5 100644 --- a/public/typo3conf/ext/ep_events/Resources/Private/Language/de.locallang.xlf +++ b/public/typo3conf/ext/ep_events/Resources/Private/Language/de.locallang.xlf @@ -122,7 +122,7 @@ Programmidee - angebote]]> + angebot]]> Zurück zur Programm-Übersicht @@ -241,9 +241,6 @@ Bitte geben Sie einen Suchbegriff mit mindestens drei Buchstaben Länge ein. - - Beispielangebot - Mehr erfahren diff --git a/public/typo3conf/ext/ep_events/Resources/Private/Language/locallang.xlf b/public/typo3conf/ext/ep_events/Resources/Private/Language/locallang.xlf index 491b8a49..d160323e 100644 --- a/public/typo3conf/ext/ep_events/Resources/Private/Language/locallang.xlf +++ b/public/typo3conf/ext/ep_events/Resources/Private/Language/locallang.xlf @@ -122,7 +122,7 @@ Program ideas - offers]]> + offer]]> Return to program overview @@ -241,9 +241,6 @@ Please enter a search term of at least three letters. - - Example offer - More information diff --git a/public/typo3conf/ext/ep_events/Resources/Private/Partials/HerounitActivity.html b/public/typo3conf/ext/ep_events/Resources/Private/Partials/HerounitActivity.html index 2825d2e8..8064b8a2 100644 --- a/public/typo3conf/ext/ep_events/Resources/Private/Partials/HerounitActivity.html +++ b/public/typo3conf/ext/ep_events/Resources/Private/Partials/HerounitActivity.html @@ -31,7 +31,7 @@
    - +
  • {keyword}
diff --git a/public/typo3conf/ext/ep_products/ext_tables.sql b/public/typo3conf/ext/ep_products/ext_tables.sql index 0a780714..d29aaf2b 100644 --- a/public/typo3conf/ext/ep_products/ext_tables.sql +++ b/public/typo3conf/ext/ep_products/ext_tables.sql @@ -1029,8 +1029,7 @@ CREATE TABLE tx_epproducts_domain_model_badge title varchar(255) DEFAULT '' NOT NULL, subtitle varchar(255) DEFAULT '' NOT NULL, - link int(11) unsigned NOT NULL default '0', - page int(11) unsigned DEFAULT '0', + link varchar(255) DEFAULT '' NOT NULL, tstamp int(11) unsigned DEFAULT '0' NOT NULL, crdate int(11) unsigned DEFAULT '0' NOT NULL,