filter not working in 1.1.0

Discussion in 'General' started by thewebbie, Apr 8, 2007.

  1. thewebbie

    thewebbie New Member

    Hello,

    I upgraded to 1.1.0 this morning and the filter function does not work.
    I enter something in origin and click "fliter" and nothing happens.

    It is almost if the form field is missing.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    We will check that.
     
  3. thewebbie

    thewebbie New Member

    any update on this bug?
     
  4. falko

    falko Super Moderator Howtoforge Staff

    No, not yet.
     
  5. thewebbie

    thewebbie New Member

    Hello,

    Any update on this bug? It is a drop dead bug if you have more than several dozen domains.
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Replace the line:

    Code:
    <tmpl_dyninclude name="content_tpl">
    
    with:

    Code:
    <form method="post" action="<tmpl_var name='form_action'>" name="myform" enctype="multipart/form-data">
    <tmpl_dyninclude name="content_tpl">
    </form>
    in the file:

    /usr/share/mydnsconfig/web/themes/grey/templates/listpage.tpl.htm
     
  7. thewebbie

    thewebbie New Member

    Thank you that worked.

    Since I was using the default template I also changed it in

    ../web/themes/default/templates/listpage.tpl.htm
     

Share This Page