mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
fix adding new calendar event
This commit is contained in:
parent
20e3826316
commit
1aefc633f9
|
@ -9,6 +9,7 @@
|
|||
- fix export of search results, headers of excel file can be translated
|
||||
- fix arcordeon for folder filters on search page
|
||||
- fix upload from dropfolder
|
||||
- fix adding new calendar event
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
Changes in version 6.0.8
|
||||
|
|
|
@ -39,6 +39,7 @@ if ($user->isGuest()) {
|
|||
}
|
||||
|
||||
if($view) {
|
||||
$view->setParam('accessobject', $accessop);
|
||||
$view->setParam('strictformcheck', $settings->_strictFormCheck);
|
||||
$view($_GET);
|
||||
exit;
|
||||
|
|
|
@ -899,6 +899,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
} /* }}} */
|
||||
|
||||
private function calendarOldNavigationBar($d){ /* {{{ */
|
||||
$accessobject = $this->params['accessobject'];
|
||||
$ds="&day=".$d[0]."&month=".$d[1]."&year=".$d[2];
|
||||
echo "<id=\"first\"><a href=\"../out/out.CalendarOld.php?mode=y\" class=\"brand\">".getMLText("calendar")."</a>\n";
|
||||
echo "<div class=\"nav-collapse col2\">\n";
|
||||
|
@ -916,6 +917,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
} /* }}} */
|
||||
|
||||
private function calendarNavigationBar($d){ /* {{{ */
|
||||
$accessobject = $this->params['accessobject'];
|
||||
echo "<id=\"first\"><a href=\"../out/out.Calendar.php\" class=\"brand\">".getMLText("calendar")."</a>\n";
|
||||
echo "<div class=\"nav-collapse col2\">\n";
|
||||
echo "<ul class=\"nav\">\n";
|
||||
|
|
Loading…
Reference in New Issue
Block a user