From f94e5e55116d408bf67b3f346da2a216d18e4124 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 14 Sep 2008 12:25:34 +0000 Subject: roma tpl were missing. git-svn-id: http://piwigo.org/svn/trunk@2531 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/history.tpl | 135 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 admin/template/goto/history.tpl (limited to 'admin/template/goto/history.tpl') diff --git a/admin/template/goto/history.tpl b/admin/template/goto/history.tpl new file mode 100644 index 000000000..f3c3575b6 --- /dev/null +++ b/admin/template/goto/history.tpl @@ -0,0 +1,135 @@ +{* $Id$ *} +
+

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

+
+ +
+
+ {'Filter'|@translate} +
    +
  • +
  • + + + +
  • +
+
    +
  • +
  • + + + +
  • +
+ + + + + + + + + + + + +
+
+ +{if isset($search_summary)} +
+ {'Summary'|@translate} + + +
+{/if} + + +{if !empty($NAV_BAR)} + +{/if} + + + + + + + + + + + + + + +{if !empty($search_results) } +{foreach from=$search_results item=detail name=res_loop} + + + + + + + + + + + +{/foreach} +{/if} +
{'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}
+ + +{if !empty($NAV_BAR)} + +{/if} -- cgit v1.2.3