From fab44f72a89396d624be49311fc0622635d44f8a Mon Sep 17 00:00:00 2001 From: rub Date: Sun, 2 Mar 2008 17:30:18 +0000 Subject: 0000810: Use of new template engine [smarty] Migration of c13y template It's the first step with simple migration, on next step more display action on tpl. git-svn-id: http://piwigo.org/svn/trunk@2241 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/check_integrity.tpl | 129 ++++++++++++++++---------------- 1 file changed, 65 insertions(+), 64 deletions(-) (limited to 'template/yoga') diff --git a/template/yoga/admin/check_integrity.tpl b/template/yoga/admin/check_integrity.tpl index 245a666ca..7bbd1183f 100644 --- a/template/yoga/admin/check_integrity.tpl +++ b/template/yoga/admin/check_integrity.tpl @@ -1,81 +1,82 @@ - - +{* $Id$ *}
-
{lang:c13y_title}
+
{'c13y_title'|@translate}
    -
    +
    - - + + - - - - - - - + {if isset($c13y_list)} + {foreach from=$c13y_list item=c13y name=c13y_loop} + + + + + + {/foreach} + {/if}
    {lang:c13y_Anomaly}{lang:c13y_Correction}{'c13y_Anomaly'|@translate}{'c13y_Correction'|@translate}
    - - - - - -
    + {if $c13y.can_select} + + {/if} + + +

    - - {lang:c13y_check_all} - / {lang:c13y_uncheck_all} - - - / {lang:c13y_check_auto} - + {if $c13y_show_submit_ignore} + {'c13y_check_all'|@translate} + / {'c13y_uncheck_all'|@translate} + {/if} + {if isset($c13y_do_check)} + / {'c13y_check_auto'|@translate} + {/if}

    - - - - - - - -

    + {if $c13y_show_submit_automatic_correction} + + {/if} + {if $c13y_show_submit_ignore} + + {/if} + +

    -- cgit v1.2.3