File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -174,12 +174,12 @@ public static function getEditorFieldsHtml(PluginFormcreatorForm_Language $formL
174
174
switch ($ type ) {
175
175
case 'itemlink ' :
176
176
case 'string ' :
177
- $ out .= '<td> ' . $ original . Html::hidden ("id " , ['value ' => $ id ]) . '</td> ' ;
177
+ $ out .= '<td width="50%" > ' . $ original . Html::hidden ("id " , ['value ' => $ id ]) . '</td> ' ;
178
178
$ out .= '<td> ' . Html::input ("value " , ['value ' => $ translatedString ]) . '</td> ' ;
179
179
break ;
180
180
181
181
case 'text ' :
182
- $ out .= '<td> ' . Html::entity_decode_deep ($ original ) . Html::hidden ("id " , ['value ' => $ id ]) . '</td> ' ;
182
+ $ out .= '<td width="50%" > ' . Html::entity_decode_deep ($ original ) . Html::hidden ("id " , ['value ' => $ id ]) . '</td> ' ;
183
183
$ out .= '<td> ' . Html::textarea ([
184
184
'name ' => "value " ,
185
185
'value ' => $ translatedString ,
Original file line number Diff line number Diff line change @@ -1154,6 +1154,7 @@ var plugin_formcreator = new function() {
1154
1154
var translationId = $ ( element . closest ( '[data-itemtype="PluginFormcreatorTranslation"]' ) ) . attr ( 'data-id' ) ;
1155
1155
var modal ;
1156
1156
modal = glpi_ajax_dialog ( {
1157
+ dialogclass : 'modal-xl' ,
1157
1158
url : '../ajax/form_language.php' ,
1158
1159
params : {
1159
1160
action : 'translation' ,
You can’t perform that action at this time.
0 commit comments