From 18d121d62ef401dda9b76e43589b605f932504fb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 25 Feb 2011 16:32:35 +0100 Subject: Work on file sheet and pdf export (refs #227) --- ishtar/templates/sheet_file.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ishtar/templates') diff --git a/ishtar/templates/sheet_file.html b/ishtar/templates/sheet_file.html index ea0fc20bd..5ec77a28b 100644 --- a/ishtar/templates/sheet_file.html +++ b/ishtar/templates/sheet_file.html @@ -1,6 +1,7 @@ {% extends "sheet.html" %} {% load i18n %} {% block content %} +
{%trans "Export as:"%} {%trans "OpenOffice.org file"%} (experimental), {%trans "PDF file"%} (experimental)

{% trans "General"%}

{{ item.year }}

{{ item.numeric_reference }}

@@ -24,7 +25,7 @@

{{ item.file_type }}

-{% if item.related_file %}

{{ item.related_file }}

{% endif %} +{% if item.related_file %}

{{ item.related_file }}

{% endif %} {% if item.comment %}

{{ item.comment }}

{%endif%}

{% trans "Localisation"%}

-- cgit v1.2.3