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
509dfcbe
Commit
509dfcbe
authored
Jun 06, 2007
by
Penny Leach
Browse files
Fixing up [#665] - contextual help icon in the templates for the resume
composite fields shouldn't show up in view context.
parent
87bc4be3
Changes
5
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/resume/theme/default/fragments/book.tpl
View file @
509dfcbe
<h3>
{
str
tag
=
'book'
section
=
'artefact.resume'
}
{
contextualhelp
plugintype
=
'artefact'
pluginname
=
'resume'
section
=
'addbook'
}
</h3>
{
if
$controls
}
{
contextualhelp
plugintype
=
'artefact'
pluginname
=
'resume'
section
=
'addbook'
}
{/
if
}
</h3>
<table
id=
"booklist"
class=
"tablerenderer hidden resumefour"
>
<thead>
<tr>
...
...
htdocs/artefact/resume/theme/default/fragments/certification.tpl
View file @
509dfcbe
<h3>
{
str
tag
=
'certification'
section
=
'artefact.resume'
}
{
contextualhelp
plugintype
=
'artefact'
pluginname
=
'resume'
section
=
'addcertification'
}
</h3>
{
if
$controls
}
{
contextualhelp
plugintype
=
'artefact'
pluginname
=
'resume'
section
=
'addcertification'
}
{/
if
}
</h3>
<table
id=
"certificationlist"
class=
"tablerenderer hidden resumefour"
>
<thead>
<tr>
...
...
htdocs/artefact/resume/theme/default/fragments/educationhistory.tpl
View file @
509dfcbe
<h3>
{
str
tag
=
'educationhistory'
section
=
'artefact.resume'
}
{
contextualhelp
plugintype
=
'artefact'
pluginname
=
'resume'
section
=
'addeducationhistory'
}
</h3>
{
if
$controls
}
{
contextualhelp
plugintype
=
'artefact'
pluginname
=
'resume'
section
=
'addeducationhistory'
}
{/
if
}
</h3>
<table
id=
"educationhistorylist"
class=
"tablerenderer hidden resumefive"
>
<thead>
<tr>
...
...
htdocs/artefact/resume/theme/default/fragments/employmenthistory.tpl
View file @
509dfcbe
<h3>
{
str
tag
=
'employmenthistory'
section
=
'artefact.resume'
}
{
contextualhelp
plugintype
=
'artefact'
pluginname
=
'resume'
section
=
'addemploymenthistory'
}
</h3>
{
if
$controls
}
{
contextualhelp
plugintype
=
'artefact'
pluginname
=
'resume'
section
=
'addemploymenthistory'
}
{/
if
}
</h3>
<table
id=
"employmenthistorylist"
class=
"tablerenderer hidden resumefive"
>
<thead>
<tr>
...
...
htdocs/artefact/resume/theme/default/fragments/membership.tpl
View file @
509dfcbe
<h3>
{
str
tag
=
'membership'
section
=
'artefact.resume'
}
{
contextualhelp
plugintype
=
'artefact'
pluginname
=
'resume'
section
=
'addmembership'
}
</h3>
{
if
$controls
}
{
contextualhelp
plugintype
=
'artefact'
pluginname
=
'resume'
section
=
'addmembership'
}
{/
if
}
</h3>
<table
id=
"membershiplist"
class=
"tablerenderer hidden resumefive"
>
<thead>
<tr>
...
...
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