mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Add button to recalculate the document count of categories
This commit is contained in:
parent
818fd54b00
commit
03de7d6392
7 changed files with 76 additions and 4 deletions
|
|
@ -48,6 +48,13 @@
|
|||
<p class="x_help-block">{$lang->about_search_division}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->cmd_recalculate_category_counts}</label>
|
||||
<div class="x_controls">
|
||||
<p><button type="button" class="recalculate_category_counts">{$lang->cmd_recalculate_category_counts}</button></p>
|
||||
<p class="x_help-block">{$lang->about_recalculate_category_counts}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="btnArea x_clearfix">
|
||||
<span class="x_pull-right" style="margin-left:10px;"><input class="btn" type="button" value="{$lang->cmd_delete_all_thumbnail}" onclick="doDeleteAllThumbnail()"/></span>
|
||||
<span class="x_pull-right"><input class="x_btn x_btn-primary" type="submit" value="{$lang->cmd_save}" /></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue