mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03:00
added help for permalinks
put back the navigation bar for admin/element_set_global.tpl git-svn-id: http://piwigo.org/svn/trunk@1902 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
17246da089
commit
d2b54cacb5
3 changed files with 16 additions and 2 deletions
7
language/en_UK.iso-8859-1/help/permalinks.html
Normal file
7
language/en_UK.iso-8859-1/help/permalinks.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<h2>Permalinks</h2>
|
||||
|
||||
<p>Permalinks are used to make category urls nicer. When a category has a permalink defined, the id of the category is not required anymore in the url.</p>
|
||||
|
||||
<p>When a permalink is deleted, you have the ability to save it to the permalink history, so that external links to PWG pages still work. In the permalink history table you can see the date when the permalink has been deleted as well as the last time when it was used and the number of times this permalink has been used.</p>
|
||||
|
||||
<p>Note that permalinks must be unique per category. Also in the permalink history you cannot have the same permalink defined more than once.</p>
|
7
language/fr_FR.iso-8859-1/help/permalinks.html
Normal file
7
language/fr_FR.iso-8859-1/help/permalinks.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<h2>Liens permanents</h2>
|
||||
|
||||
<p>Les liens permanents sont utilisés pour rendre les urls des catégories plus jolis. Quand une catégorie a un lien permanent associée, l'identifiant de la catégorie n'est plus nécessaire dans l'url.</p>
|
||||
|
||||
<p>Quand un lien permanent est effacé, vous pouvez le sauvegarder dans l'historique des liens permanents, de sorte que les liens externes a PWG fonctionnent encore. Dans l'historique des liens permanents vous pouvez voir la date d'effacement du lien, ainsi que la date de la dernière utilisation et le nombre d'utilisations de ce lien.</p>
|
||||
|
||||
<p>Veuillez noter que les liens permanents doivent être uniques. Ils doivent aussi être uniques dans l'historique des liens permanents.</p>
|
|
@ -26,9 +26,9 @@
|
|||
<fieldset>
|
||||
|
||||
<legend>{lang:Elements}</legend>
|
||||
<!--
|
||||
|
||||
<div class="navigationBar">{NAV_BAR}</div>
|
||||
-->
|
||||
|
||||
<!-- BEGIN thumbnails -->
|
||||
<ul class="thumbnails">
|
||||
<!-- BEGIN thumbnail -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue