Fix: Can change filter
This commit is contained in:
parent
2f61274a76
commit
404081cc34
@ -99,7 +99,7 @@ if ($action=='delete_action')
|
|||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Affichage liste
|
* View
|
||||||
*/
|
*/
|
||||||
|
|
||||||
llxHeader();
|
llxHeader();
|
||||||
|
|||||||
@ -200,7 +200,7 @@ if ($resql)
|
|||||||
print $form->select_users($filtera,'userasked',1,'',!$canedit);
|
print $form->select_users($filtera,'userasked',1,'',!$canedit);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td rowspan="3" align="center" valign="middle">';
|
print '<td rowspan="3" align="center" valign="middle">';
|
||||||
print img_picto($langs->trans("ViewList"),'object_list').' <input type="submit" class="button" name="viewlist" value="'.$langs->trans("ViewList").'" disabled="true">';
|
print img_picto($langs->trans("ViewList"),'object_list').' <input type="submit" class="button" name="viewlist" value="'.$langs->trans("ViewList").'">';
|
||||||
print '<br>';
|
print '<br>';
|
||||||
print '<br>';
|
print '<br>';
|
||||||
print img_picto($langs->trans("ViewCal"),'object_calendar').' <input type="submit" class="button" name="viewcal" value="'.$langs->trans("ViewCal").'">';
|
print img_picto($langs->trans("ViewCal"),'object_calendar').' <input type="submit" class="button" name="viewcal" value="'.$langs->trans("ViewCal").'">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user