Skip to content

Commit

Permalink
Item10684: add a TMPL:P to allow a toolbar to be added to the top of …
Browse files Browse the repository at this point in the history
…the default skin using famfamfam,default

git-svn-id: http://svn.foswiki.org/trunk@11570 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Apr 27, 2011
1 parent aebb6d3 commit 8ddc7d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/templates/foswiki.tmpl
Expand Up @@ -104,7 +104,7 @@ Item2476: Put IE8 into compatibility mode to work around slow, erratic textarea
<a href="%SCRIPTURLPATH{"view"}%/%WEB%/%HOMETOPIC%">%WEB%</a> &gt; %META{"parent" nowebhome="on" suffix=" &gt;"}% <b>%TOPIC%</b> %TMPL:P{"titleaction"}%</div>
<div class="foswikiRight foswikiSmall">%WIKITOOLNAME% webs: %WIKIWEBLIST% &nbsp; %TMPL:P{"login"}%</div><div class="foswikiClear"></div></div>
<form name="main" action="%SCRIPTURLPATH{"view"}%/%WEB%/%TOPIC%" method="post">
%TMPL:P{"webaction"}%</form></div>%TMPL:END%%{
%TMPL:P{"webaction"}%</form><div class="foswikiRight foswikiToolBar">%TMPL:P{"top:toolbarbuttons"}%</div></div>%TMPL:END%%{
---------------------------------------------------
}%%TMPL:DEF{"simpleheader"}%
<div style="margin:0 0 0 0em; padding:3px; background-color:%WEBBGCOLOR%">
Expand Down Expand Up @@ -189,4 +189,4 @@ file.
}%%TMPL:P{"htmldoctype"}%
%TMPL:P{"head"}%
%TMPL:P{"bodystart"}%%TMPL:P{"main"}%%TMPL:P{"bodyend"}%
%{ REQUIRED: comment after output definition to filter out newlines }%
%{ REQUIRED: comment after output definition to filter out newlines }%

0 comments on commit 8ddc7d8

Please sign in to comment.