I'm using a custom form control to select media files, as the inbuilt ones don't really do the job. This is working fine, except for the media libraries dialog that opens up doesn't have close and maximise buttons.
I'm using the cms:MediaSelector control, and I've traced the issue to CMSMasterPages/LiveSite/Dialogs/TabsHeader.master line 29, where the cms:PageTitle control doesn't have IsDialog set to true.
cms:MediaSelector
cms:PageTitle
So two questions really:
Can you share a screenshot?
Based on Kentico's usage, I'm willing to bet it's built that way. The simple thing to do would be to clone that control and reference that control in your custom control with that minor change made.
Please, sign in to be able to submit a new answer.