I manage many CMSMS sites and when editing pages in the control panel I find the "Title" and "Menu Text" input fields too short, about 25 characters. I want them to be about 100.
I thought I found it by editing admin/templates/copycontent.php like this...
Code: Select all
<div class="pageoverflow">
<p class="pagetext">{$lang_pagemenutext}:</p>
<p class="pageinput"><input type="text" name="to_menutext" size="50" maxlength="255" value="{$fromobj->MenuText()}" /></p>
</div>
Can anyone please help me to lengthen the fields for Title and Menu Text when editing pages in control panel?
Thank you