related to #1679 changed title for Sync tabs

This commit is contained in:
Matthieu Leproux 2022-06-28 13:34:42 +02:00
parent 371bc91d3c
commit a2b1ef2c67
4 changed files with 2 additions and 7 deletions

View file

@ -125,6 +125,7 @@ $template->assign(
array(
'F_ACTION' => get_root_url().'admin.php'.get_query_string_diff(array('action','site','pwg_token')),
'PWG_TOKEN' => get_pwg_token(),
'ADMIN_PAGE_TITLE' => l10n('Synchronize'),
)
);

View file

@ -957,6 +957,7 @@ $template->assign(
'L_RESULT_METADATA'=>$result_title.l10n('Metadata synchronization results'),
'METADATA_LIST' => $used_metadata,
'U_HELP' => get_root_url().'admin/popuphelp.php?page=synchronize',
'ADMIN_PAGE_TITLE' => l10n('Synchronize'),
));
// +-----------------------------------------------------------------------+

View file

@ -21,9 +21,6 @@ $(".delete-site-button").each(function() {
});
});
{/footer_script}
<div class="titrePage">
<h2>{'Site manager'|@translate}</h2>
</div>
{if not empty($remote_output)}
<div class="remoteOutput">

View file

@ -9,10 +9,6 @@ $('#syncFiles label').click(function () {
{/footer_script}
<div class="titrePage">
<h2>{'Synchronize'|@translate}</h2>
</div>
<div class="selectedAlbum site-url-path">
<span class="icon-folder-open selectedAlbum-first">{$SITE_URL}</span>
</div>