Ignore:
Timestamp:
Jan 17, 2013, 12:06:49 AM (11 years ago)
Author:
julien1311
Message:

[piwecard] several changes (almost 2.4.a.b4)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Piwecard/template/publish.tpl

    r20059 r20202  
     1{html_head}
     2{if $ecard.image_border.display}
     3        <style type="text/css">
     4                #ecard_image {ldelim}
     5                        border-style: {$ecard.image_border.style} !important;
     6                        border-width: {$ecard.image_border.width} !important;
     7                        border-color: #{$ecard.image_border.color} !important;
     8                {rdelim}
     9        </style>
     10{/if}
     11{/html_head}
     12
    113<div id="ecard">
    214        {if !isset($ecard)}
     
    719                        <div class="ecard_center">
    820                                <a href="{$ecard.url}" alt="{$ecard.url}">
    9                                         <img class="theImage" src="{$ecard.image}" alt="{$ecard.name}" title="{$ecard.name}"/>
     21                                        <img class="theImage" id="ecard_image" src="{$ecard.image}" alt="{$ecard.name}" title="{$ecard.name}"/>
    1022                                </a>
    1123
Note: See TracChangeset for help on using the changeset viewer.