mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
make filter reload the page automaticly if js availible
button [Filter] in Templates now in <noscript>-tags
This commit is contained in:
parent
17b5416f42
commit
0af94375ea
@ -362,7 +362,7 @@
|
||||
|
||||
if (is_array($filter_obj))
|
||||
{
|
||||
$str .= '<select name="filter">'."\n";
|
||||
$str .='<select name="filter" onChange="this.form.submit()">'."\n";
|
||||
|
||||
$indexlimit = count($filter_obj);
|
||||
|
||||
|
@ -1 +1 @@
|
||||
<td width="14%">{select}<input type="submit" value="{lang_filter}"></td>
|
||||
<td width="14%">{select}<noscript><input type="submit" value="{lang_filter}"></noscript></td>
|
||||
|
@ -1 +1 @@
|
||||
<td width="14%">{select}<input type="submit" value="{lang_filter}"></td>
|
||||
<td width="14%">{select}<noscript><input type="submit" value="{lang_filter}"></noscript></td>
|
||||
|
@ -1 +1 @@
|
||||
<td width="14%">{select}<input type="submit" value="{lang_filter}"></td>
|
||||
<td width="14%">{select}<noscript><input type="submit" value="{lang_filter}"></noscript></td>
|
||||
|
@ -1 +1 @@
|
||||
<td width="14%">{select}<input type="submit" value="{lang_filter}"></td>
|
||||
<td width="14%">{select}<noscript><input type="submit" value="{lang_filter}"></noscript></td>
|
||||
|
Loading…
Reference in New Issue
Block a user