|
190 | 190 | 'default' => 'none',
|
191 | 191 | 'label' => &$GLOBALS['TL_LANG']['tl_thememanager']['link-decoration-regular'],
|
192 | 192 | 'inputType' => 'select',
|
193 |
| - 'options' => ['none', 'underline', 'overline', 'line-through', 'wavy'], |
| 193 | + 'options' => ['none'=>'none', 'underline'=>'underline', 'overline'=>'overline', 'line-through'=>'line-through', 'wavy underline' => 'wavy', 'dotted underline' =>'dotted', 'dashed underline'=>'dashed'], |
194 | 194 | 'eval' => ['maxlength'=>32, 'tl_class'=>'w25'],
|
195 | 195 | ],
|
196 | 196 | 'link-hover-decoration-regular' => [
|
197 | 197 | 'default' => 'none',
|
198 | 198 | 'label' => &$GLOBALS['TL_LANG']['tl_thememanager']['link-hover-decoration-regular'],
|
199 | 199 | 'inputType' => 'select',
|
200 |
| - 'options' => ['none', 'underline', 'overline', 'line-through', 'wavy'], |
| 200 | + 'options' => ['none'=>'none', 'underline'=>'underline', 'overline'=>'overline', 'line-through'=>'line-through', 'wavy underline' => 'wavy', 'dotted underline' =>'dotted', 'dashed underline'=>'dashed'], |
201 | 201 | 'eval' => ['maxlength'=>32, 'tl_class'=>'w25'],
|
202 | 202 | ],
|
203 | 203 |
|
|
217 | 217 | 'default' => 'underline',
|
218 | 218 | 'label' => &$GLOBALS['TL_LANG']['tl_thememanager']['link-decoration-invert'],
|
219 | 219 | 'inputType' => 'select',
|
220 |
| - 'options' => ['none', 'underline', 'overline', 'line-through', 'wavy'], |
| 220 | + 'options' => ['none'=>'none', 'underline'=>'underline', 'overline'=>'overline', 'line-through'=>'line-through', 'wavy underline' => 'wavy', 'dotted underline' =>'dotted', 'dashed underline'=>'dashed'], |
221 | 221 | 'eval' => ['maxlength'=>32, 'tl_class'=>'w25'],
|
222 | 222 | ],
|
223 | 223 | 'link-hover-decoration-invert' => [
|
224 | 224 | 'default' => 'none',
|
225 | 225 | 'label' => &$GLOBALS['TL_LANG']['tl_thememanager']['link-hover-decoration-invert'],
|
226 | 226 | 'inputType' => 'select',
|
227 |
| - 'options' => ['none', 'underline', 'overline', 'line-through', 'wavy'], |
| 227 | + 'options' => ['none'=>'none', 'underline'=>'underline', 'overline'=>'overline', 'line-through'=>'line-through', 'wavy underline' => 'wavy', 'dotted underline' =>'dotted', 'dashed underline'=>'dashed'], |
228 | 228 | 'eval' => ['maxlength'=>32, 'tl_class'=>'w25'],
|
229 | 229 | ],
|
230 | 230 |
|
|
244 | 244 | 'default' => 'none',
|
245 | 245 | 'label' => &$GLOBALS['TL_LANG']['tl_thememanager']['link-decoration-extra'],
|
246 | 246 | 'inputType' => 'select',
|
247 |
| - 'options' => ['none', 'underline', 'overline', 'line-through', 'wavy'], |
| 247 | + 'options' => ['none'=>'none', 'underline'=>'underline', 'overline'=>'overline', 'line-through'=>'line-through', 'wavy underline' => 'wavy', 'dotted underline' =>'dotted', 'dashed underline'=>'dashed'], |
248 | 248 | 'eval' => ['maxlength'=>32, 'tl_class'=>'w25'],
|
249 | 249 | ],
|
250 | 250 | 'link-hover-decoration-extra' => [
|
251 | 251 | 'default' => 'none',
|
252 | 252 | 'label' => &$GLOBALS['TL_LANG']['tl_thememanager']['link-hover-decoration-extra'],
|
253 | 253 | 'inputType' => 'select',
|
254 |
| - 'options' => ['none', 'underline', 'overline', 'line-through', 'wavy'], |
| 254 | + 'options' => ['none'=>'none', 'underline'=>'underline', 'overline'=>'overline', 'line-through'=>'line-through', 'wavy underline' => 'wavy', 'dotted underline' =>'dotted', 'dashed underline'=>'dashed'], |
255 | 255 | 'eval' => ['maxlength'=>32, 'tl_class'=>'w25'],
|
256 | 256 | ],
|
257 | 257 |
|
|
1154 | 1154 | 'default' => 'none',
|
1155 | 1155 | 'label' => &$GLOBALS['TL_LANG']['tl_thememanager']['button-decoration-primary'],
|
1156 | 1156 | 'inputType' => 'select',
|
1157 |
| - 'options' => ['none', 'underline', 'overline', 'line-through', 'wavy'], |
| 1157 | + 'options' => ['none'=>'none', 'underline'=>'underline', 'overline'=>'overline', 'line-through'=>'line-through', 'wavy underline' => 'wavy', 'dotted underline' =>'dotted', 'dashed underline'=>'dashed'], |
1158 | 1158 | 'eval' => ['maxlength'=>32, 'tl_class'=>'w25'],
|
1159 | 1159 | ],
|
1160 | 1160 | 'button-hover-decoration-primary' => [
|
1161 | 1161 | 'default' => 'none',
|
1162 | 1162 | 'label' => &$GLOBALS['TL_LANG']['tl_thememanager']['button-hover-decoration-primary'],
|
1163 | 1163 | 'inputType' => 'select',
|
1164 |
| - 'options' => ['none', 'underline', 'overline', 'line-through', 'wavy'], |
| 1164 | + 'options' => ['none'=>'none', 'underline'=>'underline', 'overline'=>'overline', 'line-through'=>'line-through', 'wavy underline' => 'wavy', 'dotted underline' =>'dotted', 'dashed underline'=>'dashed'], |
1165 | 1165 | 'eval' => ['maxlength'=>32, 'tl_class'=>'w25'],
|
1166 | 1166 | ],
|
1167 | 1167 |
|
|
1280 | 1280 | 'default' => 'none',
|
1281 | 1281 | 'label' => &$GLOBALS['TL_LANG']['tl_thememanager']['button-decoration-secondary'],
|
1282 | 1282 | 'inputType' => 'select',
|
1283 |
| - 'options' => ['none', 'underline', 'overline', 'line-through', 'wavy'], |
| 1283 | + 'options' => ['none'=>'none', 'underline'=>'underline', 'overline'=>'overline', 'line-through'=>'line-through', 'wavy underline' => 'wavy', 'dotted underline' =>'dotted', 'dashed underline'=>'dashed'], |
1284 | 1284 | 'eval' => ['maxlength'=>32, 'tl_class'=>'w25'],
|
1285 | 1285 | ],
|
1286 | 1286 | 'button-hover-decoration-secondary' => [
|
1287 | 1287 | 'default' => 'none',
|
1288 | 1288 | 'label' => &$GLOBALS['TL_LANG']['tl_thememanager']['button-hover-decoration-secondary'],
|
1289 | 1289 | 'inputType' => 'select',
|
1290 |
| - 'options' => ['none', 'underline', 'overline', 'line-through', 'wavy'], |
| 1290 | + 'options' => ['none'=>'none', 'underline'=>'underline', 'overline'=>'overline', 'line-through'=>'line-through', 'wavy underline' => 'wavy', 'dotted underline' =>'dotted', 'dashed underline'=>'dashed'], |
1291 | 1291 | 'eval' => ['maxlength'=>32, 'tl_class'=>'w25'],
|
1292 | 1292 | ],
|
1293 | 1293 |
|
|
1406 | 1406 | 'default' => 'none',
|
1407 | 1407 | 'label' => &$GLOBALS['TL_LANG']['tl_thememanager']['button-decoration-alt'],
|
1408 | 1408 | 'inputType' => 'select',
|
1409 |
| - 'options' => ['none', 'underline', 'overline', 'line-through', 'wavy'], |
| 1409 | + 'options' => ['none'=>'none', 'underline'=>'underline', 'overline'=>'overline', 'line-through'=>'line-through', 'wavy underline' => 'wavy', 'dotted underline' =>'dotted', 'dashed underline'=>'dashed'], |
1410 | 1410 | 'eval' => ['maxlength'=>32, 'tl_class'=>'w25'],
|
1411 | 1411 | ],
|
1412 | 1412 | 'button-hover-decoration-alt' => [
|
1413 | 1413 | 'default' => 'none',
|
1414 | 1414 | 'label' => &$GLOBALS['TL_LANG']['tl_thememanager']['button-hover-decoration-alt'],
|
1415 | 1415 | 'inputType' => 'select',
|
1416 |
| - 'options' => ['none', 'underline', 'overline', 'line-through', 'wavy'], |
| 1416 | + 'options' => ['none'=>'none', 'underline'=>'underline', 'overline'=>'overline', 'line-through'=>'line-through', 'wavy underline' => 'wavy', 'dotted underline' =>'dotted', 'dashed underline'=>'dashed'], |
1417 | 1417 | 'eval' => ['maxlength'=>32, 'tl_class'=>'w25'],
|
1418 | 1418 | ],
|
1419 | 1419 |
|
|
0 commit comments