opml export

This commit is contained in:
Athou
2013-05-17 19:30:47 +02:00
parent 6852eaa77e
commit af53099279
2 changed files with 8 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ global.save=Save
global.cancel=Cancel
global.delete=Delete
global.required=Required
global.download=Download
tree.subscribe=Subscribe
tree.import=Import
@@ -72,6 +73,7 @@ profile.api_key=API key
profile.api_key_not_generated=Not generated yet
profile.generate_new_api_key=Generate new API key
profile.generate_new_api_key_info=Changing password will generate a new API key
profile.opml_export=OPML export
profile.delete_account=Delete account
about.rest_api=REST API

View File

@@ -46,6 +46,12 @@
<span class="help-block">${profile.generate_new_api_key_info}</span>
</div>
</div>
<div class="control-group">
<label class="control-label" for="password">${profile.opml_export}</label>
<div class="controls horizontal-align">
<a href="rest/feed/export" download="commafeed_opml.xml">${global.download}</span>
</div>
</div>
<div class="form-actions">
<button type="submit" class="btn btn-primary">${global.save}</button>