FSN#37938 newstyle notes for everyone!
svn path=/Website/trunk/; revision=31805
This commit is contained in:
@@ -300,15 +300,15 @@ if (mld_key == -1 || copy)
|
||||
if (mfe && mfe.canReadNotes)
|
||||
{
|
||||
// Let op: dit kan vertrouwelijke info zijn. Controle op canWriteFO/BO kan niet lazy (evt wel specifiek)
|
||||
if (S("mld_note_mode") == 2 && (urole == 'fo' || urole == 'bo')) // new style
|
||||
if (S("mld_note_mode") == 2) // new style
|
||||
{
|
||||
page = "mld_show_note2.asp?urole=" + urole + "&mld_key=" + mld_key + transitParam;
|
||||
if (S("mld_note_autoscroll"))
|
||||
page += "&autoscroll=1";
|
||||
|
||||
IFRAMER("noteFrame", page, { refreshOnClose: true } );
|
||||
IFRAMER("noteFrame", page, { refreshOnClose: true, tabframe: true } );
|
||||
}
|
||||
else // Old style voor FE
|
||||
else // Old style, to be deprecated
|
||||
{
|
||||
var showFENote = false;
|
||||
if (urole == "fe")
|
||||
|
||||
Reference in New Issue
Block a user