Pages, and static pages

This commit is contained in:
Diego Najar 2017-09-20 23:06:04 +02:00
parent dc3bfd511a
commit 7ab8303c7e
5 changed files with 13 additions and 11 deletions

View File

@ -45,4 +45,4 @@ if ($page===false) {
}
// Title of the page
$layout['title'] .= ' - '.$Language->g('Edit Content').' - '.$page->title();
$layout['title'] .= ' - '.$Language->g('Edit page').' - '.$page->title();

View File

@ -26,4 +26,4 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
// ============================================================================
// Title of the page
$layout['title'] .= ' - '.$Language->g('New content');
$layout['title'] .= ' - '.$Language->g('New page');

View File

@ -186,7 +186,8 @@ echo '<div class="bl-publish-sidebar uk-width-2-10">';
'name'=>'position',
'value'=>$page->position(),
'class'=>'uk-width-1-1 uk-form-medium',
'label'=>$L->g('Position')
'label'=>$L->g('Position'),
'tip'=>$L->g('This field is used when you order the pages by position')
));
// External Coverimage

View File

@ -161,7 +161,7 @@ echo '<div class="bl-publish-sidebar uk-width-2-10">';
'value'=>'1',
'class'=>'uk-width-1-1 uk-form-medium',
'label'=>$L->g('Position'),
'tip'=>$L->g('This field is used when you order the page by position')
'tip'=>$L->g('This field is used when you order the pages by position')
));
// External Coverimage

View File

@ -30,16 +30,16 @@
"website": "Website",
"publish": "Publish",
"manage": "Manage",
"content": "Content",
"category": "Category",
"categories": "Categories",
"users": "Users",
"settings": "Settings",
"general": "General",
"advanced": "Advanced",
"new-content": "New content",
"manage-content": "Manage content",
"add-new-content": "Add new content",
"new-category": "New category",
"you-do-not-have-sufficient-permissions": "You do not have sufficient permissions",
"add-a-new-user": "Add a new user",
@ -84,7 +84,7 @@
"external-cover-image": "External cover image",
"parent": "Parent",
"full-image-url": "Full image URL.",
"this-field-is-used-when-you-order-the-content-by-position": "This field is used when you order the content by position.",
"position": "Position",
"friendly-url": "Friendly URL",
"image-description": "Image description",
@ -131,7 +131,7 @@
"editor": "Editor",
"administrator": "Administrator",
"edit-user": "Edit user",
"edit-content": "Edit content",
"profile": "Profile",
"change-password": "Change password",
"enabled": "Enabled",
@ -210,5 +210,6 @@
"edit-page": "Edit page",
"create-a-new-category-to-organize-your-pages": "Create a new category to organize your pages",
"edit-or-delete-pages-from-your-site": "Edit or delete pages from your site",
"add-new-page": "Add new page"
"add-new-page": "Add new page",
"this-field-is-used-when-you-order-the-pages-by-position": "This field is used when you order the pages by position."
}