codegooglecom / mytopix

Automatically exported from code.google.com/p/mytopix
0 stars 0 forks source link

Missing <lang:search_by> #223

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
in "Community Member Listing" -> "list_table" stands this:
            <option value='all'><lang:search_group></option>
            {$sort_groups}
        </select> by
        <select name='sField'>
            {$sort_type}
I think it has to be:
            <option value='all'><lang:search_group></option>
            {$sort_groups}
        </select> <lang:search_by>
        <select name='sField'>
            {$sort_type}

Original issue reported on code.google.com by markus....@hotmail.de on 20 Sep 2007 at 12:47