Some more questions / #3781

Thanks for your annotations.

But I have some more questions:
  1. Exists a possibility to call the itemMonitorEdit form out of the itemIsBookmark function and return afterwards to this function?
--> It isn't or? The FromPage and the Edit form would be always shown together, or?!
  1. I thought about storing the item(s) who will be marked as bookmark in an array and call the itemMonitorEdit function like

from pages/items.inc.php

$PH->show('itemMonitorEdit', array('bookmarks'=>bookmarkitems_array));

But I think it isn't possible to pass an array within an array :-)?!

At the moment I'm a little bit "uninspired" regarding the handling of this problem.

Do you have a suggestion how to solve it?