We have a few columns on a list that a only a subset of users should be
allowed to edit. So regular users can add/edit list items but only HR
can edit the additional fields.
We've created site columns, a content type and a list template.
I was thinking of modifying EditForm.aspx and NewForm.aspx using
<Sharepoint:SPSecurityTrimmedControl runat="server"
Permissions="ManageLists"> to restrict access to these columns.
My boss has concerns though about editing these pages in case the
modifications are not compatible with future versions of MOSS.
Any thoughts on modifying these OOTB pages?