diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugins/config/lang/cs/lang.php | 1 | ||||
-rw-r--r-- | lib/plugins/logviewer/lang/en/intro.txt | 8 | ||||
-rw-r--r-- | lib/tpl/dokuwiki/css/content.less | 10 | ||||
-rw-r--r-- | lib/tpl/dokuwiki/css/design.less | 4 |
4 files changed, 19 insertions, 4 deletions
diff --git a/lib/plugins/config/lang/cs/lang.php b/lib/plugins/config/lang/cs/lang.php index 9efe23d8f..57c142a7b 100644 --- a/lib/plugins/config/lang/cs/lang.php +++ b/lib/plugins/config/lang/cs/lang.php @@ -140,6 +140,7 @@ $lang['mailfrom'] = 'E-mailová adresa, která se bude používat p $lang['mailreturnpath'] = 'E-mailová adresa příjemce pro oznámení o nedoručení'; $lang['mailprefix'] = 'Předpona předmětu e-mailu, která se bude používat pro automatické maily'; $lang['htmlmail'] = 'Posílat emaily v HTML (hezčí ale větší). Při vypnutí budou posílány jen textové emaily.'; +$lang['dontlog'] = 'Zakázat protokolování pro tyto typy záznamů.'; $lang['sitemap'] = 'Generovat Google sitemap (interval ve dnech)'; $lang['rss_type'] = 'Typ XML kanálu'; $lang['rss_linkto'] = 'XML kanál odkazuje na'; diff --git a/lib/plugins/logviewer/lang/en/intro.txt b/lib/plugins/logviewer/lang/en/intro.txt index 5b63b148a..b83448cfe 100644 --- a/lib/plugins/logviewer/lang/en/intro.txt +++ b/lib/plugins/logviewer/lang/en/intro.txt @@ -1,8 +1,8 @@ ====== View Logs ====== -This interface allows you to view the various logs that are written by DokuWiki. By default, there shouldn't be logged -much here (it depends on your [[doku>config:dontlog|log settings]]). However if something goes wrong, chances are high, -you'll find useful info here. All times are UTC! +This interface allows you to view the various logs that are written by DokuWiki. By default, there shouldn't be much +here (it depends on your [[doku>config:dontlog|log settings]]). However if something goes wrong, chances are high +you'll find useful information about the problem. All times are UTC! -Please be aware **log files can contain sensitive information** like passwords, paths or other secrets. +Please be aware that **log files can contain sensitive information** like passwords, paths or other secrets. Be sure to redact the logs appropriately when posting them on the forum or in bug reports! diff --git a/lib/tpl/dokuwiki/css/content.less b/lib/tpl/dokuwiki/css/content.less index 33329867c..9b26cce7a 100644 --- a/lib/tpl/dokuwiki/css/content.less +++ b/lib/tpl/dokuwiki/css/content.less @@ -297,6 +297,16 @@ border-right: 1px solid @ini_border; } +.dokuwiki.export #dw__toc { + margin-top: 0; + margin-right: 0; +} + +[dir=rtl] .dokuwiki.export #dw__toc { + margin-top: 0; + margin-left: 0; +} + .dokuwiki h3.toggle { padding: .5em 1em; margin-bottom: 0; diff --git a/lib/tpl/dokuwiki/css/design.less b/lib/tpl/dokuwiki/css/design.less index 86315d211..b165a2f41 100644 --- a/lib/tpl/dokuwiki/css/design.less +++ b/lib/tpl/dokuwiki/css/design.less @@ -7,6 +7,10 @@ * @author Clarence Lee <clarencedglee@gmail.com> */ +.dokuwiki.export { + background-color: @ini_background; +} + /* header ********************************************************************/ |