diff options
author | Zoddo <zoddo.ino@gmail.com> | 2015-08-30 14:37:28 +0200 |
---|---|---|
committer | Zoddo <zoddo.ino@gmail.com> | 2015-08-30 14:37:28 +0200 |
commit | a606b1c4805d815515b427151449fa31468d86a0 (patch) | |
tree | 73b348dd52b7720761f90cd88ad0e916946b9da8 /phpBB/styles/prosilver | |
parent | bfbce5a1b0b2e22ea2027d82d87c8bc32917a5b2 (diff) | |
download | forums-a606b1c4805d815515b427151449fa31468d86a0.tar forums-a606b1c4805d815515b427151449fa31468d86a0.tar.gz forums-a606b1c4805d815515b427151449fa31468d86a0.tar.bz2 forums-a606b1c4805d815515b427151449fa31468d86a0.tar.xz forums-a606b1c4805d815515b427151449fa31468d86a0.zip |
[ticket/7362] Add alt attribute on topic icons
PHPBB3-7362
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/posting_editor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index 1a9b3398aa..484ca341c4 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -6,7 +6,7 @@ <dt><label for="icon">{L_ICON}{L_COLON}</label></dt> <dd> <label for="icon"><input type="radio" name="icon" id="icon" value="0" checked="checked" tabindex="1" /> <!-- IF S_SHOW_TOPIC_ICONS -->{L_NO_TOPIC_ICON}<!-- ELSE -->{L_NO_PM_ICON}<!-- ENDIF --></label> - <!-- BEGIN topic_icon --><label for="icon-{topic_icon.ICON_ID}"><input type="radio" name="icon" id="icon-{topic_icon.ICON_ID}" value="{topic_icon.ICON_ID}" {topic_icon.S_ICON_CHECKED} tabindex="1" /><img src="{topic_icon.ICON_IMG}" width="{topic_icon.ICON_WIDTH}" height="{topic_icon.ICON_HEIGHT}" alt="" title="" /></label> <!-- END topic_icon --> + <!-- BEGIN topic_icon --><label for="icon-{topic_icon.ICON_ID}"><input type="radio" name="icon" id="icon-{topic_icon.ICON_ID}" value="{topic_icon.ICON_ID}" {topic_icon.S_ICON_CHECKED} tabindex="1" /><img src="{topic_icon.ICON_IMG}" width="{topic_icon.ICON_WIDTH}" height="{topic_icon.ICON_HEIGHT}" alt="{topic_icon.ICON_NAME}" title="" /></label> <!-- END topic_icon --> </dd> </dl> <!-- ENDIF --> |