Skip to content

Commit b1abe8c

Browse files
committed
Fixed wavy decoration not working + adding missing ones
1 parent 89a9670 commit b1abe8c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

contao/templates/theme-manager-config.html5

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -190,14 +190,14 @@
190190
'default' => 'none',
191191
'label' => &$GLOBALS['TL_LANG']['tl_thememanager']['link-decoration-regular'],
192192
'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'],
194194
'eval' => ['maxlength'=>32, 'tl_class'=>'w25'],
195195
],
196196
'link-hover-decoration-regular' => [
197197
'default' => 'none',
198198
'label' => &$GLOBALS['TL_LANG']['tl_thememanager']['link-hover-decoration-regular'],
199199
'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'],
201201
'eval' => ['maxlength'=>32, 'tl_class'=>'w25'],
202202
],
203203

@@ -217,14 +217,14 @@
217217
'default' => 'underline',
218218
'label' => &$GLOBALS['TL_LANG']['tl_thememanager']['link-decoration-invert'],
219219
'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'],
221221
'eval' => ['maxlength'=>32, 'tl_class'=>'w25'],
222222
],
223223
'link-hover-decoration-invert' => [
224224
'default' => 'none',
225225
'label' => &$GLOBALS['TL_LANG']['tl_thememanager']['link-hover-decoration-invert'],
226226
'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'],
228228
'eval' => ['maxlength'=>32, 'tl_class'=>'w25'],
229229
],
230230

@@ -244,14 +244,14 @@
244244
'default' => 'none',
245245
'label' => &$GLOBALS['TL_LANG']['tl_thememanager']['link-decoration-extra'],
246246
'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'],
248248
'eval' => ['maxlength'=>32, 'tl_class'=>'w25'],
249249
],
250250
'link-hover-decoration-extra' => [
251251
'default' => 'none',
252252
'label' => &$GLOBALS['TL_LANG']['tl_thememanager']['link-hover-decoration-extra'],
253253
'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'],
255255
'eval' => ['maxlength'=>32, 'tl_class'=>'w25'],
256256
],
257257

@@ -1154,14 +1154,14 @@
11541154
'default' => 'none',
11551155
'label' => &$GLOBALS['TL_LANG']['tl_thememanager']['button-decoration-primary'],
11561156
'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'],
11581158
'eval' => ['maxlength'=>32, 'tl_class'=>'w25'],
11591159
],
11601160
'button-hover-decoration-primary' => [
11611161
'default' => 'none',
11621162
'label' => &$GLOBALS['TL_LANG']['tl_thememanager']['button-hover-decoration-primary'],
11631163
'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'],
11651165
'eval' => ['maxlength'=>32, 'tl_class'=>'w25'],
11661166
],
11671167

@@ -1280,14 +1280,14 @@
12801280
'default' => 'none',
12811281
'label' => &$GLOBALS['TL_LANG']['tl_thememanager']['button-decoration-secondary'],
12821282
'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'],
12841284
'eval' => ['maxlength'=>32, 'tl_class'=>'w25'],
12851285
],
12861286
'button-hover-decoration-secondary' => [
12871287
'default' => 'none',
12881288
'label' => &$GLOBALS['TL_LANG']['tl_thememanager']['button-hover-decoration-secondary'],
12891289
'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'],
12911291
'eval' => ['maxlength'=>32, 'tl_class'=>'w25'],
12921292
],
12931293

@@ -1406,14 +1406,14 @@
14061406
'default' => 'none',
14071407
'label' => &$GLOBALS['TL_LANG']['tl_thememanager']['button-decoration-alt'],
14081408
'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'],
14101410
'eval' => ['maxlength'=>32, 'tl_class'=>'w25'],
14111411
],
14121412
'button-hover-decoration-alt' => [
14131413
'default' => 'none',
14141414
'label' => &$GLOBALS['TL_LANG']['tl_thememanager']['button-hover-decoration-alt'],
14151415
'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'],
14171417
'eval' => ['maxlength'=>32, 'tl_class'=>'w25'],
14181418
],
14191419

0 commit comments

Comments
 (0)