[solved] How to change Title and Menu Text input field length in control panel?
Posted: Tue Mar 02, 2010 3:40 am
I wish to change the form fields input length displayed in editcontent.php. I am using V1.6.6.
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...
I changed the value size="50" to size="100" but no joy.
Can anyone please help me to lengthen the fields for Title and Menu Text when editing pages in control panel?
Thank you
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