Ignore:
Timestamp:
Jul 31, 2014, 10:06:11 PM (10 years ago)
Author:
mistic100
Message:

add [login-link] and [logged] blocks
allow "true" and "false" for boolean parameters
fix "title" parameter for [slider]

Location:
extensions/ExtendedDescription/template
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/ExtendedDescription/template/admin.tpl

    r26430 r29129  
    2929  {$EXTDESC_HELP.redirect}
    3030</fieldset>
     31
     32<fieldset>
     33  <legend>{'Login link & logged in block'|translate}</legend>
     34  {$EXTDESC_HELP.logged}
     35</fieldset>
  • extensions/ExtendedDescription/template/slider.tpl

    r27028 r29129  
    2828    {/if}
    2929
    30     <img {if $derivative->is_cached()}src="{$derivative->get_url()}"{else}src="" data-src="{$derivative->get_url()}"{/if} alt="{$thumbnail.TN_ALT}" {$derivative->get_size_htm()} {if $show_title}title="<a href='{$thumbnail.URL}'>{$thumbnail.NAME|replace:'"':"'"}</a>"{/if} {if $SLIDER.control_thumbs}data-thumb="{$derivative_thumb}"{/if}>
     30    <img {if $derivative->is_cached()}src="{$derivative->get_url()}"{else}src="" data-src="{$derivative->get_url()}"{/if} alt="{$thumbnail.TN_ALT}" {$derivative->get_size_htm()} {if $SLIDER.title}title="<a href='{$thumbnail.URL}'>{$thumbnail.NAME|replace:'"':"'"}</a>"{/if} {if $SLIDER.control_thumbs}data-thumb="{$derivative_thumb}"{/if}>
    3131
    3232    {assign var=derivative_size value=$derivative->get_size()}
Note: See TracChangeset for help on using the changeset viewer.