Hi,
I have a need to modify the "add X" URL that appears on the listing of page X.
If you go to the URL "localhost/content/manage_content/add" directly, it opens in a full window (page reload), which is correct, but when I click on the ADD function within the list page, I want to open the add screen in a dialog. So, I want to change the URL to something like "localhost/content/manage_content/add/silent" or something like that so that I can define in my code that if the parameter is "silent", it loads the template "silent" instead of the default full-page template. Reason being, having the entire page navigation and logo and everything inside a dialog box ontop of a full screen view is sort-of overkill.
Any ideas?
Regards,
Kobus