Ignore:
Timestamp:
Jan 14, 2011, 10:19:15 PM (13 years ago)
Author:
rvelices
Message:

feature 2102 : rename item/image/picture to photo

Location:
trunk/template-extension/distributed/samples
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template-extension/distributed/samples/my-picture.tpl

    r8119 r8665  
    5757{if isset($PLUGIN_PICTURE_ACTIONS)}{$PLUGIN_PICTURE_ACTIONS}{/if}
    5858{if isset($favorite)}
    59                 <a href="{$favorite.U_FAVORITE}" title="{if $favorite.IS_FAVORITE}{'delete this image from your favorites'|@translate}{else}{'add this image to your favorites'|@translate}{/if}" class="pwg-state-default pwg-button" rel="nofollow">
     59                <a href="{$favorite.U_FAVORITE}" title="{if $favorite.IS_FAVORITE}{'delete this photo from your favorites'|@translate}{else}{'add this photo to your favorites'|@translate}{/if}" class="pwg-state-default pwg-button" rel="nofollow">
    6060                        <span class="pwg-icon pwg-icon-favorite-{if $favorite.IS_FAVORITE}del{else}add{/if}">&nbsp;</span><span class="pwg-button-text">{'Favorites'|@translate}</span>
    6161                </a>
  • trunk/template-extension/distributed/samples/titling_categories.tpl

    r6951 r8665  
    2929          <a href="{$cat.URL}">
    3030            <img src="{$cat.TN_SRC}" alt="{$cat.ALT}"
    31             title="{'shows images at the root of this album'|@translate}">
     31            title="{'display this album'|@translate}">
    3232          </a>
    3333        </div>
Note: See TracChangeset for help on using the changeset viewer.