Skip to content

Commit

Permalink
Item798: persist the to&from's so that we can edit old items too
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/FoswikiApplicationsContrib@2056 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Jan 20, 2009
1 parent d52298f commit 46565f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/System/NewsApplication.txt
Expand Up @@ -81,7 +81,10 @@ to display News Items from _all_ categories:
---
---+++ view item format
<verbatim>
%STARTSECTION{"view_item"}%| %FORMFIELD{"Date" topic="%ITEM%"}% | %FORMFIELD{"Message" topic="%ITEM%"}% %FORMFIELD{"Link" topic="%ITEM%"}% | [[%SCRIPTURL{view}%/%BASEWEB%/%BASETOPIC%?item=%ITEM%][%ICON{uweb-bo}%]] |%ENDSECTION{"view_item"}%
%STARTSECTION{"view_item"}%| \
%FORMFIELD{"Date" topic="%ITEM%"}% | \
%FORMFIELD{"Message" topic="%ITEM%"}% %FORMFIELD{"Link" topic="%ITEM%"}% | \
[[%SCRIPTURL{view}%/%BASEWEB%/%BASETOPIC%?item=%ITEM%;showfrom=%URLPARAM{"showfrom" default=""}%;showto=%URLPARAM{"showto" default=""}%][%ICON{uweb-bo}%]] |%ENDSECTION{"view_item"}%
</verbatim>

---+++ edit item format
Expand Down

0 comments on commit 46565f3

Please sign in to comment.