edit.html.tmpl editing - Mozilla

This is a discussion on edit.html.tmpl editing - Mozilla ; I want to edit the page edit.html.tmpl. This is the template used by the post_bug.cgi script where one can edit a bug that has been submitted. Within the "Details" table, the bug's fields are displayed and I want to remove ...

+ Reply to Thread
Results 1 to 2 of 2

Thread: edit.html.tmpl editing

  1. edit.html.tmpl editing

    I want to edit the page edit.html.tmpl. This is the template used by the
    post_bug.cgi script where one can edit a bug that has been submitted.

    Within the "Details" table, the bug's fields are displayed and I want to
    remove a few of these fields from view. The lines in the edit.html.tmpl
    that are responsible for displaying this table of fields are as follows:

    [%# *** ID, product, component, status and resolution *** %]
    [% PROCESS section_details1 %]

    Where does the Template Toolkit pull the "section_details1" information
    from?

    Brian Clanton
    mailto:bclanton@dupagels.lib.il.us
    Systems Technician
    Dupage Library System
    http://www.dupagels.lib.il.us
    127 South First Street
    Geneva IL, 60134
    Voice/Voicemail (630) 232-8457 Ext. 210
    Fax: (630) 232 0699

    Automation Department direct line:

    Voice/Voicemail (630) 232-4674



  2. Re: edit.html.tmpl editing

    On Jul 27, 7:52 pm, "Brian Clanton"
    wrote:
    > I want to edit the page edit.html.tmpl. This is the template used by the
    > post_bug.cgi script where one can edit a bug that has been submitted.
    >
    > Within the "Details" table, the bug's fields are displayed and I want to
    > remove a few of these fields from view. The lines in the edit.html.tmpl
    > that are responsible for displaying this table of fields are as follows:
    >
    > [%# *** ID, product, component, status and resolution *** %]
    > [% PROCESS section_details1 %]
    >
    > Where does the Template Toolkit pull the "section_details1" information
    > from?


    http://mxr-test.landfill.bugzilla.or...ction_details1

    -- search first, ask questions later


+ Reply to Thread