File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
layouts/joomla/form/field/modal-select Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5454$ modalSelect = [
5555 'popupType ' => 'iframe ' ,
5656 'src ' => empty ($ urls ['select ' ]) ? '' : Route::_ ($ urls ['select ' ], false ),
57- 'textHeader ' => $ modalTitles ['select ' ] ?? Text:: _ ( 'JSELECT ' ),
57+ 'textHeader ' => Text:: _ ( $ modalTitles ['select ' ] ?? 'JSELECT ' ),
5858];
5959$ modalNew = [
6060 'popupType ' => 'iframe ' ,
6161 'src ' => empty ($ urls ['new ' ]) ? '' : Route::_ ($ urls ['new ' ], false ),
62- 'textHeader ' => $ modalTitles ['new ' ] ?? Text:: _ ( 'JACTION_CREATE ' ),
62+ 'textHeader ' => Text:: _ ( $ modalTitles ['new ' ] ?? 'JACTION_CREATE ' ),
6363];
6464$ modalEdit = [
6565 'popupType ' => 'iframe ' ,
6666 'src ' => empty ($ urls ['edit ' ]) ? '' : Route::_ ($ urls ['edit ' ], false ),
67- 'textHeader ' => $ modalTitles ['edit ' ] ?? Text:: _ ( 'JACTION_EDIT ' ),
67+ 'textHeader ' => Text:: _ ( $ modalTitles ['edit ' ] ?? 'JACTION_EDIT ' ),
6868];
6969
7070// Decide when the select button always will be visible
You can’t perform that action at this time.
0 commit comments