FSN#32295 scf-schermen moeten eigen class-id's krijgen
svn path=/Website/trunk/; revision=24956
This commit is contained in:
@@ -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];
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user