Advertisement
Guest User

Configuration/TypoScript/setup.txt

a guest
Aug 10th, 2016
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. plugin.tx_feregistration_feregistration {
  3.     view {
  4.         templateRootPaths.0 = {$plugin.tx_feregistration_feregistration.view.templateRootPath}
  5.         partialRootPaths.0 = {$plugin.tx_feregistration_feregistration.view.partialRootPath}
  6.         layoutRootPaths.0 = {$plugin.tx_feregistration_feregistration.view.layoutRootPath}
  7.     }
  8.     persistence {
  9.         storagePid = {$plugin.tx_feregistration_feregistration.persistence.storagePid}
  10.     }
  11. }
  12.  
  13. plugin.tx_feregistration._CSS_DEFAULT_STYLE (
  14.     textarea.f3-form-error {
  15.         background-color:#FF9F9F;
  16.         border: 1px #FF0000 solid;
  17.     }
  18.  
  19.     input.f3-form-error {
  20.         background-color:#FF9F9F;
  21.         border: 1px #FF0000 solid;
  22.     }
  23.  
  24.     .tx-feregistration table {
  25.         border-collapse:separate;
  26.         border-spacing:10px;
  27.     }
  28.  
  29.     .tx-feregistration table th {
  30.         font-weight:bold;
  31.     }
  32.  
  33.     .tx-feregistration table td {
  34.         vertical-align:top;
  35.     }
  36.  
  37.     .typo3-messages .message-error {
  38.         color:red;
  39.     }
  40.  
  41.     .typo3-messages .message-ok {
  42.         color:green;
  43.     }
  44.  
  45. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement