File tree Expand file tree Collapse file tree
ContentBlocks/ContentElements/bootstrap-alert/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11< div id ="c{data.uid} " class ="alert alert-{data.bootstrap_theme_color}{f:if(condition: data.bootstrap_dismissible, then: ' alert-dismissible fade show')} " role ="alert ">
22 < div class ="fw-bold "> {data.header}</ div >
33 < f:format .raw > {data.bodytext}</ f:format .raw>
4- < f:if condition ="{data.sk_bootstrapalert_dismissible } ">
4+ < f:if condition ="{data.bootstrap_dismissible } ">
55 < button type ="button " class ="btn-close " data-bs-dismiss ="alert " title ="{f:translate(key:'LLL:EXT:content_blocks_bootstrap/Resources/Private/Language/locallang.xlf:bootstrap_alert.field.dismissible.aria.close')} " aria-label ="{f:translate(key:'LLL:EXT:content_blocks_bootstrap/Resources/Private/Language/locallang.xlf:bootstrap_alert.field.dismissible.aria.close')} "> </ button >
66 </ f:if >
77</ div >
You can’t perform that action at this time.
0 commit comments