From 7688a7cbb6c4906f70d87b56cd6e90d028e99666 Mon Sep 17 00:00:00 2001 From: rvelices Date: Mon, 3 Mar 2008 12:50:54 +0000 Subject: - history, stats and redirect go smarty - lang correction - small change in calling check_server_plugins (use by ref param instead of global) git-svn-id: http://piwigo.org/svn/trunk@2245 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/history.tpl | 173 +++++++++++++++++++--------------------- 1 file changed, 83 insertions(+), 90 deletions(-) (limited to 'template/yoga/admin/history.tpl') diff --git a/template/yoga/admin/history.tpl b/template/yoga/admin/history.tpl index d8386defe..e3ccc1197 100644 --- a/template/yoga/admin/history.tpl +++ b/template/yoga/admin/history.tpl @@ -1,158 +1,151 @@ - +{* $Id$ *}
-

{lang:History} {TABSHEET_TITLE}

- {TABSHEET} +

{'History'|@translate} {$TABSHEET_TITLE}

+ {$TABSHEET}
-
+
- {lang:Filter} + {'Filter'|@translate}
    -
  • +
  • - +
    -
  • +
  • - +
- +
- {lang:Display} + {'Display'|@translate}
  • - {lang:Thumbnails} + {'Thumbnails'|@translate}
- - + +{if isset($search_summary)}
- {lang:Summary} + {'Summary'|@translate}
- +{/if} - -
-{navigation.NAVBAR} -
- + +{if !empty($NAV_BAR)} + +{/if} + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + +{if !empty($search_results) } +{foreach from=$search_results item=detail name=res_loop} + + + + + + + + + + + +{/foreach} +{/if}
{lang:date}{lang:time}{lang:user}{lang:IP}{lang:image}{lang:Element type}{lang:section}{lang:category}{lang:tags}
{detail.DATE}{detail.TIME}{detail.USER}{detail.IP}{detail.IMAGE}{detail.TYPE}{detail.SECTION}{detail.CATEGORY}{detail.TAGS}
{'date'|@translate}{'time'|@translate}{'user'|@translate}{'IP'|@translate}{'image'|@translate}{'Element type'|@translate}{'section'|@translate}{'category'|@translate}{'tags'|@translate}
{$detail.DATE}{$detail.TIME}{$detail.USER}{$detail.IP}{$detail.IMAGE}{$detail.TYPE}{$detail.SECTION}{$detail.CATEGORY}{$detail.TAGS}
- - -
-{navigation.NAVBAR} -
- + + +{if !empty($NAV_BAR)} + +{/if} -- cgit v1.2.3