Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
897d1a12
Commit
897d1a12
authored
Jan 20, 2007
by
Nigel McNie
Committed by
Nigel McNie
Jan 20, 2007
Browse files
Added tablerenderer to the js files included
parent
41bd0a52
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/view/create4.php
View file @
897d1a12
...
...
@@ -30,7 +30,7 @@ require(dirname(dirname(__FILE__)) . '/init.php');
define
(
'TITLE'
,
get_string
(
'createviewstep4'
,
'view'
));
require_once
(
'pieforms/pieform.php'
);
require_once
(
'pieforms/pieform/elements/calendar.php'
);
$smarty
=
smarty
(
array
(),
pieform_element_calendar_get_headdata
(
pieform_element_calendar_configure
(
array
())));
$smarty
=
smarty
(
array
(
'tablerenderer'
),
pieform_element_calendar_get_headdata
(
pieform_element_calendar_configure
(
array
())));
$createid
=
param_integer
(
'createid'
,
null
);
$data
=
$SESSION
->
get
(
'create_'
.
$createid
);
...
...
htdocs/view/editaccess.php
View file @
897d1a12
...
...
@@ -26,7 +26,7 @@
// @todo Maybe later have a cron job to clean up access to views when the access expires
// @todo Currently you can add access with start date after end date, this should be restricted
// @todo Currently you can add multp
l
ie access that is exactly the same (e.g. 3x public with no dates)
// @todo Currently you can add multpi
l
e access that is exactly the same (e.g. 3x public with no dates)
// This might need to be checked for. As it stands that just results in three rows in the database,
// which are collapsed when access to the view is edited
define
(
'INTERNAL'
,
1
);
...
...
@@ -35,7 +35,7 @@ require(dirname(dirname(__FILE__)) . '/init.php');
define
(
'TITLE'
,
get_string
(
'editaccess'
,
'view'
));
require_once
(
'pieforms/pieform.php'
);
require_once
(
'pieforms/pieform/elements/calendar.php'
);
$smarty
=
smarty
(
array
(),
pieform_element_calendar_get_headdata
(
pieform_element_calendar_configure
(
array
())));
$smarty
=
smarty
(
array
(
'tablerenderer'
),
pieform_element_calendar_get_headdata
(
pieform_element_calendar_configure
(
array
())));
$viewid
=
param_integer
(
'viewid'
);
$prefix
=
get_config
(
'dbprefix'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment