mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-01 11:02:43 +02:00
- Admin Control Panel migration - Language migration git-svn-id: http://piwigo.org/svn/trunk@393 68402e56-0260-453c-a942-63ccdbb3a9ee
32 lines
1.0 KiB
Smarty
32 lines
1.0 KiB
Smarty
<!-- BEGIN introduction -->
|
|
<div class="admin">{L_UPDATE_TITLE}</div>
|
|
<ul class="menu">
|
|
<li><a href="{U_CAT_UPDATE}">{L_CAT_UPDATE}</a></li>
|
|
<li><a href="{U_ALL_UPDATE}">{L_ALL_UPDATE}</a></li>
|
|
</ul>
|
|
<!-- END introduction -->
|
|
<!-- BEGIN update -->
|
|
<div class="admin">{L_RESULT_UPDATE}</div>
|
|
{update.CATEGORIES}
|
|
<br /><span style="color:blue;">{update.NEW_CAT} {L_NEW_CATEGORY}</span>
|
|
<br /><span style="color:red;">{update.DEL_CAT} {L_DEL_CATEGORY}</span>
|
|
<!-- END update -->
|
|
<!-- BEGIN remote_update -->
|
|
<table>
|
|
<tr>
|
|
<th>{#remote_site}</th>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div class="retrait">
|
|
<span style="font-weight:bold;color:navy;">{#url}</span><br /><br />
|
|
<!-- update.php generates itself HTML code for categories -->
|
|
{#categories}
|
|
<br /><span style="color:blue;">{#count_new} {#update_research_conclusion}</span>
|
|
<br /><span style="color:red;">{#count_deleted} {#update_deletion_conclusion}</span>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<!-- END remote_update -->
|