Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
65e0f901
Commit
65e0f901
authored
Oct 03, 2013
by
Son Nguyen
Committed by
Gerrit Code Review
Oct 03, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Add alt and title tag for blocks (Bug #1218684)" into 1.6_STABLE
parents
192977f6
971fa738
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
htdocs/theme/raw/templates/view/blocktypelist.tpl
htdocs/theme/raw/templates/view/blocktypelist.tpl
+1
-1
No files found.
htdocs/theme/raw/templates/view/blocktypelist.tpl
View file @
65e0f901
...
...
@@ -6,7 +6,7 @@
<div
class=
"blocktype"
>
{* The width and height are required so that the javascript that places the clones knows how
big it should make itself. Talk to Nigel before changing this *}
<img
src=
"
{
$blocktype.thumbnail_path
}
"
alt=
"
{
str
tag
=
'Preview'
section
=
'view'
}
"
width=
"73"
height=
"61"
>
<img
src=
"
{
$blocktype.thumbnail_path
}
"
title=
"
{
$blocktype.description
}
"
alt=
"
{
$blocktype.description
}
"
width=
"73"
height=
"61"
>
<h4
class=
"blocktype-title js-hidden"
>
{
$blocktype.title
}
</h4>
<div
class=
"blocktype-description js-hidden"
>
{
$blocktype.description
}
</div>
<input
type=
"
{
if
$javascript
}
hidden
{
else
}
radio
{/
if
}
"
class=
"blocktype-radio"
name=
"blocktype"
value=
"
{
$blocktype.name
}
"
>
...
...
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