PDA

View Full Version : filter not working in 1.1.0


thewebbie
8th April 2007, 18:29
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.

falko
9th April 2007, 18:09
We will check that.

thewebbie
25th April 2007, 22:53
any update on this bug?

falko
26th April 2007, 21:15
No, not yet.

thewebbie
5th July 2007, 19:14
Hello,

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

till
5th July 2007, 19:27
Replace the line:


<tmpl_dyninclude name="content_tpl">


with:

<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

thewebbie
5th July 2007, 20:53
Thank you that worked.

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

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