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 ++++++++++++++++----------------- template/yoga/admin/plugins_update.tpl | 2 +- template/yoga/admin/stats.tpl | 44 +++++---- template/yoga/redirect.tpl | 6 +- 4 files changed, 111 insertions(+), 114 deletions(-) (limited to 'template/yoga') 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} diff --git a/template/yoga/admin/plugins_update.tpl b/template/yoga/admin/plugins_update.tpl index 6712726ff..ca1ca541e 100644 --- a/template/yoga/admin/plugins_update.tpl +++ b/template/yoga/admin/plugins_update.tpl @@ -12,7 +12,7 @@ {'Name'|@translate} {'plugins_actual_version'|@translate} {'plugins_new_version'|@translate} - {'plugins_action'|@translate} + {'Actions'|@translate} {foreach from=$plugins_not_uptodate item=plugin name=plugins_loop} diff --git a/template/yoga/admin/stats.tpl b/template/yoga/admin/stats.tpl index 08ac8b7f8..95331b7ef 100644 --- a/template/yoga/admin/stats.tpl +++ b/template/yoga/admin/stats.tpl @@ -1,34 +1,38 @@ - - +{* $Id$ *} +
-

{lang:History} {TABSHEET_TITLE}

- {TABSHEET} +

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

+ {$TABSHEET}
-

{L_STAT_TITLE}

+

{$L_STAT_TITLE}

- - - - - - - - - - - - + + + + + + +{if not empty($statrows)} +{foreach from=$statrows item=row} + + + + + +{/foreach} +{/if} +
{PERIOD_LABEL}{lang:Pages seen}
{statrow.VALUE}{statrow.PAGES}
{$PERIOD_LABEL}{'Pages seen'|@translate}
{$row.VALUE}{$row.PAGES}
diff --git a/template/yoga/redirect.tpl b/template/yoga/redirect.tpl index 2f19e575b..308411aec 100644 --- a/template/yoga/redirect.tpl +++ b/template/yoga/redirect.tpl @@ -1,3 +1,3 @@ - -

{U_REDIRECT_MSG}

-

{lang:click_to_redirect}

+{* $Id$ *} +

{$REDIRECT_MSG}

+

{'click_to_redirect'|@translate}

-- cgit v1.2.3