|
|
@@ -231,6 +231,9 @@ if (GETPOST('button_removefilter_x', 'alpha') || GETPOST('button_removefilter.x'
|
|
|
$usergroup = '';
|
|
|
$toselect = array();
|
|
|
$search_array_options = array();
|
|
|
+ $eventdetails = '';
|
|
|
+ $eventproduct = '';
|
|
|
+ $eventlocation = '';
|
|
|
}
|
|
|
|
|
|
if (empty($reshook) && !empty($massaction)) {
|
|
|
@@ -619,7 +622,7 @@ $arrayofselected = is_array($toselect) ? $toselect : array();
|
|
|
|
|
|
// Local calendar
|
|
|
$newtitle = '<div class="nowrap clear inline-block minheight30 margintoponly">';
|
|
|
-$newtitle .= '<input type="checkbox" id="check_mytasks" name="check_mytasks" checked disabled> '.$langs->trans("LocalAgenda").' ';
|
|
|
+//$newtitle .= '<input type="checkbox" id="check_mytasks" name="check_mytasks" checked disabled> '.$langs->trans("LocalAgenda").' ';
|
|
|
$newtitle .= '</div>';
|
|
|
//$newtitle=$langs->trans($title);
|
|
|
|