Skip to content
Snippets Groups Projects
Commit 4603e5b2 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #59187 improve technical information rendering

parent 695d4e85
Branches
Tags
2 merge requests!2365Dev#59187 explo redmine pouvoir uploader des fichiers dans les tickets back office,!2357Dev#59187 explo redmine pouvoir uploader des fichiers dans les tickets back office
Pipeline #2582 passed with stage
in 20 minutes and 56 seconds
......@@ -113,7 +113,7 @@ class ZendAfi_Form_Redmine_Issue extends ZendAfi_Form {
->addElement('textarea',
'technical_informations',
['label' => $this->_('Informations techniques'),
'rows' => 4,
'rows' => 6,
'cols' => 70,
'required' => false,
'readonly' => 'readonly',
......
......@@ -158,3 +158,8 @@ body .ui-tabs .ui-tabs-nav > .ui-tabs-active > a.modified,
body .ui-tabs .ui-tabs-nav > .ui-state-default > a.modified {
color: var(--error-text);
}
.admin-form [readonly="readonly"] {
cursor: default;
background-color: var(--main-background);
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment