[{INCLUDE templates/header.html}]
<h1>TR{Synchronize}}</h1>
<p class="hdesc">TR{Synchronize your data.}}</p>
[{IFDEF UPDATE_DONE_LIST}]
<div class="okmsg">TR{The following views are up-to-date now:}}
<ul>
[{LOOP doneList}]
<li><b>${doneList}{$}</b> TR{has been updated}}</li>
[{/LOOP}]
</ul>
</div>
[{/IFDEF}]
[{IFDEF UPDATE_FAILED_LIST}]
<div class="errormsg">TR{The following views could not been updated:}}
<ul>
[{LOOP failedList}]
<li><b>${failedList}{$}</b></li>
[{/LOOP}]
</ul>
</div>
[{/IFDEF}]
<div class="hintmsg">
TR{Your current application configuration uses a data provider, which requires updates from time to time. Here you can force an update now, if you didn't configure any cron-jobs or Windows task to perform this update.}}
</div>
<form action="update.php" method="post">
<div style="text-align:center; margin-top:20px;">
<div><input type="submit" name="update" value="TR{Synchronize now}}"></div>
<br>
<small>(TR{Note: This could take a few seconds. Do not press this button twice!}})</small>
</div>
</form>
[{INCLUDE templates/footer.html}]