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
3923ddf0
Commit
3923ddf0
authored
Apr 10, 2007
by
Penny Leach
Browse files
fixed up the listself rendering for resume
parent
5232d0ab
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/artefact/resume/lib.php
View file @
3923ddf0
...
...
@@ -132,10 +132,6 @@ class ArtefactTypeCoverletter extends ArtefactTypeResume {
);
}
public
function
listself
(
$options
)
{
return
array
(
'html'
=>
get_string
(
'coverletter'
,
'artefact.resume'
));
}
public
function
render_full
(
$options
)
{
return
array
(
'html'
=>
$this
->
title
);
}
...
...
@@ -155,10 +151,6 @@ class ArtefactTypeInterest extends ArtefactTypeResume {
);
}
public
function
listself
(
$options
)
{
return
array
(
'html'
=>
get_string
(
'interest'
,
'artefact.resume'
));
}
public
function
render_full
(
$options
)
{
return
array
(
'html'
=>
$this
->
title
);
}
...
...
@@ -906,6 +898,7 @@ class ArtefactTypeResumeGoalAndSkill extends ArtefactTypeResume {
public
static
function
get_render_list
()
{
return
array
(
FORMAT_ARTEFACT_LISTSELF
,
FORMAT_ARTEFACT_RENDERFULL
,
FORMAT_ARTEFACT_RENDERMETADATA
,
);
...
...
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