mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°4283 - Textarea: Make sure to use monospace font for code
- CSV import is now using monospace font - Simplify SCSS code Note: TextArea and all input UIBlocks need to be reworked as they are not properly organized, see comment in _input-text.scss
This commit is contained in:
@@ -1515,6 +1515,7 @@ EOF
|
||||
|
||||
$sCSVData = utils::ReadParam('csvdata', '', false, utils::ENUM_SANITIZATION_FILTER_STRING);
|
||||
$oTextarea = new TextArea('csvdata', $sCSVData, '', 120, 30);
|
||||
$oTextarea->AddCSSClasses(['ibo-input-text', 'ibo-is-code']);
|
||||
$oFieldPaste = FieldUIBlockFactory::MakeFromObject(Dict::S('UI:CSVImport:PasteData'), $oTextarea);
|
||||
$oFormPaste->AddSubBlock($oFieldPaste);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user