summaryrefslogtreecommitdiff
path: root/src/templates
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2014-12-31 13:32:09 +0000
committerJohn McLear <john@mclear.co.uk>2014-12-31 13:32:09 +0000
commit036b7d28902f768e056013ff87dc1da2b6d4c8a1 (patch)
treef05b88a8859db302952793d61f94f9824f4d08c2 /src/templates
parent4b6df17e99cb099425a466bee12b15f0751bf3fd (diff)
parenta07d1722fc6532d5497bccac63f9196717ebce34 (diff)
downloadetherpad-lite-036b7d28902f768e056013ff87dc1da2b6d4c8a1.zip
Merge pull request #2418 from ether/etherpad-export-and-import
Full Pad portability (Export/Import)
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/pad.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates/pad.html b/src/templates/pad.html
index e442ef00..ce1ea218 100644
--- a/src/templates/pad.html
+++ b/src/templates/pad.html
@@ -206,6 +206,7 @@
<div class="column" id="exportColumn">
<h2 data-l10n-id="pad.importExport.export"></h2>
<% e.begin_block("exportColumn"); %>
+ <a id="exportetherpada" target="_blank" class="exportlink"><div class="exporttype" id="exportetherpad" data-l10n-id="pad.importExport.exportetherpad"></div></a>
<a id="exporthtmla" target="_blank" class="exportlink"><div class="exporttype" id="exporthtml" data-l10n-id="pad.importExport.exporthtml"></div></a>
<a id="exportplaina" target="_blank" class="exportlink"><div class="exporttype" id="exportplain" data-l10n-id="pad.importExport.exportplain"></div></a>
<a id="exportworda" target="_blank" class="exportlink"><div class="exporttype" id="exportword" data-l10n-id="pad.importExport.exportword"></div></a>