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/permalinks.tpl | 67 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 admin/template/goto/permalinks.tpl (limited to 'admin/template/goto/permalinks.tpl') diff --git a/admin/template/goto/permalinks.tpl b/admin/template/goto/permalinks.tpl new file mode 100644 index 000000000..2e28fe538 --- /dev/null +++ b/admin/template/goto/permalinks.tpl @@ -0,0 +1,67 @@ +{* $Id$ *} +
+

{'Permalinks'|@translate}

+
+ +
+
{'Add/delete a permalink'|@translate} + + + + + + +

+ +

+
+
+ +

{'Permalinks'|@translate}

+ + + + + + +{foreach from=$permalinks item=permalink name="permalink_loop"} + + + + + +{/foreach} +
Id {$SORT_ID}{'Category'|@translate} {$SORT_NAME}{'Permalink'|@translate} {$SORT_PERMALINK}
+ +

{'Permalink history'|@translate}

+ + + + + + + + + + +{foreach from=$deleted_permalinks item=permalink} + + + + + + + + + +{/foreach} +
Id {$SORT_OLD_CAT_ID}{'Category'|@translate}{'Permalink'|@translate} {$SORT_OLD_PERMALINK}Deleted on {$SORT_OLD_DATE_DELETED}Last hit {$SORT_OLD_LAST_HIT}Hit {$SORT_OLD_HIT}
{$permalink.cat_id}{$permalink.name}{$permalink.permalink}{$permalink.date_deleted}{$permalink.last_hit}{$permalink.hit}[{'delete'|@translate}]
-- cgit v1.2.3