Archived
1
0

add expiration of orphaned articles command to mod page

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

View File

@ -94,6 +94,7 @@
<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> <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> </div>
<div id="nntpchan_mod_result"></div> <div id="nntpchan_mod_result"></div>

View File

@ -67,7 +67,8 @@ 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 feed_sync_prompt=manually synchronize all articles
expire_old_prompt=manually expire orphaned articles
nojs_info=enable js to use the mod panel kthx nojs_info=enable js to use the mod panel kthx
#navbar #navbar