FSN#32295 scf-schermen moeten eigen class-id's krijgen

svn path=/Website/trunk/; revision=24956
This commit is contained in:
Jos Groot Lipman
2015-04-22 12:32:30 +00:00
parent 96c33645e3
commit 4cba87ca58
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ function scaffolding_edit(model, scf_params)
<div id="edit">
<form name="u2" method="post" action="<%=scf_params.this_fullpath%>?mode=save&id=<%=key%><%=transit%>" onsubmit="return false;">
<%
BLOCK_START("facInfo", xxx_data["name"] || model.record_title);
BLOCK_START("scf_info", xxx_data["name"] || model.record_title);
for (var fld in model.fields)
{
var field = model.fields[fld];

View File

@@ -92,7 +92,7 @@ function scaffolding_show(model, scf_params)
<div id="show">
<form name="u2" onSubmit="return false;">
<%
BLOCK_START("facInfo", model.record_title);
BLOCK_START("scf_info", model.record_title);
for (var fld in model.fields)
scf_ROFIELDTR(model, fld, xxx_data[fld], key);
BLOCK_END();