mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
related to #1679 fixing glitches on page titles
This commit is contained in:
@@ -345,9 +345,6 @@ var sliders = {
|
||||
{combine_css path="admin/themes/default/fontello/css/animation.css" order=10} {* order 10 is required, see issue 1080 *}
|
||||
|
||||
<div id="batchManagerGlobal">
|
||||
|
||||
<h2>{'Batch Manager'|@translate}</h2>
|
||||
|
||||
<form action="{$F_ACTION}" method="post">
|
||||
<input type="hidden" name="start" value="{$START}">
|
||||
<input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
|
||||
|
||||
@@ -35,8 +35,6 @@ jQuery("a.preview-box").colorbox( {
|
||||
}());
|
||||
{/footer_script}
|
||||
|
||||
<h2>{'Batch Manager'|@translate}</h2>
|
||||
|
||||
<form action="{$F_ACTION}" method="POST">
|
||||
<div style="margin: 30px 0; display: flex; justify-content: space-between;">
|
||||
<div style="margin-left: 22px;">
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
<div class="titrePage"><h2>{'Extend for templates'|@translate}</h2>
|
||||
</div>
|
||||
{if isset($extents)}
|
||||
<h4>{'Replacement of original templates by customized templates from template-extension subfolder'|@translate}</h4>
|
||||
<form method="post" name="extend_for_templates" id="extend_for_templates" action="">
|
||||
|
||||
@@ -52,8 +52,6 @@ const guest_id = {$guest_id};
|
||||
{combine_script id='jquery.confirm' load='footer' require='jquery' path='themes/default/js/plugins/jquery-confirm.min.js'}
|
||||
{combine_css path="admin/themes/default/fontello/css/animation.css" order=10} {* order 10 is required, see issue 1080 *}
|
||||
|
||||
<h2>{'History'|@translate}</h2>
|
||||
|
||||
<form class="filter" method="post" name="filter" action="">
|
||||
<fieldset class="history-filter">
|
||||
<div class="selectable-filter">
|
||||
|
||||
@@ -15,10 +15,6 @@ $(".delete-lang-button").each(function() {
|
||||
});
|
||||
{/footer_script}
|
||||
|
||||
<div class="titrePage">
|
||||
<h2>{'Languages'|@translate}</h2>
|
||||
</div>
|
||||
|
||||
{foreach from=$language_states item=language_state}
|
||||
<fieldset>
|
||||
<legend>
|
||||
|
||||
@@ -9,10 +9,6 @@ jQuery().ready(function(){ldelim}
|
||||
});
|
||||
{/footer_script}
|
||||
|
||||
<div class="titrePage">
|
||||
<h2>{'Languages'|@translate}</h2>
|
||||
</div>
|
||||
|
||||
{if $isWebmaster == 1}
|
||||
|
||||
{if !empty($languages)}
|
||||
|
||||
@@ -33,10 +33,6 @@ jQuery(document).ready(function(){
|
||||
}
|
||||
{/html_style}
|
||||
|
||||
<div class="titrePage">
|
||||
<h2>{'Menu Management'|@translate}</h2>
|
||||
</div>
|
||||
|
||||
<form id="menuOrdering" action="{$F_ACTION}" method="post">
|
||||
<ul class="menuUl">
|
||||
{foreach from=$blocks item=block name="block_loop"}
|
||||
|
||||
@@ -16,10 +16,6 @@ jQuery(document).ready(function(){
|
||||
});
|
||||
{/literal}{/footer_script}
|
||||
|
||||
<div class="titrePage">
|
||||
<h2>{'Send mail to users'|@translate}</h2>
|
||||
</div>
|
||||
|
||||
<form method="post" name="notification_by_mail" id="notification_by_mail" action="{$F_ACTION}">
|
||||
<input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{footer_script require='jquery.ui.sortable'}{literal}
|
||||
{footer_script require='jquery.ui.sortable'}
|
||||
jQuery(document).ready(function(){
|
||||
$("h1").append("<span class='badge-number'>{$nb_cats}</span>")
|
||||
jQuery("#addPermalinkOpen").click(function(){
|
||||
jQuery("#addPermalink").show();
|
||||
jQuery("#showAddPermalink").hide();
|
||||
@@ -10,7 +11,7 @@ jQuery(document).ready(function(){
|
||||
jQuery("#showAddPermalink").show();
|
||||
});
|
||||
});
|
||||
{/literal}{/footer_script}
|
||||
{/footer_script}
|
||||
|
||||
{literal}
|
||||
<style>
|
||||
@@ -27,10 +28,6 @@ form fieldset p.actionButtons {margin-bottom:0}
|
||||
}
|
||||
{/html_style}
|
||||
|
||||
<div class="titrePage">
|
||||
<h2>{'Albums'|@translate}<span class='badge-number'>{$nb_cats}</span></h2>
|
||||
</div>
|
||||
|
||||
<p id="showAddPermalink"><a href="#" id="addPermalinkOpen">{'Add/delete a permalink'|@translate}</a></p>
|
||||
|
||||
<form method="post" action="" id="addPermalink" style="display:none">
|
||||
|
||||
@@ -68,10 +68,6 @@ jQuery().ready(function(){
|
||||
</style>
|
||||
{/literal}{/html_head}
|
||||
|
||||
<div class="titrePage">
|
||||
<h2>{'Upload Photos'|@translate}</h2>
|
||||
</div>
|
||||
|
||||
<div class="applicationContainer">
|
||||
|
||||
<div class="applicationCard">
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
<div class="titrePage">
|
||||
<h2>{'Upload Photos'|@translate}</h2>
|
||||
</div>
|
||||
|
||||
<div id="ftpPage">
|
||||
<p><a href="{$U_CAT_UPDATE}">{'Administration'|@translate} » {'Tools'|@translate} » {'Synchronize'|@translate}</a></p>
|
||||
|
||||
|
||||
@@ -43,10 +43,6 @@ const isWebmaster = {$isWebmaster};
|
||||
const show_details = {if $show_details} true {else} false {/if};
|
||||
{/footer_script}
|
||||
|
||||
<div class="titrePage">
|
||||
<h2>{'Plugins'|@translate}</h2>
|
||||
</div>
|
||||
|
||||
{if isset($plugins)}
|
||||
|
||||
{assign var='field_name' value='null'} {* <!-- 'counter' for fieldset management --> *}
|
||||
|
||||
@@ -124,7 +124,6 @@ const str_from_begining = "{"since the beginning"|@translate}";
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2>{'Plugins'|@translate}</h2>
|
||||
</div>
|
||||
|
||||
{if not empty($plugins)}
|
||||
|
||||
@@ -32,9 +32,12 @@ checkCatFilter();
|
||||
jQuery("select[name=cat]").change(function(){
|
||||
checkCatFilter();
|
||||
});
|
||||
{/footer_script}
|
||||
|
||||
<h2>{'Rating'|@translate}<span class='badge-number'>{$NB_ELEMENTS}</span></h2>
|
||||
$(document).ready(function() {
|
||||
$('h1').append("<span class='badge-number'>{$NB_ELEMENTS}</span>")
|
||||
});
|
||||
|
||||
{/footer_script}
|
||||
|
||||
<form action="{$F_ACTION}" method="GET" class="filter">
|
||||
<fieldset>
|
||||
|
||||
@@ -36,8 +36,11 @@ body .ui-tooltip {
|
||||
}
|
||||
|
||||
{/html_style}
|
||||
|
||||
<h2>{'Rating'|@translate}<span class='badge-number'>{$NB_ELEMENTS}</span></h2>
|
||||
{footer_script}
|
||||
$(document).ready(function() {
|
||||
$('h1').append("<span class='badge-number'>{$NB_ELEMENTS}</span>")
|
||||
});
|
||||
{/footer_script}
|
||||
|
||||
<form action="{$F_ACTION}" method="GET">
|
||||
<fieldset>
|
||||
|
||||
@@ -29,6 +29,11 @@ var str_selection_done = '{'The %d tags on this page are selected'|@translate}';
|
||||
var str_tag_selected = '{'<b>%d</b> tag selected'|@translate}';
|
||||
var str_tags_found = '{'<b>%d</b> tags found'|@translate}';
|
||||
var str_tag_found = '{'<b>%d</b> tag found'|@translate}';
|
||||
|
||||
$(document).ready(function() {
|
||||
$("h1").append('<span class="badge-number">{$total}</span>');
|
||||
});
|
||||
|
||||
{/footer_script}
|
||||
|
||||
{combine_script id='common' load='footer' path='admin/themes/default/js/common.js'}
|
||||
@@ -66,10 +71,6 @@ var str_tag_found = '{'<b>%d</b> tag found'|@translate}';
|
||||
{/function}
|
||||
{/function}
|
||||
|
||||
<div class="titrePage">
|
||||
<h2>{'Tags'|@translate} <span class="badge-number"> {$total}</span> </h2>
|
||||
</div>
|
||||
|
||||
<div class="selection-mode-group-manager">
|
||||
<label class="switch">
|
||||
<input type="checkbox" id="toggleSelectionMode">
|
||||
|
||||
@@ -62,10 +62,6 @@ $(window).bind("load", function() {
|
||||
|
||||
{/literal}{/footer_script}
|
||||
|
||||
<div class="titrePage">
|
||||
<h2>{'Themes'|@translate}</h2>
|
||||
</div>
|
||||
|
||||
<div id="themesContent">
|
||||
|
||||
{assign var='field_name' value='null'} {* <!-- 'counter' for fieldset management --> *}
|
||||
|
||||
@@ -19,9 +19,6 @@ $(window).bind("load", function() {
|
||||
})
|
||||
})
|
||||
{/literal}{/footer_script}
|
||||
<div class="titrePage">
|
||||
<h2>{'Themes'|@translate}</h2>
|
||||
</div>
|
||||
|
||||
{if not empty($new_themes)}
|
||||
<div class="themeBoxes">
|
||||
|
||||
@@ -57,10 +57,6 @@ p.release .errors {margin:0}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<div class="titrePage">
|
||||
<h2>{'Updates'|@translate}</h2>
|
||||
</div>
|
||||
|
||||
{if $STEP == 0}
|
||||
{if $CHECK_VERSION}
|
||||
<p>{'You are running the latest version of Piwigo.'|@translate}</p>
|
||||
|
||||
Reference in New Issue
Block a user