diff options
author | rvelices <rv-github@modusoptimus.com> | 2009-03-03 02:05:35 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2009-03-03 02:05:35 +0000 |
commit | 781ec8d7c4989b39dd289071e16f156857b6acfb (patch) | |
tree | 8c0b321c3c55de2042d30193b0843b56e6665094 /template/yoga/calendar_navbar.tpl | |
parent | 54902df0a4d0c9cd0c93bc285c7388f6c9e5205e (diff) |
- improvement: show the number of images in the chronology upper navigation bar on mouseover (title element);
git-svn-id: http://piwigo.org/svn/trunk@3168 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/calendar_navbar.tpl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/template/yoga/calendar_navbar.tpl b/template/yoga/calendar_navbar.tpl deleted file mode 100644 index 8e35c766b..000000000 --- a/template/yoga/calendar_navbar.tpl +++ /dev/null @@ -1,13 +0,0 @@ - -{foreach from=$datas item=data} - <span class="{$data.classname}"> - {if isset($data.url) and $data.url!=""} - <a href="{$data.url}">{$data.label}</a> - {else} - {$data.label} - {/if} - {if isset($data.nb_images) and $data.nb_images!=""} - ({$data.nb_images}) - {/if} - </span> -{/foreach}
\ No newline at end of file |