config.contentObjectExceptionHandler = 0

plugin.tx_indikationstabelle_indikationstabelle {
	view {
		templateRootPath = {$plugin.tx_indikationstabelle_indikationstabelle.view.templateRootPath}
		partialRootPath = {$plugin.tx_indikationstabelle_indikationstabelle.view.partialRootPath}
		layoutRootPath = {$plugin.tx_indikationstabelle_indikationstabelle.view.layoutRootPath}
	}
	persistence {
		storagePid = {$plugin.tx_indikationstabelle_indikationstabelle.persistence.storagePid}
	}
}
#
#page.includeJS {
#	file1 = /typo3conf/ext/indikationstabelle/Resources/public/js/sw-product-lang-de.js
#	file2 = /typo3conf/ext/indikationstabelle/Resources/public/js/sw-product-data.js
#	file3 = /typo3conf/ext/indikationstabelle/Resources/public/js/sw-indikation-logic.js
#}



#plugin.tx_indikationstabelle.cssFile = '/fileadmin/templates/serag-wiessner/Resources/Public/Css/fonts.1468402158.css'
plugin.tx_indikationstabelle._CSS_DEFAULT_STYLE (
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-indikationstabelle table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-indikationstabelle table th {
		font-weight:bold;
	}

	.tx-indikationstabelle table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

)
