fix trans
This commit is contained in:
parent
0a057c8277
commit
a06b032c23
@ -89,7 +89,7 @@ CorporateHomePage=Corporate Home page
|
|||||||
EmptyPage=Empty page
|
EmptyPage=Empty page
|
||||||
ExternalURLMustStartWithHttp=External URL must start with http:// or https://
|
ExternalURLMustStartWithHttp=External URL must start with http:// or https://
|
||||||
ZipOfWebsitePackageToImport=Zip file of website package
|
ZipOfWebsitePackageToImport=Zip file of website package
|
||||||
ShowSubcontainers=Show included containers
|
ShowSubcontainers=Include dynamic content
|
||||||
InternalURLOfPage=Internal URL of page
|
InternalURLOfPage=Internal URL of page
|
||||||
ThisPageIsTranslationOf=This page/container is translation of
|
ThisPageIsTranslationOf=This page/container is translation of
|
||||||
ThisPageHasTranslationPages=This page/container has translation
|
ThisPageHasTranslationPages=This page/container has translation
|
||||||
@ -216,7 +216,7 @@ if ($action == 'seteditinline')
|
|||||||
{
|
{
|
||||||
dolibarr_set_const($db, 'WEBSITE_EDITINLINE', 1);
|
dolibarr_set_const($db, 'WEBSITE_EDITINLINE', 1);
|
||||||
setEventMessages($langs->trans("FeatureNotYetAvailable"), null, 'warnings');
|
setEventMessages($langs->trans("FeatureNotYetAvailable"), null, 'warnings');
|
||||||
dolibarr_set_const($db, 'WEBSITE_SUBCONTAINERSINLINE', 0); // Force disable of show included containers
|
dolibarr_set_const($db, 'WEBSITE_SUBCONTAINERSINLINE', 0); // Force disable of 'Include dynamic content'
|
||||||
header("Location: ".$_SERVER["PHP_SELF"].'?website='.GETPOST('website','alphanohtml').'&pageid='.GETPOST('pageid','int'));
|
header("Location: ".$_SERVER["PHP_SELF"].'?website='.GETPOST('website','alphanohtml').'&pageid='.GETPOST('pageid','int'));
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user