mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 03:09:58 +03:00
related to #1679 changed title for Sync tabs
This commit is contained in:
parent
371bc91d3c
commit
a2b1ef2c67
4 changed files with 2 additions and 7 deletions
|
@ -125,6 +125,7 @@ $template->assign(
|
||||||
array(
|
array(
|
||||||
'F_ACTION' => get_root_url().'admin.php'.get_query_string_diff(array('action','site','pwg_token')),
|
'F_ACTION' => get_root_url().'admin.php'.get_query_string_diff(array('action','site','pwg_token')),
|
||||||
'PWG_TOKEN' => get_pwg_token(),
|
'PWG_TOKEN' => get_pwg_token(),
|
||||||
|
'ADMIN_PAGE_TITLE' => l10n('Synchronize'),
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -957,6 +957,7 @@ $template->assign(
|
||||||
'L_RESULT_METADATA'=>$result_title.l10n('Metadata synchronization results'),
|
'L_RESULT_METADATA'=>$result_title.l10n('Metadata synchronization results'),
|
||||||
'METADATA_LIST' => $used_metadata,
|
'METADATA_LIST' => $used_metadata,
|
||||||
'U_HELP' => get_root_url().'admin/popuphelp.php?page=synchronize',
|
'U_HELP' => get_root_url().'admin/popuphelp.php?page=synchronize',
|
||||||
|
'ADMIN_PAGE_TITLE' => l10n('Synchronize'),
|
||||||
));
|
));
|
||||||
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
|
@ -21,9 +21,6 @@ $(".delete-site-button").each(function() {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
{/footer_script}
|
{/footer_script}
|
||||||
<div class="titrePage">
|
|
||||||
<h2>{'Site manager'|@translate}</h2>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{if not empty($remote_output)}
|
{if not empty($remote_output)}
|
||||||
<div class="remoteOutput">
|
<div class="remoteOutput">
|
||||||
|
|
|
@ -9,10 +9,6 @@ $('#syncFiles label').click(function () {
|
||||||
|
|
||||||
{/footer_script}
|
{/footer_script}
|
||||||
|
|
||||||
<div class="titrePage">
|
|
||||||
<h2>{'Synchronize'|@translate}</h2>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="selectedAlbum site-url-path">
|
<div class="selectedAlbum site-url-path">
|
||||||
<span class="icon-folder-open selectedAlbum-first">{$SITE_URL}</span>
|
<span class="icon-folder-open selectedAlbum-first">{$SITE_URL}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue