Hi,
I have a class named Document which extends DataObject and a class named DocumentAdmin which extends ModelAdmin. When editing a Document through the ModelAdmin view, I would like to modify how the ModelAdmin displays the title text of the Document in the very top of the page. The reason for this is that the Documents have usually very long titles which will take up a lot of space as they go to a second row. If you need, I can post a screenshot to demonstrate the problem.