Skip to content

Commit

Permalink
Item11246: Allow WIKIWEBMASTER to autolink in login.tmpl
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@13023 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
PaulHarvey authored and PaulHarvey committed Nov 9, 2011
1 parent c28ac7b commit 34ddf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/templates/login.tmpl
Expand Up @@ -67,7 +67,7 @@
%TMPL:DEF{"submit"}%<input tabindex='4' type='submit' class='foswikiSubmit' value='%MAKETEXT{"Logon"}%' />%TMPL:END%

%{ please keep the spaces between the div and the TMPL seealsonote, it allows Foswiki to process the emailaddress }%
%TMPL:DEF{"seealsostep"}%<div class="foswikiFormStep"><p class="foswikiGrayText">%TMPL:P{"seealsonote"}%</p></div>%TMPL:END%
%TMPL:DEF{"seealsostep"}%<div class="foswikiFormStep"><p class="foswikiGrayText">%TMPL:P{"seealsonote"}% </p></div>%TMPL:END%

%TMPL:DEF{"seealsonote"}%%MAKETEXT{"If you have any questions, please contact [_1]" args="%IF{"defined WIKIWEBMASTER AND $WIKIWEBMASTER != ''" then="%WIKIWEBMASTER%" else="your Wiki administrator"}%"}%%TMPL:END%

Expand Down

0 comments on commit 34ddf43

Please sign in to comment.