- XML interface update to v1.4 -- added listing_last_modified and log_last_modified fields -- changed and fixed handling of ratings for multiple found logs of one user -- resend log records after editing (only) rating or withdrawing rating via mytop5 -- logtype fix: convert type > 8 to 3 in XML versions < 1.3 - fixed rating handling when deleting one of multiple found logs -- added dbmaintain update procedure for this fix - show only one rating star when a user logged multiple founds - added trigger update function to database versioning
34 lines
1.4 KiB
Smarty
34 lines
1.4 KiB
Smarty
{***************************************************************************
|
|
* You can find the license in the docs directory
|
|
*
|
|
* Unicode Reminder メモ
|
|
***************************************************************************}
|
|
{* OCSTYLE - ohne Änderungen *}
|
|
<form action="dbmaintain.php" method="post">
|
|
<table class="table">
|
|
<colgroup>
|
|
<col width="150">
|
|
<col>
|
|
</colgroup>
|
|
<tr><td class="header" colspan="2"><img src="resource2/{$opt.template.style}/images/misc/32x32-tools.png" border="0" width="32" height="32" align="middle" /><font size="4"> <b>{t}Database maintainance{/t}</b></font></td></tr>
|
|
<tr><td colspan="2">{t}Test for and fix inconsistencies in database tables{/t}</td></tr>
|
|
<tr><td class="spacer" colspan="2"> </td></tr>
|
|
|
|
{foreach from=$procedures item=procItem}
|
|
<tr><td colspan="2"><input id="{$procItem|escape}" type="radio" name="action" value="{$procItem|escape}"> <label for="{$procItem|escape}">{$procItem|escape}</label></td></tr>
|
|
{/foreach}
|
|
|
|
{if $executed==true}
|
|
<tr><td class="spacer" colspan="2"></td></tr>
|
|
<tr colspan="2"><td class="successmsg">{t 1=$proc|escape 2=$count}%1 corrected: %2 entries{/t}</td></tr>
|
|
{/if}
|
|
|
|
<tr><td class="spacer" colspan="2"> </td></tr>
|
|
<tr>
|
|
<td width="150px"> </td>
|
|
<td>
|
|
<input type="submit" name="ok" value="{t}Execute{/t}" class="formbutton" onclick="submitbutton('ok')" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form> |