Skip to content
GitLab
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
0ab246fc
Commit
0ab246fc
authored
Jan 25, 2007
by
Nigel McNie
Committed by
Nigel McNie
Jan 25, 2007
Browse files
Moved the calendar.gif image into the images directory
parent
26e130f8
Changes
3
Show whitespace changes
Inline
Side-by-side
htdocs/lib/mahara.php
View file @
0ab246fc
...
...
@@ -920,7 +920,7 @@ function pieform_validate(Pieform $form, $values) {
function
pieform_element_calendar_configure
(
$element
)
{
$element
[
'jsroot'
]
=
'/js/jscalendar/'
;
$element
[
'themefile'
]
=
theme_get_url
(
'style/calendar.css'
);
$element
[
'imagefile'
]
=
theme_get_url
(
'calendar.gif'
);
$element
[
'imagefile'
]
=
theme_get_url
(
'
images/
calendar.gif'
);
$element
[
'language'
]
=
'en'
;
// @todo: language file names for the js calendar may need to be changed
return
$element
;
}
...
...
htdocs/theme/default/static/calendar.gif
→
htdocs/theme/default/static/
images/
calendar.gif
View file @
0ab246fc
File moved
htdocs/theme/default/templates/form/viewacl.tpl
View file @
0ab246fc
...
...
@@ -114,7 +114,7 @@ function makeCalendarLink(item, type) {
'
onclick
'
:
'
return false;
'
,
// @todo do with mochikit connect
'
class
'
:
'
pieform-calendar-toggle
'
},
IMG
({
'
src
'
:
'
{
{
$THEMEURL
}
}
calendar.gif
'
,
'
src
'
:
'
{
{
theme_path
location
=
'images/
calendar.gif'
}
}
'
,
'
alt
'
:
''
})
);
return
link
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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