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
6f75f028
Commit
6f75f028
authored
Jan 06, 2014
by
Robert Lyon
Committed by
Gerrit Code Review
Jan 06, 2014
Browse files
Merge "Removed tabindex from buttons in Content -> Profile pictures (Bug #1259359)"
parents
39d83f37
d696ef66
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/file/theme/raw/profileicons.tpl
View file @
6f75f028
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
</tbody>
</tbody>
<tfoot>
<tfoot>
<tr>
<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"
>
<input
id=
"settings_delete"
type=
"submit"
class=
"cancel"
name=
"delete"
value=
"
{
str
tag
=
"deleteselectedicons"
section
=
artefact
.
file
}
"
tabindex=
"2"
></td>
<td
colspan=
"4"
class=
"right"
><input
id=
"settings_default"
type=
"submit"
class=
"submit"
name=
"default"
value=
"
{
str
tag
=
"setdefault"
section
=
artefact
.
file
}
"
>
<input
id=
"settings_delete"
type=
"submit"
class=
"cancel"
name=
"delete"
value=
"
{
str
tag
=
"deleteselectedicons"
section
=
artefact
.
file
}
"
></td>
</tr>
</tr>
</tfoot>
</tfoot>
</table>
</table>
...
...
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