Changeset 4782


Ignore:
Timestamp:
Jan 28, 2010, 7:27:45 PM (14 years ago)
Author:
boulde
Message:

[simple] add title for the image tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Simple_Grey/picture_content.tpl

    r4456 r4782  
    22<a href="javascript:phpWGOpenWindow('{$high.U_HIGH}','{$high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')">
    33{/if}
    4   <img src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}">
     4  <img src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}"
     5        {if isset($COMMENT_IMG)}
     6                title="{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}" {else} title="{$current.TITLE|@replace:'"':' '} - {$ALT_IMG}"
     7        {/if}>
    58{if isset($high) }
    69</a>
    7 <p>{'picture_high'|@translate}</p>
     10  <p>{'picture_high'|@translate}</p>
    811{/if}
Note: See TracChangeset for help on using the changeset viewer.