I understand that these are very important fields and that they can't removed, however, is there a way to grey them out or hide them?Content Type:
Title:
Menu Text:
Parent:
Page Alias:
Template:
I've looked at editcontent.php and understand that the following piece of code generates the HTML that creates these fields:
Code: Select all
?>
<div class="pageoverflow">
<p class="pagetext"><?php echo $contentarray[$i][0]; ?></p>
<p class="pageinput"><?php echo $contentarray[$i][1]; ?></p>
</div>
<?php
Menu Text:
I want the code to generate input type="hidden" so that the field are invisible.
Could somebody tell me which file generates this code so that I can alter it?
Thanks


