diff options
author | patdenice <patdenice@piwigo.org> | 2008-12-06 02:31:02 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-12-06 02:31:02 +0000 |
commit | 76181e5a495a21a2bfae205fcfa89062f0cc9eeb (patch) | |
tree | 1fa224b421633abb86e2de4e4d9a07c8c42de9e2 /language/nl_NL/help | |
parent | f4f4f9724a480a4336af547c3a0ff814924f0acc (diff) |
merge -c2923 from trunk to branch 2.0.
- Add a "Bound Template" column for template extensions.
git-svn-id: http://piwigo.org/svn/branches/2.0@2924 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/nl_NL/help')
-rw-r--r-- | language/nl_NL/help/extend_for_templates.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/language/nl_NL/help/extend_for_templates.html b/language/nl_NL/help/extend_for_templates.html index 8e2c7ac6b..dfe124615 100644 --- a/language/nl_NL/help/extend_for_templates.html +++ b/language/nl_NL/help/extend_for_templates.html @@ -64,8 +64,10 @@ class="filename">template-extension/my-extension/video.tpl</span>.</p> will be operate only on pages with this keyword. For example: <span class="pwgScreen">index.php?/<strong>most_visited</strong></span></p> -<p>Advanced users will use permalinks as <strong>optional URL - keyword</strong>. </p> +<p>Advanced users will use permalinks as <strong>optional URL keyword</strong>. </p> + +<p>If you select a <strong>Bound template</strong> then replacements will be operate only on this template.</p> + <h3>How can I deactivate my "replacers"?</h3> <ul> <li>Unselect related "Original templates".</li> |