From 97ef1cbd57eb866e5fadc18e1b7819fe990795c4 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 11 Jun 2013 04:35:32 +0000 Subject: history - merge album/tags link into a single column (table is already very large and these columns are mutually exclusive - add tags link in the history table git-svn-id: http://piwigo.org/svn/trunk@23151 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/history.tpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'admin/themes/default') diff --git a/admin/themes/default/template/history.tpl b/admin/themes/default/template/history.tpl index 717893c7e..74fdf52c5 100644 --- a/admin/themes/default/template/history.tpl +++ b/admin/themes/default/template/history.tpl @@ -105,6 +105,7 @@ {if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if} + @@ -113,10 +114,10 @@ - - + -{if !empty($search_results) } + +{if !empty($search_results)} {foreach from=$search_results item=detail name=res_loop} @@ -126,8 +127,7 @@ - - + {/foreach} {/if} -- cgit v1.2.3
{'Date'|@translate} {'Time'|@translate}{'Element'|@translate} {'Element type'|@translate} {'Section'|@translate}{'Album'|@translate}{'Tags'|@translate}{'Album'|@translate} / {'Tags'|@translate}
{$detail.DATE}{$detail.IMAGE} {$detail.TYPE} {$detail.SECTION}{$detail.CATEGORY}{$detail.TAGS}{$detail.CATEGORY}{$detail.TAGS}