Archived
1
0

add synchronize feeds command in mod panel

This commit is contained in:
Jeff Becker 2016-03-12 07:56:29 -05:00
parent 5800b1bf1d
commit 439ab7583a
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
2 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,7 @@
<div> <div>
<button onclick="nntpchan_admin('frontend.regen')">{{#i18n.Translations}}{{regenerate_markup_prompt}}{{/i18n.Translations}}</button> <button onclick="nntpchan_admin('frontend.regen')">{{#i18n.Translations}}{{regenerate_markup_prompt}}{{/i18n.Translations}}</button>
<button onclick="nntpchan_admin('thumbnail.regen')">{{#i18n.Translations}}{{regenerate_thumbs_prompt}}{{/i18n.Translations}}</button> <button onclick="nntpchan_admin('thumbnail.regen')">{{#i18n.Translations}}{{regenerate_thumbs_prompt}}{{/i18n.Translations}}</button>
<button onclick="nntpchan_admin('feed.sync')">{{#i18n.Translations}}{{feed_sync_prompt}}{{/i18n.Translations}}</button>
</div> </div>
</div> </div>
<div id="nntpchan_mod_result"></div> <div id="nntpchan_mod_result"></div>

View File

@ -67,6 +67,7 @@ reload_templates_prompt=reload all templates
heavy_actions_label=very load heavy actions, use with care heavy_actions_label=very load heavy actions, use with care
regenerate_markup_prompt=regenerate all markup regenerate_markup_prompt=regenerate all markup
regenerate_thumbs_prompt=regenerate all thumbnails regenerate_thumbs_prompt=regenerate all thumbnails
feed_sync_prompt=synchronize all articles
nojs_info=enable js to use the mod panel kthx nojs_info=enable js to use the mod panel kthx
#navbar #navbar