Fix message error
This commit is contained in:
parent
b5586af56e
commit
eb8d67483b
@ -81,4 +81,5 @@ WebsiteRootOfImages=Root directory for website images
|
|||||||
SubdirOfPage=Sub-directory dedicated to page
|
SubdirOfPage=Sub-directory dedicated to page
|
||||||
AliasPageAlreadyExists=Alias page <strong>%s</strong> already exists
|
AliasPageAlreadyExists=Alias page <strong>%s</strong> already exists
|
||||||
CorporateHomePage=Corporate Home page
|
CorporateHomePage=Corporate Home page
|
||||||
EmptyPage=Empty page
|
EmptyPage=Empty page
|
||||||
|
ExternalURLMustStartWithHttp=External URL must start with http:// or https://
|
||||||
@ -1731,11 +1731,6 @@ if (count($object->records) > 0)
|
|||||||
|
|
||||||
jQuery("#previewsiteext").attr("href",newurl);
|
jQuery("#previewsiteext").attr("href",newurl);
|
||||||
jQuery("#previewpageext").attr("href",newpage);
|
jQuery("#previewpageext").attr("href",newpage);
|
||||||
|
|
||||||
if (! newurl.startsWith("http"))
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>';
|
</script>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user