No metadata synchronization icon on a remote picture (Synchro failure)
git-svn-id: http://piwigo.org/svn/branches/2.0@2775 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
a007e95096
commit
a48c2e5281
1 changed files with 2 additions and 0 deletions
|
@ -18,7 +18,9 @@
|
|||
{if isset($U_JUMPTO) }
|
||||
<li><a href="{$U_JUMPTO}" title="{'jump to image'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_jump-to.png" class="button" alt="{'jump to image'|@translate}" /></a></li>
|
||||
{/if}
|
||||
{if !url_is_remote($path)}
|
||||
<li><a href="{$U_SYNC}" title="{'synchronize metadata'|@translate}" {$TAG_INPUT_ENABLED}><img src="{$themeconf.admin_icon_dir}/sync_metadata.png" class="button" alt="{'synchronize'|@translate}" /></a></li>
|
||||
{/if}
|
||||
</ul>
|
||||
|
||||
<form action="{$F_ACTION}" method="post" id="properties">
|
||||
|
|
Loading…
Reference in a new issue