Hmm, in order to integrate this system into vBulletin's regular moderator information pages, I may move the page into the User CP under the moderation section. This means it is available alongside lists of deleted/moderated threads and posts.
I am not so sure about including a link in the Mod CP, since rumour has it that Jelsoft are going to phase out the Mod CP. It will also interfere with the Mod CP's frames, meaning the ugly sidebar will be present when viewing the View Usernotes Given page.
You can add one yourself, though, by doing the following:
OPEN: /modcp/index.php
FIND (LINE 335):
PHP Code:
construct_nav_group($vbphrase['users']);
ADD ABOVE:
PHP Code:
construct_nav_option('View Usernotes Given', '../misc.php?do=viewusernotesgiven');
SAVE