]> git.pld-linux.org Git - packages/gallery-theme-carbon.git/blob - gallery-theme-carbon-agfolder.patch
- tabs in preamble
[packages/gallery-theme-carbon.git] / gallery-theme-carbon-agfolder.patch
1 --- ./carbon/templates/album.tpl.org    2006-08-01 11:25:02.056126000 +0200
2 +++ ./carbon/templates/album.tpl        2006-08-01 11:25:07.556469750 +0200
3 @@ -126,7 +126,12 @@
4                          {g->container type="imageframe.ImageFrame" frame=$theme.params.$frameType
5                                        width=$child.thumbnail.width height=$child.thumbnail.height}
6                            <a href="{g->url arg1="view=core.ShowItem" arg2="itemId=`$child.id`"}">
7 +                          {if ($child.entityType == 'GalleryAlbumItem')}
8 +                           <img  src="themes/carbon/images/agfolder.png" border="0"><br>
9 +                           <p class="giTitle">{g->text text="%s" arg1=$child.title|markup}</p>
10 +                          {else}
11                              {g->image id="%ID%" item=$child image=$child.thumbnail class="%CLASS% giThumbnail"}
12 +                          {/if}
13                            </a>
14                          {/g->container}
15                          {elseif isset($child.thumbnail)}
16 @@ -135,6 +140,7 @@
17                            </a>
18                          {else}
19                            <a href="{g->url arg1="view=core.ShowItem" arg2="itemId=`$child.id`"}" class="giMissingThumbnail">
20 +                               <img src="themes/carbon/images/agfolder.png" border="0"><br>
21                              {g->text text="no thumbnail"}
22                            </a>
23                          {/if}
24 @@ -176,8 +182,8 @@
25                                  showDate=true
26                                  showOwner=$showOwner
27                                  showSize=true
28 -                                showViewCount=true
29 -                                showSummaries=true
30 +                                showViewCount=false
31 +                                showSummaries=false
32                                  class="giInfo"}
33                      </td>
34                      {/foreach}
This page took 0.049724 seconds and 3 git commands to generate.