%%macro printCnfList%%
Version |
%%lrc createdon cnfm "Created on"%% |
%%lrc Owner hwrc "Owner"%% |
write_showInOpener();
HW_confmng_show_config_history(request.object.GOid);
|
%%endmacro%%
%%macro dialog_configurationhistory%%
// === DIALOG SPECS ===========================================
var dlg_spec={
caption:lrc("chDlgCap","cnfm","Configuration History")+": "+place("object.title"),
opdlgfunc:1, setexpire:1,datefunctions:1,
buttons:{"Close":{func:"close"}," Help ":{func:"help"}}};
// === PARAM SPECS ============================================
var param_spec={paramspecs:[
{name:"printCnfList",type:"plainmacro"}]};
HW_DC_defaultDialog(dlg_spec,[param_spec]);
%%endmacro%%