Pages, and static pages
This commit is contained in:
parent
dc3bfd511a
commit
7ab8303c7e
|
@ -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();
|
|
@ -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');
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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."
|
||||
}
|
Loading…
Reference in New Issue