UWVA#36475 BLOCK_START titel gewoon lcl in plaats van name, doen we in showmode en alle andere schermen ook.

svn path=/Website/branches/v2016.1/; revision=29388
This commit is contained in:
Jos Groot Lipman
2016-05-12 13:58:35 +00:00
parent 0c453a281a
commit 16ab0f18c1

View File

@@ -280,7 +280,7 @@ function scaffolding_edit(model, scf_params)
} }
var i = 0; var i = 0;
BLOCK_START(col_id, xxx_data["name"] || model.record_title); BLOCK_START(col_id, model.record_title);
while (i < col_1_length) while (i < col_1_length)
{ {
var fld = fld_arr[i]; var fld = fld_arr[i];
@@ -297,7 +297,7 @@ function scaffolding_edit(model, scf_params)
if (scf_params.multicolumn) if (scf_params.multicolumn)
{ {
BLOCK_START("scfInfo_F", xxx_data["name"] || model.record_title); BLOCK_START("scfInfo_F", model.record_title);
while (i < fld_arr.length) while (i < fld_arr.length)
{ {
var fld = fld_arr[i]; var fld = fld_arr[i];