File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -581,7 +581,7 @@ function onShowEdit() {
581581 $ this ->dataRecord = $ record ;
582582
583583 if (isset ($ app ->tform ->formDef ['record_name_field ' ])) {
584- $ app ->tform ->formDef ['title ' ] = $ app ->lng ($ app ->tform ->formDef ['title ' ]) . ' ' . $ this ->dataRecord [$ app ->tform ->formDef ['record_name_field ' ]];
584+ $ app ->tform ->formDef ['title ' ] = $ app ->lng ($ app ->tform ->formDef ['title ' ]) . ' - ' . $ this ->dataRecord [$ app ->tform ->formDef ['record_name_field ' ]];
585585 }
586586
587587 // Userdaten umwandeln
Original file line number Diff line number Diff line change 6262$ form ["title " ] = "Additional PHP Versions " ;
6363//$form["description"] = "Form to edit additional PHP versions";
6464$ form ["name " ] = "server_php " ;
65+ $ form ["record_name_field " ] = "name " ;
6566$ form ["action " ] = "server_php_edit.php " ;
6667$ form ["db_table " ] = "server_php " ;
6768$ form ["db_table_idx " ] = "server_php_id " ;
You can’t perform that action at this time.
0 commit comments