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
a070b9f2
Commit
a070b9f2
authored
Jun 16, 2009
by
Nigel McNie
Browse files
HTML validity cleanups for profile icons template (still invald because of tablerenderer).
parent
154db9a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/file/theme/raw/profileicons.tpl
View file @
a070b9f2
...
...
@@ -2,15 +2,19 @@
{
$settingsformtag
}
<table
id=
"profileicons"
class=
"hidden tablerenderer"
>
<thead>
<th>
{
str
tag
=
"image"
}
</th>
<th>
{
str
tag
=
"imagetitle"
section
=
artefact
.
file
}
</th>
<th>
{
str
tag
=
"Default"
section
=
artefact
.
file
}
</th>
<th>
{
str
tag
=
"delete"
}
</th>
<tr>
<th>
{
str
tag
=
"image"
}
</th>
<th>
{
str
tag
=
"imagetitle"
section
=
artefact
.
file
}
</th>
<th>
{
str
tag
=
"Default"
section
=
artefact
.
file
}
</th>
<th>
{
str
tag
=
"delete"
}
</th>
</tr>
</thead>
<tbody>
</tbody>
<tfoot>
<td
colspan=
"4"
class=
"right"
><input
id=
"settings_default"
type=
"submit"
class=
"submit"
name=
"default"
value=
"
{
str
tag
=
"setdefault"
section
=
artefact
.
file
}
"
tabindex=
"2"
>
{
str
tag
=
"or"
section
=
"artefact.file"
}
<input
type=
"submit"
class=
"submit"
name=
"unsetdefault"
value=
"
{
str
tag
=
"usenodefault"
section
=
"artefact.file}"
tabindex
=
"2"
>
<
input
id
=
"settings_delete"
type
=
"submit"
class
=
"cancel"
name
=
"delete"
value
=
"{str tag="
deleteselectedicons
" section=artefact.file}"
tabindex
=
"2"
></
td
>
<tr>
<td
colspan=
"4"
class=
"right"
><input
id=
"settings_default"
type=
"submit"
class=
"submit"
name=
"default"
value=
"
{
str
tag
=
"setdefault"
section
=
artefact
.
file
}
"
tabindex=
"2"
>
{
str
tag
=
"or"
section
=
"artefact.file"
}
<input
type=
"submit"
class=
"submit"
name=
"unsetdefault"
value=
"
{
str
tag
=
"usenodefault"
section
=
"artefact.file}"
tabindex
=
"2"
>
<
input
id
=
"settings_delete"
type
=
"submit"
class
=
"cancel"
name
=
"delete"
value
=
"{str tag="
deleteselectedicons
" section=artefact.file}"
tabindex
=
"2"
></
td
>
</
tr
>
</
tfoot
>
</
table
>
<
input
type
=
"hidden"
name
=
"pieform_settings"
value
=
""
>
...
...
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