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
0ed5dc38
Commit
0ed5dc38
authored
Apr 10, 2007
by
Penny Leach
Browse files
adding missing hidden classes onto tablerenderer tables (fixes [#621])
thanks to Nigel
parent
3923ddf0
Changes
5
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/resume/theme/default/fragments/book.tpl
View file @
0ed5dc38
<h3>
{
str
tag
=
'book'
section
=
'artefact.resume'
}
</h3>
<h3>
{
str
tag
=
'book'
section
=
'artefact.resume'
}
</h3>
<table
id=
"booklist"
>
<table
id=
"booklist"
class=
"tablerenderer hidden"
>
<thead>
<thead>
<tr>
<tr>
<th>
{
str
tag
=
'date'
section
=
'artefact.resume'
}
</th>
<th>
{
str
tag
=
'date'
section
=
'artefact.resume'
}
</th>
...
...
htdocs/artefact/resume/theme/default/fragments/certification.tpl
View file @
0ed5dc38
<h3>
{
str
tag
=
'certification'
section
=
'artefact.resume'
}
</h3>
<h3>
{
str
tag
=
'certification'
section
=
'artefact.resume'
}
</h3>
<table
id=
"certificationlist"
>
<table
id=
"certificationlist"
class=
"tablerenderer hidden"
>
<thead>
<thead>
<tr>
<tr>
<th>
{
str
tag
=
'date'
section
=
'artefact.resume'
}
</th>
<th>
{
str
tag
=
'date'
section
=
'artefact.resume'
}
</th>
...
...
htdocs/artefact/resume/theme/default/fragments/educationhistory.tpl
View file @
0ed5dc38
<h3>
{
str
tag
=
'educationhistory'
section
=
'artefact.resume'
}
</h3>
<h3>
{
str
tag
=
'educationhistory'
section
=
'artefact.resume'
}
</h3>
<table
id=
"educationhistorylist"
>
<table
id=
"educationhistorylist"
class=
"tablerenderer hidden"
>
<thead>
<thead>
<tr>
<tr>
<th>
{
str
tag
=
'startdate'
section
=
'artefact.resume'
}
</th>
<th>
{
str
tag
=
'startdate'
section
=
'artefact.resume'
}
</th>
...
...
htdocs/artefact/resume/theme/default/fragments/employmenthistory.tpl
View file @
0ed5dc38
<h3>
{
str
tag
=
'employmenthistory'
section
=
'artefact.resume'
}
</h3>
<h3>
{
str
tag
=
'employmenthistory'
section
=
'artefact.resume'
}
</h3>
<table
id=
"employmenthistorylist"
>
<table
id=
"employmenthistorylist"
class=
"tablerenderer hidden"
>
<thead>
<thead>
<tr>
<tr>
<th>
{
str
tag
=
'startdate'
section
=
'artefact.resume'
}
</th>
<th>
{
str
tag
=
'startdate'
section
=
'artefact.resume'
}
</th>
...
...
htdocs/artefact/resume/theme/default/fragments/membership.tpl
View file @
0ed5dc38
<h3>
{
str
tag
=
'membership'
section
=
'artefact.resume'
}
</h3>
<h3>
{
str
tag
=
'membership'
section
=
'artefact.resume'
}
</h3>
<table
id=
"membershiplist"
>
<table
id=
"membershiplist"
class=
"tablerenderer hidden"
>
<thead>
<thead>
<tr>
<tr>
<th>
{
str
tag
=
'startdate'
section
=
'artefact.resume'
}
</th>
<th>
{
str
tag
=
'startdate'
section
=
'artefact.resume'
}
</th>
...
...
Write
Preview
Markdown
is supported
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