Bug #20607 » 11316_v2.diff
typo3/sysext/css_styled_content/ext_tables.php (working copy) | ||
---|---|---|
t3lib_extMgm::addStaticFile($_EXTKEY, 'static/v3.9/', 'CSS Styled Content TYPO3 v3.9');
|
||
t3lib_extMgm::addStaticFile($_EXTKEY, 'static/v4.2/', 'CSS Styled Content TYPO3 v4.2');
|
||
$TCA['tt_content']['columns']['section_frame']['config']['items'][0] = Array('LLL:EXT:css_styled_content/locallang_db.php:tt_content.tx_cssstyledcontent_section_frame.I.0', '0');
|
||
$TCA['tt_content']['columns']['section_frame']['config']['items'][9] = Array('LLL:EXT:css_styled_content/locallang_db.php:tt_content.tx_cssstyledcontent_section_frame.I.9', '66');
|
||
?>
|
typo3/sysext/css_styled_content/locallang_db.xml (working copy) | ||
---|---|---|
<label index="tt_content.tx_cssstyledcontent_tableparsing_delimiter_colon">:</label>
|
||
<label index="tt_content.tx_cssstyledcontent_tableparsing_delimiter_comma">,</label>
|
||
<label index="tt_content.tx_cssstyledcontent_tableparsing_delimiter_tab"><tabulator></label>
|
||
<label index="tt_content.tx_cssstyledcontent_section_frame.I.9">No Frame</label>
|
||
<label index="tt_content.tx_cssstyledcontent_section_frame.I.0">Default Frame</label>
|
||
</languageKey>
|
||
</data>
|
||
</T3locallang>
|
typo3/sysext/css_styled_content/static/setup.txt (working copy) | ||
---|---|---|
30 = TEXT
|
||
30.value = >|</div>
|
||
}
|
||
|
||
1 =< tt_content.stdWrap.innerWrap.cObject.default
|
||
1.15.value = csc-frame csc-frame-invisible
|
||
... | ... | |
21 =< tt_content.stdWrap.innerWrap.cObject.default
|
||
21.15.value = csc-frame csc-frame-frame2
|
||
|
||
66 = COA
|
||
66 {
|
||
10 = TEXT
|
||
10 {
|
||
value = <a id="c{field:uid}"></a>
|
||
insertData = 1
|
||
}
|
||
|
||
20 = COA
|
||
20 {
|
||
10 = TEXT
|
||
10 {
|
||
value = {$content.spaceBefore}
|
||
wrap = |+
|
||
if.isTrue = {$content.spaceBefore}
|
||
}
|
||
20 = TEXT
|
||
20 {
|
||
field = spaceBefore
|
||
}
|
||
stdWrap {
|
||
prioriCalc = intval
|
||
wrap = margin-top:|px;
|
||
required = 1
|
||
ifEmpty.value =
|
||
wrap2 = <div style="|"></div>
|
||
}
|
||
}
|
||
|
||
30 = TEXT
|
||
30 {
|
||
value = |
|
||
}
|
||
|
||
40 < .20
|
||
40 {
|
||
10 {
|
||
value = {$content.spaceAfter}
|
||
if.isTrue = {$content.spaceAfter}
|
||
}
|
||
20.field = spaceAfter
|
||
stdWrap.wrap = margin-bottom:|px;
|
||
}
|
||
}
|
||
|
||
}
|
||
|
||
innerWrap2 = | <p class="csc-linkToTop"><a href="#">{LLL:EXT:css_styled_content/pi1/locallang.xml:label.toTop}</a></p>
|
- « Previous
- 1
- 2
- Next »