';
- print ' ';
+ print ' ';
print $tab[$x]['title'];
print '';
print ' (mainmenu='.$tab[$x]['mainmenu'].' leftmenu='.$tab[$x]['leftmenu'].' - fk_mainmenu='.$tab[$x]['fk_mainmenu'].' fk_leftmenu='.$tab[$x]['fk_leftmenu'].')';
diff --git a/htdocs/cron/admin/cron.php b/htdocs/cron/admin/cron.php
index 736fd95074e..7c094a4cd20 100644
--- a/htdocs/cron/admin/cron.php
+++ b/htdocs/cron/admin/cron.php
@@ -61,7 +61,8 @@ if (!empty($actionsave))
* View
*/
-llxHeader();
+$help_url = '';
+llxHeader('', '', $help_url);
$linkback = ''.$langs->trans("BackToModuleList").'';
print load_fiche_titre($langs->trans("CronSetup"), $linkback, 'title_setup');
@@ -81,10 +82,10 @@ print '';
print '';
print "| ".$langs->trans("Parameter")." | ";
print "".$langs->trans("Value")." | ";
-print " | ";
+print " | ";
print " ";
-print '';
+print ' ';
print '| '.$langs->trans("KeyForCronAccess").' | ';
$disabled = '';
if (!empty($conf->global->CRON_DISABLE_KEY_CHANGE)) $disabled = ' disabled="disabled"';
diff --git a/htdocs/langs/en_US/categories.lang b/htdocs/langs/en_US/categories.lang
index 9bb71984ecf..c813f6d694f 100644
--- a/htdocs/langs/en_US/categories.lang
+++ b/htdocs/langs/en_US/categories.lang
@@ -84,7 +84,7 @@ AddProductServiceIntoCategory=Add the following product/service
ShowCategory=Show tag/category
ByDefaultInList=By default in list
ChooseCategory=Choose category
-StocksCategoriesArea=Warehouses Categories Area
-ActionCommCategoriesArea=Events Categories Area
-WebsitePagesCategoriesArea=Page-Container Categories Area
+StocksCategoriesArea=Warehouses Categories
+ActionCommCategoriesArea=Events Categories
+WebsitePagesCategoriesArea=Page-Container Categories
UseOrOperatorForCategories=Use or operator for categories
diff --git a/htdocs/langs/en_US/website.lang b/htdocs/langs/en_US/website.lang
index 9f6c12677bb..c32fcd06f09 100644
--- a/htdocs/langs/en_US/website.lang
+++ b/htdocs/langs/en_US/website.lang
@@ -31,7 +31,7 @@ AddWebsite=Add website
Webpage=Web page/container
AddPage=Add page/container
HomePage=Home Page
-PageContainer=Page/container
+PageContainer=Page
PreviewOfSiteNotYetAvailable=Preview of your website %s not yet available. You must first 'Import a full website template' or just 'Add a page/container'.
RequestedPageHasNoContentYet=Requested page with id %s has no content yet, or cache file .tpl.php was removed. Edit content of the page to solve this.
SiteDeleted=Web site '%s' deleted
@@ -134,4 +134,5 @@ AvailableLanguagesAreDefinedIntoWebsiteProperties=Available languages are define
ReplacementDoneInXPages=Replacement done in %s pages or containers
RSSFeed=RSS Feed
RSSFeedDesc=You can get a RSS feed of latest articles with type 'blogpost' using this URL
-PagesRegenerated=%s page(s)/container(s) regenerated
\ No newline at end of file
+PagesRegenerated=%s page(s)/container(s) regenerated
+RegenerateWebsiteContent=Regenerate web site cache files
\ No newline at end of file
diff --git a/htdocs/product/list.php b/htdocs/product/list.php
index 18e6e1c3500..060da5dc78f 100644
--- a/htdocs/product/list.php
+++ b/htdocs/product/list.php
@@ -313,8 +313,6 @@ if (empty($reshook))
* View
*/
-$htmlother = new FormOther($db);
-
$title = $langs->trans("ProductsAndServices");
if ($search_type != '' && $search_type != '-1')
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index 308426ddc98..a50e45d8f51 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -118,7 +118,7 @@ body {
th a { font-weight: !important; }
a.tab { font-weight: 500 !important; }
-a:link, a:visited, a:hover, a:active { color: var(--colortextlink); text-decoration: none; }
+a:link, a:visited, a:hover, a:active, .classlink { color: var(--colortextlink); text-decoration: none; }
a:hover { text-decoration: underline; color: var(--colortextlink); }
a.commonlink { color: var(--colortextlink) !important; text-decoration: none; }
th.liste_titre a div div:hover, th.liste_titre_sel a div div:hover { text-decoration: underline; }
@@ -1866,7 +1866,7 @@ div.attacharea {
}
div.attachareaformuserfileecm {
padding-top: 0;
- padding-bottom: 0;
+ padding-bottom: 6px;
}
div.arearef {
@@ -4418,7 +4418,7 @@ span[phptag] {
border-bottom: 1px solid #ccc;
background: #e6e6e6;
display: inline-block;
- padding: 4px 0 4px 0;
+ padding: 5px 0 5px 0;
z-index: 1000;
}
.websitebar .buttonDelete, .websitebar .button {
diff --git a/htdocs/website/index.php b/htdocs/website/index.php
index c0b5ba207f1..77ecf27fc9c 100644
--- a/htdocs/website/index.php
+++ b/htdocs/website/index.php
@@ -108,7 +108,7 @@ $objectpage = new WebsitePage($db);
$object->fetchAll('ASC', 'position'); // Init $object->records with list of websites
// If website not defined, we take first found
-if (!($websiteid > 0) && empty($websitekey))
+if (!($websiteid > 0) && empty($websitekey) && $action != 'createsite')
{
foreach ($object->records as $key => $valwebsite)
{
@@ -2182,7 +2182,7 @@ $formadmin = new FormAdmin($db);
$formwebsite = new FormWebsite($db);
$formother = new FormOther($db);
-$help_url = '';
+$helpurl = 'EN:Module_Website|FR:Module_Website_FR|ES:Módulo_Website';
$arrayofjs = array(
'/includes/ace/src/ace.js',
@@ -2204,7 +2204,7 @@ $moreheadjs .= ''."\n";
-llxHeader($moreheadcss.$moreheadjs, $langs->trans("WebsiteSetup"), $help_url, '', 0, 0, $arrayofjs, $arrayofcss, '', '', ''."\n".'');
+llxHeader($moreheadcss.$moreheadjs, $langs->trans("WebsiteSetup"), $helpurl, '', 0, 0, $arrayofjs, $arrayofcss, '', '', ''."\n".' |