Making fields hidden in edit.html.tmpl

Arvind Singh arvind at pixim.com
Mon Apr 21 07:45:26 UTC 2003


I've a basic question regarding how to make some of the fields in edit.html.tmpl hidden & readonly.
In the html syntax we use <input type="hidden"> for making it hidden and
for readonly <input name="test1" readonly>

But I am not able to make the priority field in the edit.html.tmpl hidden or readonly.
      <td align="right">
        <b><a href="bug_status.html#priority">Priority</a>:</b>
      </td>
      [% PROCESS select selname => "priority" %]

Thanks a lot for all the help.

With Regards,
Arvind.





More information about the developers mailing list