Commit 2c6e3cb0 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

export links modified

git-svn-id: http://redmine.rubyforge.org/svn/trunk@59 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 9c70084e
<h2><%= l(:label_gantt_chart) %></h2>
<div class="topright">
<small>
<%= link_to 'PDF ', :zoom => @zoom, :year => @year_from, :month => @month_from, :months => @months, :output => 'pdf' %>
<%= l(:label_export_to) %>&nbsp;&nbsp;<%= link_to 'PDF', :zoom => @zoom, :year => @year_from, :month => @month_from, :months => @months, :output => 'pdf' %>
</small>
</div>
......
<h2><%=l(:label_issue_plural)%></h2>
<div class="topright">
<small>
<%= link_to 'PDF ', :action => 'export_issues_pdf', :id => @project %> |
<%= link_to 'CSV ', :action => 'export_issues_csv', :id => @project %>
<%= l(:label_export_to) %>&nbsp;
<%= link_to 'CSV', :action => 'export_issues_csv', :id => @project %>,
<%= link_to 'PDF', :action => 'export_issues_pdf', :id => @project %>
</small>
</div>
......
......@@ -232,8 +232,7 @@ label_version: Version
label_version_new: Neue Version
label_version_plural: Versionen
label_confirmation: Bestätigung
label_export_csv: Export zu CSV
label_export_pdf: Export zu PDF
label_export_to: Export zu
label_read: Lesen...
label_public_projects: Öffentliche Projekte
label_open_issues: Geöffnet
......
......@@ -232,8 +232,7 @@ label_version: Version
label_version_new: New version
label_version_plural: Versions
label_confirmation: Confirmation
label_export_csv: Export to CSV
label_export_pdf: Export to PDF
label_export_to: Export to
label_read: Read...
label_public_projects: Public projects
label_open_issues: Open
......
......@@ -232,8 +232,7 @@ label_version: Versión
label_version_new: Nueva versión
label_version_plural: Versiónes
label_confirmation: Confirmación
label_export_csv: Exportar a CSV
label_export_pdf: Exportar a PDF
label_export_to: Exportar a
label_read: Leer...
label_public_projects: Proyectos publicos
label_open_issues: Abierta
......
......@@ -233,8 +233,7 @@ label_version: Version
label_version_new: Nouvelle version
label_version_plural: Versions
label_confirmation: Confirmation
label_export_csv: Exporter en CSV
label_export_pdf: Exporter en PDF
label_export_to: Exporter en
label_read: Lire...
label_public_projects: Projets publics
label_open_issues: Ouverte
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment