FSN#40747 fixes tbv/nav app
svn path=/Website/branches/v2017.1/; revision=34164
This commit is contained in:
@@ -60,8 +60,10 @@ function scaffolding_m_list(model, scf_params)
|
|||||||
<body id="listbody">
|
<body id="listbody">
|
||||||
<%
|
<%
|
||||||
PAGE_START();
|
PAGE_START();
|
||||||
var qrc = false;
|
// PF: ik wil als standalone (qrc, deeplink, bookmark) aanroep alleen een refresh button,
|
||||||
HEADER({title: model.records_title, back:!qrc, home: false, refresh: true, datatheme: jQFrontEndTheme });
|
// en bij een reguliere aanroep vanuit het menu/rapportlijst een back en een home
|
||||||
|
var qrc = getQParamInt("qrc", 0) != 0;
|
||||||
|
HEADER({title: model.records_title, back:!qrc, home: !qrc, refresh: qrc, datatheme: jQFrontEndTheme });
|
||||||
CONTENT_START();
|
CONTENT_START();
|
||||||
buttons = [];
|
buttons = [];
|
||||||
buttons.push({ icon: "page_refresh.png", title: L("lcl_refresh"), action: "FcltMgr.reload()" });
|
buttons.push({ icon: "page_refresh.png", title: L("lcl_refresh"), action: "FcltMgr.reload()" });
|
||||||
|
|||||||
Reference in New Issue
Block a user