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 // 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 // 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', 'name'=>'position',
'value'=>$page->position(), 'value'=>$page->position(),
'class'=>'uk-width-1-1 uk-form-medium', '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 // External Coverimage

View File

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

View File

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