Changeset 1846 in ExiteCMS


Ignore:
Timestamp:
10/10/08 11:21:53 (3 years ago)
Author:
hverton
Message:

Removed 'small' class from album and gallery descriptions

Location:
trunk/includes/templates
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/main.albums.albumview.tpl

    r1802 r1846  
    110110                {/if} 
    111111                {if $photos[id].album_photo_description|default:"" != ""} 
    112                     <span class='small'>{$photos[id].parsed_album_photo_description}</span> 
     112                    {$photos[id].parsed_album_photo_description} 
    113113                {elseif $photos[id].can_edit} 
    114                     <span class='small'>{$locale.487}</span> 
     114                    {$locale.487} 
    115115                {/if} 
    116116            </td> 
  • trunk/includes/templates/main.albums.galleryview.tpl

    r1802 r1846  
    9393                </table> 
    9494                {if $photos[id].gallery_photo_description|default:"" != ""} 
    95                     <span class='small'>{$photos[id].parsed_gallery_photo_description}</span> 
     95                    {$photos[id].parsed_gallery_photo_description} 
    9696                {elseif $photos[id].can_edit} 
    97                     <span class='small'>{$locale.487}</span> 
     97                    {$locale.487} 
    9898                {/if} 
    9999            </td> 
  • trunk/includes/templates/main.albums.list.tpl

    r1802 r1846  
    156156                    </table> 
    157157                    {if $collection[id].description|default:"" != ""} 
    158                         <span class='small'>{$collection[id].description}</span> 
     158                        {$collection[id].description} 
    159159                    {/if} 
    160160                </td> 
Note: See TracChangeset for help on using the changeset viewer.