mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
opml export
This commit is contained in:
@@ -2,6 +2,7 @@ global.save=Save
|
|||||||
global.cancel=Cancel
|
global.cancel=Cancel
|
||||||
global.delete=Delete
|
global.delete=Delete
|
||||||
global.required=Required
|
global.required=Required
|
||||||
|
global.download=Download
|
||||||
|
|
||||||
tree.subscribe=Subscribe
|
tree.subscribe=Subscribe
|
||||||
tree.import=Import
|
tree.import=Import
|
||||||
@@ -72,6 +73,7 @@ profile.api_key=API key
|
|||||||
profile.api_key_not_generated=Not generated yet
|
profile.api_key_not_generated=Not generated yet
|
||||||
profile.generate_new_api_key=Generate new API key
|
profile.generate_new_api_key=Generate new API key
|
||||||
profile.generate_new_api_key_info=Changing password will generate a 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
|
profile.delete_account=Delete account
|
||||||
|
|
||||||
about.rest_api=REST API
|
about.rest_api=REST API
|
||||||
|
|||||||
@@ -46,6 +46,12 @@
|
|||||||
<span class="help-block">${profile.generate_new_api_key_info}</span>
|
<span class="help-block">${profile.generate_new_api_key_info}</span>
|
||||||
</div>
|
</div>
|
||||||
</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">
|
<div class="form-actions">
|
||||||
<button type="submit" class="btn btn-primary">${global.save}</button>
|
<button type="submit" class="btn btn-primary">${global.save}</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user