Links to new page and new post
This commit is contained in:
parent
a4aeb4e6e9
commit
4b29ea64d5
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
HTML::title(array('title'=>$L->g('Manage pages'), 'icon'=>'folder'));
|
HTML::title(array('title'=>$L->g('Manage pages'), 'icon'=>'folder'));
|
||||||
|
|
||||||
|
echo '<a href="'.HTML_PATH_ADMIN_ROOT.'new-page"><i class="uk-icon-plus"></i> '.$L->g('Add a new page').'</a>';
|
||||||
|
|
||||||
echo '
|
echo '
|
||||||
<table class="uk-table uk-table-striped">
|
<table class="uk-table uk-table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
HTML::title(array('title'=>$L->g('Manage posts'), 'icon'=>'folder'));
|
HTML::title(array('title'=>$L->g('Manage posts'), 'icon'=>'folder'));
|
||||||
|
|
||||||
|
echo '<a href="'.HTML_PATH_ADMIN_ROOT.'new-post"><i class="uk-icon-plus"></i> '.$L->g('Add a new post').'</a>';
|
||||||
|
|
||||||
echo '
|
echo '
|
||||||
<table class="uk-table uk-table-striped">
|
<table class="uk-table uk-table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
|
@ -245,5 +245,7 @@
|
||||||
"to-enable-the-user-you-have-to-set-a-new-password": "To enable the user you have to set a new password.",
|
"to-enable-the-user-you-have-to-set-a-new-password": "To enable the user you have to set a new password.",
|
||||||
"do-you-want-to-disable-the-user": "Do you want to disable the user ?",
|
"do-you-want-to-disable-the-user": "Do you want to disable the user ?",
|
||||||
"сurrent-status" : "Status",
|
"сurrent-status" : "Status",
|
||||||
"disable-the-user" : "Disable the user"
|
"disable-the-user" : "Disable the user",
|
||||||
|
"add-a-new-page": "Add a new page",
|
||||||
|
"add-a-new-post": "Add a new post"
|
||||||
}
|
}
|
Loading…
Reference in New Issue