main
Jan Umbach 2024-07-03 12:48:27 +02:00
parent bdf0b9c196
commit 4d950091a7
1 changed files with 2 additions and 2 deletions

View File

@ -574,8 +574,8 @@
html += SHX_IFC_genTextInput('shx-text1', 'Text', 'Text', globalInputFormsObjValues[id]['text1'], section_id);
html += SHX_IFC_genDropdownSelect('shx-font', 'Schriftart', 'Schriftart', globalInputFormsObjValues[id]['font'], ['LT Beverage', "Rose", "Arial"], section_id);
html += SHX_IFC_genColorSelect('shx-color1', 'Farbe 1', 'Farbe 1', globalInputFormsObjValues[id]['color1'], [], section_id);
html += SHX_IFC_genColorSelect('shx-color2', 'Farbe 2', 'Farbe 2', globalInputFormsObjValues[id]['color2'], [], section_id);
html += SHX_IFC_genColorSelect('shx-color1', 'Textfarbe', 'Textfarbe', globalInputFormsObjValues[id]['color1'], [], section_id);
html += SHX_IFC_genColorSelect('shx-color2', 'Hintergrundfarbe', 'Hintergrundfarbe', globalInputFormsObjValues[id]['color2'], [], section_id);
return html;
}