Skip to content

Commit

Permalink
Item1455: Add SubscribePlugin support to FoswikiSiteSkin
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/FoswikiSiteSkin@3462 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
WillNorris authored and WillNorris committed Apr 16, 2009
1 parent 7b30f74 commit 8217f03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/view.foswikisite.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

%TMPL:DEF{"top:toolbarbutton_print"}%<span><a href="%SCRIPTURL{"view"}%/%WEB%/%TOPIC%?cover=print" title="Print this topic" rel="nofollow" ><img src="%PUBURL%/%SYSTEMWEB%/FoswikiSiteSkin/printer.gif" width="16" height="16" /></a></span>%TMPL:END%

%TMPL:DEF{"top:toolbarbutton_subscribe"}%<span>%IF{"context SubscribePluginEnabled AND NOT context authenticated" then="" else="%SUBSCRIBE{ topic="%BASEWEB%.%BASETOPIC%" format="<a href='$url' rel='nofollow' title='Subscribe to <nop>%TOPIC%' ><img src='%PUBURL%/%SYSTEMWEB%/DocumentGraphics/notify.gif' width='16' height='16' /></a>" formatunsubscribe="<a href='$url' rel='nofollow' title='Unsubscribe from <nop>%TOPIC%' ><img src='%PUBURL%/%SYSTEMWEB%/DocumentGraphics/notify.gif' width='16' height='16' /></a>" }%" " }%</span>%TMPL:END%

%TMPL:DEF{"top:toolbarbutton_more"}%<span><a href="%SCRIPTURL{"oops"}%/%WEB%/%TOPIC%?template=oopsmore" title="More actions" rel="nofollow" ><img src="%PUBURL%/%SYSTEMWEB%/FoswikiSiteSkin/wrench.gif" width="16" height="16" /></a></span>%TMPL:END%

%TMPL:DEF{"top:toolbarbuttons"}%%TMPL:P{"top:toolbarbutton_edit"}%%TMPL:P{"top:toolbarbutton_attach"}%%TMPL:P{"top:toolbarbutton_rdiff"}%
%TMPL:P{"top:toolbarbutton_raw"}%%TMPL:P{"top:toolbarbutton_create"}%%TMPL:P{"top:toolbarbutton_print"}%%TMPL:P{"top:toolbarbutton_more"}
%%TMPL:END%
%TMPL:DEF{"top:toolbarbuttons"}%%TMPL:P{"top:toolbarbutton_edit"}%%TMPL:P{"top:toolbarbutton_attach"}%%TMPL:P{"top:toolbarbutton_rdiff"}%%TMPL:P{"top:toolbarbutton_raw"}%%TMPL:P{"top:toolbarbutton_create"}%%TMPL:P{"top:toolbarbutton_print"}%%TMPL:P{"top:toolbarbutton_subscribe"}%%TMPL:P{"top:toolbarbutton_more"}%%TMPL:END%

%TMPL:DEF{"breadcrumb"}%%TMPL:P{"breadcrumb:title"}%%TMPL:P{"breadcrumb:currentweb"}%%TMPL:P{"breadcrumb:parents"}%%TMPL:P{"breadcrumb:currenttopic"}%%TMPL:END%

Expand Down

0 comments on commit 8217f03

Please sign in to comment.