From 56517c7545428a9f655dd31c4bb3ae15a2fac223 Mon Sep 17 00:00:00 2001 From: vdigital Date: Wed, 3 Sep 2008 19:23:05 +0000 Subject: Bug 847: Instruction page / CSS Text-align: centered ordered lists Bug 846: Bad link to documentation Some CSS Hacks in Admin theme git-svn-id: http://piwigo.org/svn/trunk@2495 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/include/functions.php | 2 +- admin/template/yoga/admin.tpl | 2 +- admin/template/yoga/theme/admin/theme.css | 11 +++++++++-- language/en_UK/help.html | 3 ++- language/es_ES/help.html | 2 ++ language/fr_FR/help.html | 2 ++ language/it_IT/help.html | 2 ++ language/nl_NL/help.html | 3 ++- 8 files changed, 21 insertions(+), 6 deletions(-) diff --git a/admin/include/functions.php b/admin/include/functions.php index e700d662e..a3381f09a 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -1807,7 +1807,7 @@ function pwg_URL() if ( isset($lang_info['code']) and in_array($lang_info['code'], array('fr','en')) ) { /* current wiki languages are French or English */ - $urls['WIKI'] .= 'doku.php?id='.$lang_info['code'].':start'; + $urls['WIKI'] .= 'doku.php?id='.$lang_info['code'].':'.$lang_info['code']; $urls['HOME'] .= '?lang='.$lang_info['code']; } return $urls; diff --git a/admin/template/yoga/admin.tpl b/admin/template/yoga/admin.tpl index 4914477d0..e1d30f36e 100644 --- a/admin/template/yoga/admin.tpl +++ b/admin/template/yoga/admin.tpl @@ -75,7 +75,7 @@ {/if}
  • {'Plugins'|@translate} - + \ No newline at end of file diff --git a/language/fr_FR/help.html b/language/fr_FR/help.html index dd16a6cb2..d43c20272 100644 --- a/language/fr_FR/help.html +++ b/language/fr_FR/help.html @@ -1,3 +1,4 @@ +

    Aide

    Démarrage rapide

    @@ -248,3 +249,4 @@ question si votre recherche est infructueuse. Le Piwigo pour obtenir plus de détails.
  • + \ No newline at end of file diff --git a/language/it_IT/help.html b/language/it_IT/help.html index aa270bf3b..0684af9fd 100644 --- a/language/it_IT/help.html +++ b/language/it_IT/help.html @@ -1,3 +1,4 @@ +

    Aiuto

    Presa in mano rapida

    @@ -247,3 +248,4 @@ anche un'ampia documentazione in cui potrete trovare risposte ai vostri dubbi. +
    \ No newline at end of file diff --git a/language/nl_NL/help.html b/language/nl_NL/help.html index 1c29510ed..3bee826d2 100644 --- a/language/nl_NL/help.html +++ b/language/nl_NL/help.html @@ -1,3 +1,4 @@ +

    Help

    Snelle start

    @@ -224,4 +225,4 @@ die sub-categorieën bevatten. Piwigo. Bekijk de officiele Piwigo documentatie voor meer informatie. - +
    \ No newline at end of file -- cgit v1.2.3