'+filename+'<\/div>'+
'
'+
- '
p('Insert') ?><\/a>'+
- ' p('Set as cover image') ?><\/button>'+
- ' p('Delete') ?><\/a>'+
+ 'p('Insert') ?><\/a>'+
+ 'p('Set as cover image') ?><\/button>'+
+ 'p('Delete') ?><\/a>'+
'<\/div>'+
'<\/td>'+
'<\/tr>';
diff --git a/bl-kernel/admin/views/content.php b/bl-kernel/admin/views/content.php
index 2e69283f..2bfd98ad 100644
--- a/bl-kernel/admin/views/content.php
+++ b/bl-kernel/admin/views/content.php
@@ -86,9 +86,9 @@ function table($type) {
echo ''.$friendlyURL.' | ';
echo '
'.PHP_EOL;
- echo ' '.$L->g('Edit').''.PHP_EOL;
+ echo ''.$L->g('Edit').''.PHP_EOL;
if (count($page->children())==0) {
- echo ''.PHP_EOL;
+ echo ''.$L->g('Delete').''.PHP_EOL;
}
echo ' | ';
@@ -112,8 +112,8 @@ function table($type) {
echo '
'.$friendlyURL.' | ';
echo '
'.PHP_EOL;
- echo ' '.$L->g('Edit').''.PHP_EOL;
- echo ''.PHP_EOL;
+ echo ''.$L->g('Edit').''.PHP_EOL;
+ echo ''.$L->g('Delete').''.PHP_EOL;
echo ' | ';
echo '';
@@ -144,9 +144,9 @@ function table($type) {
echo '
'.$friendlyURL.' | ';
echo '
'.PHP_EOL;
- echo ' '.$L->g('Edit').''.PHP_EOL;
+ echo ''.$L->g('Edit').''.PHP_EOL;
if (count($page->children())==0) {
- echo ''.PHP_EOL;
+ echo ''.$L->g('Delete').''.PHP_EOL;
}
echo ' | ';
diff --git a/bl-kernel/users.class.php b/bl-kernel/users.class.php
index 626bf702..f9eb16df 100644
--- a/bl-kernel/users.class.php
+++ b/bl-kernel/users.class.php
@@ -6,7 +6,8 @@ class Users extends dbJSON {
'firstName'=>'',
'lastName'=>'',
'nickname'=>'',
- 'role'=>'editor', // admin, editor, writer
+ 'description'=>'',
+ 'role'=>'editor', // admin, editor
'password'=>'',
'salt'=>'!Pink Floyd!Welcome to the machine!',
'email'=>'',