add expiration of orphaned articles command to mod page
This commit is contained in:
parent
439ab7583a
commit
f8a6b32b5f
@ -94,6 +94,7 @@
|
||||
<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('feed.sync')">{{#i18n.Translations}}{{feed_sync_prompt}}{{/i18n.Translations}}</button>
|
||||
<button onclick="nntpchan_admin('store.expire')">{{#i18n.Translations}}{{expire_old_prompt}}{{/i18n.Translations}}</button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nntpchan_mod_result"></div>
|
||||
|
@ -67,7 +67,8 @@ reload_templates_prompt=reload all templates
|
||||
heavy_actions_label=very load heavy actions, use with care
|
||||
regenerate_markup_prompt=regenerate all markup
|
||||
regenerate_thumbs_prompt=regenerate all thumbnails
|
||||
feed_sync_prompt=synchronize all articles
|
||||
feed_sync_prompt=manually synchronize all articles
|
||||
expire_old_prompt=manually expire orphaned articles
|
||||
nojs_info=enable js to use the mod panel kthx
|
||||
|
||||
#navbar
|
||||
|
Reference in New Issue
Block a user