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
174174 switch ($ type ) {
175175 case 'itemlink ' :
176176 case 'string ' :
177- $ out .= '<td> ' . $ original . Html::hidden ("id " , ['value ' => $ id ]) . '</td> ' ;
177+ $ out .= '<td width="50%" > ' . $ original . Html::hidden ("id " , ['value ' => $ id ]) . '</td> ' ;
178178 $ out .= '<td> ' . Html::input ("value " , ['value ' => $ translatedString ]) . '</td> ' ;
179179 break ;
180180
181181 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> ' ;
183183 $ out .= '<td> ' . Html::textarea ([
184184 'name ' => "value " ,
185185 'value ' => $ translatedString ,
Original file line number Diff line number Diff line change @@ -1154,6 +1154,7 @@ var plugin_formcreator = new function() {
11541154 var translationId = $ ( element . closest ( '[data-itemtype="PluginFormcreatorTranslation"]' ) ) . attr ( 'data-id' ) ;
11551155 var modal ;
11561156 modal = glpi_ajax_dialog ( {
1157+ dialogclass : 'modal-xl' ,
11571158 url : '../ajax/form_language.php' ,
11581159 params : {
11591160 action : 'translation' ,
You can’t perform that action at this time.
0 commit comments