Added new option 'showcreator'. See #28.
If activated an additional column will be displayed showing the DokuWiki user which created the file. Only works if option 'direct' is set to '0'.
This commit is contained in:
@@ -14,3 +14,5 @@ $lang['error_nomatch'] = 'Keine Treffer';
|
||||
$lang['error_outsidejail'] = 'Zugriff verweigert';
|
||||
$lang['preview'] = 'Vorschau';
|
||||
$lang['filetype'] = 'Dateityp';
|
||||
$lang['createdby'] = 'Erstellt von';
|
||||
$lang['creatorunknown'] = 'Unbekannt';
|
||||
|
||||
@@ -14,3 +14,5 @@ $lang['error_nomatch'] = 'No match';
|
||||
$lang['error_outsidejail'] = 'Access denied';
|
||||
$lang['preview'] = 'Preview';
|
||||
$lang['filetype'] = 'Filetype';
|
||||
$lang['createdby'] = 'Created by';
|
||||
$lang['creatorunknown'] = 'Unknown';
|
||||
|
||||
Reference in New Issue
Block a user