This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<f:form class="searchbox form-inline" | |
pageUid="{pidSearch}" | |
method="post" | |
noCacheHash="true" | |
absolute="0" | |
action="search" | |
extensionName="IndexedSearch" | |
pluginName="pi2" | |
controller="Search" | |
> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# add message marker in title | |
plugin.tx_cal_controller.view.create_event.title_stdWrap { | |
dataWrap = <div class="form-group"><label for="title">%%%WHAT%%%:</label>###TITLE_REQUIRED### ###TITLE_CONSTRAIN###<input class="form-control" type="text" value="|" size="40" name="tx_cal_controller[title]" id="title" /></div> | |
htmlSpecialChars = 1 | |
} | |
# add rule for message if field empty | |
plugin.tx_cal_controller.rights.create.event.fields.title { | |
required = 0 | |
constrain { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Records only for FE-Users width different FE-Groups | |
[loginUser = *] | |
lib.content-left = CONTENT | |
lib.content-left { | |
table = tt_content | |
select { | |
pidInList = 456 // PID Records | |
where = colPos = 0 | |
andWhere.data = TSFE:fe_user|user|usergroup | |
andWhere.wrap = fe_group = | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Speichern in einer anderen Datenbank hier in News | |
plugin.tx_powermail.settings.setup { | |
dbEntry { | |
# Enable or disable db entry for table tx_news_domain_model_news | |
tx_news_domain_model_news { | |
_enable = TEXT | |
_enable.value = 1 | |
author = TEXT | |
author.field = anzeige_name |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 = FILES | |
10 { | |
references { | |
table = tt_content | |
uid.data = uid | |
fieldName = assets | |
} | |
renderObj = IMAGE | |
renderObj { | |
file { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lib.register = CONTENT | |
lib.register { | |
wrap = <div class="example">|</div> | |
table = tt_content | |
select { | |
pidInList = this | |
selectFields = * | |
where = colPos = 0 | |
orderBy = sorting | |
languageField = sys_language_uid |