Skip to content

Commit

Permalink
Item10144: Mistake in example in documentation of AutoViewTemplatePlugin
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@10257 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Dec 10, 2010
1 parent 1961968 commit ed63dcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Expand Up @@ -50,7 +50,7 @@ We want this form to define that the topics are viewed with =ViewFormAtTopTempla
Below this we place the two sections that defines the templates to be used. Note that you must omit the ...Template from the template names.

<verbatim class="tml">
%STARTSECTION{"viewtemplate"}%ViewFormAtTopTemplate%ENDSECTION{"edittemplate"}%
%STARTSECTION{"viewtemplate"}%ViewFormAtTopTemplate%ENDSECTION{"viewtemplate"}%

%STARTSECTION{"edittemplate"}%EditPurchaseRequest%ENDSECTION{"edittemplate"}%
</verbatim>
Expand Down Expand Up @@ -79,6 +79,7 @@ The following settings can be defined in configure
| Release: | %$RELEASE% |
| Version: | %$VERSION% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 10 Dec 2010: | Foswikitask:Item10144: Fixed mistake in example in documentation |
| 31 Jul 2010: | Foswikitask:Item9415: Documentation updates |
| 06 Oct 2009: | Foswikitask:Item2213: Plugin got better documentation. No change in behaviour. |
| 20 Aug 2009: | Foswikitask:Item8248: added forward-compatibility for newer Foswikis (MD) |
Expand Down
Expand Up @@ -18,7 +18,7 @@ use vars qw( $VERSION $RELEASE $SHORTDESCRIPTION
$pluginName $NO_PREFS_IN_TOPIC );

$VERSION = '$Rev$';
$RELEASE = '2010-07-31';
$RELEASE = '2010-12-10';
$SHORTDESCRIPTION = 'Automatically sets VIEW_TEMPLATE and EDIT_TEMPLATE';
$NO_PREFS_IN_TOPIC = 1;

Expand Down

0 comments on commit ed63dcd

Please sign in to comment.