diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-03 19:23:05 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-03 19:23:05 +0000 |
commit | 56517c7545428a9f655dd31c4bb3ae15a2fac223 (patch) | |
tree | 30f56c0c1e42a6f8d2a661693e7de52838e75d7b /language | |
parent | 5c021293f99ecd228b7a261df01943b7bc27c9eb (diff) |
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
Diffstat (limited to 'language')
-rw-r--r-- | language/en_UK/help.html | 3 | ||||
-rw-r--r-- | language/es_ES/help.html | 2 | ||||
-rw-r--r-- | language/fr_FR/help.html | 2 | ||||
-rw-r--r-- | language/it_IT/help.html | 2 | ||||
-rw-r--r-- | language/nl_NL/help.html | 3 |
5 files changed, 10 insertions, 2 deletions
diff --git a/language/en_UK/help.html b/language/en_UK/help.html index 1ca5c5ca9..b585cb741 100644 --- a/language/en_UK/help.html +++ b/language/en_UK/help.html @@ -1,3 +1,4 @@ +<div class="instructions"> <h2>Help</h2> <h3>Quick start</h3> @@ -256,4 +257,4 @@ filesystem with database.</p> documentation</a> for further reading.</li> </ul> - +</div>
\ No newline at end of file diff --git a/language/es_ES/help.html b/language/es_ES/help.html index c23ab51b0..4f9bb53a6 100644 --- a/language/es_ES/help.html +++ b/language/es_ES/help.html @@ -1,3 +1,4 @@ +<div class="instructions"> <h2>Ayudante</h2> <h3>Comienzo rápido</h3> @@ -181,3 +182,4 @@ class="pwgScreen">Administración, Categorías, Propiedades, Añadido de imágen <a href="http://phpwebgallery.net/doc">documentación oficial de Piwigo</a> Para obtener más detalles.</li> </ul> +</div>
\ 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 @@ +<div class="instructions"> <h2>Aide</h2> <h3>Démarrage rapide</h3> @@ -248,3 +249,4 @@ question si votre recherche est infructueuse. Le Piwigo</a> pour obtenir plus de détails.</li> </ul> +</div>
\ 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 @@ +<div class="instructions">
<h2>Aiuto</h2>
<h3>Presa in mano rapida</h3>
@@ -247,3 +248,4 @@ anche un'ampia <a href="http://phpwebgallery.net/doc">documentazione</a> in cui potrete trovare risposte ai vostri dubbi.</li>
</ul>
+</div>
\ 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 @@ +<div class="instructions"> <h2>Help</h2> <h3>Snelle start</h3> @@ -224,4 +225,4 @@ die sub-categorieën bevatten.</li> Piwigo. Bekijk de <a href="http://phpwebgallery.net/doc/" target="blank">officiele Piwigo documentatie</a> voor meer informatie.</li> </ul> - +</div>
\ No newline at end of file |