I have an idea for an extension, but it requires that I can access/select images from the admin panel.
Basically it creates a menu with corresponding images for every link. So the form layout in the admin panel should be something like this:
[image] [url] [tekst]
[image] [url] [tekst]
[image] [url] [tekst]
etc.
Of course I could create a text inputfield and ask to give absolute paths to the images. But it would look more sophisticated when there was a button, or a select field where you could choose images from the /pivotx/themes/mytheme/images/ directory (preferably) or from the /images/ directory.
Another question: Can I just use jQuery in the adminpanel to create a button to add or remove fields to/from the form?