clipbucket/upload/admin_area/styles/cbv2/layout/reindex_cb.html

32 lines
1.3 KiB
HTML
Raw Normal View History

<span class="page_title">Re-index Clipbucket <img src="{$imageurl}/help.png" border="0" class="tipsy_tip" title="Re-index simples means to recount everything and update it." /></span>
<div style="height:3px;"></div>
Here you can re-index your videos, users or groups statistics. From below select which thing you want to re-index.
<div style="height:25px; clear:both"></div>
<table width="600" border="0" cellpadding="2" cellspacing="2">
<tr>
<td align="left"><h4>Reindex Videos</h4></td>
<td align="right">
<form name="reindex_videos" method="post" action="">
<input type="submit" name="index_vids" id="index_vids" value="Reindex Videos" class="button"/>
</form></td>
</tr>
<tr>
<td align="left"><h4>Reindex Users</h4></td>
<td align="right">
<form name="reindex_users" method="post" action="">
<input type="submit" name="index_usrs" id="index_usrs" value="Reindex Users" class="button"/>
</form></td>
</tr>
<tr>
<td align="left"><h4>Reindex Groups</h4></td>
<td align="right">
<form name="reindex_groups" method="post" action="">
<input type="submit" name="index_gps" id="index_gps" value="Reindex Groups" class="button"/>
</form></td>
</tr>
</table>