I am looking for a way to add a dynamic field where the user cannot change the text box content, or just add the dynamic field label, there is some way to do that?
I see the file /opt/otrs/Kernel/Output/HTML/Standard/CustomerTicketMessage.dtl on block:
Code: Select all
#<!-- dtl:block:DynamicField_Field1 -->
# <div class="Row Row_DynamicField_$QData{"Name"}">
# $Data{"Label"}
# <div class="Field">
# $Data{"Field"}
# </div>
# <div class="Clear"></div>
# </div>
#<!-- dtl:block:DynamicField_Field1 -->
Theoretically, if I change Field1 for my field name and remove the block above it will work, but this changes doesnt work...
# <div class="Field">
# $Data{"Field"}
# </div
Can someone help me please?