}
wrapperPanel = putInitialPanel(columnLayoutCtr.getInitialComponent());
if (restrictedEdit) {
restrictedEditWarningVC = createVelocityContainer("restrictedEditDialog");
proceedRestricedEditDialog = new DialogController(ureq.getLocale(), translate("yes"), translate("no"),translate("qti.restricted.edit.warning")+"<br/><br/>"+createReferenceesMsg(ureq), null, true, null);
listenTo(proceedRestricedEditDialog);
restrictedEditWarningVC.put("dialog", proceedRestricedEditDialog.getInitialComponent());
// we would like to us a modal dialog here, but this does not work! we
// can't push to stack because the outher workflows pushes us after the
// controller to the stack. Thus, if we used a modal dialog here the