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
1aac32c8
Commit
1aac32c8
authored
Apr 08, 2009
by
Heinz Krettek
Committed by
Richard Mansfield
Apr 08, 2009
Browse files
Change to column widths in resume blocks (bug 3166)
parent
a647f84c
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/resume/theme/default/fragments/contactinformation.tpl
View file @
1aac32c8
{
if
$hascontent
}
<table>
<colgroup
width=
"50%"
span=
"2"
></colgroup>
{
if
$address
}
<tr>
<th>
{
str
tag
=
'address'
section
=
'artefact.internal'
}
</th>
...
...
htdocs/artefact/resume/theme/default/fragments/personalinformation.tpl
View file @
1aac32c8
<table>
<colgroup
width=
"50%"
span=
"2"
></colgroup>
{
foreach
from
=
$fields
key
=
'field'
item
=
'value'
}
<tr>
<td>
{
$field
}
</td>
...
...
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