Skip to content

Commit

Permalink
Item12816: fixed wikiword button revesed logic
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Sep 1, 2014
1 parent af1f2ac commit 91da412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/templates/foswiki.tmpl
Expand Up @@ -42,7 +42,7 @@ JQUERYPLUGIN is not a hard requirement, but it must sort earlier.
---------------------------------------------------
}%%TMPL:DEF{"LOG_OUT"}%%MAKETEXT{"Logout"}%%TMPL:END%%{
---------------------------------------------------
}%%TMPL:DEF{"nonwikiwordwarning"}%<p class="foswikiAllowNonWikiWord"><label><input type="checkbox" name="onlywikiname" %IF{"$ 'URLPARAM{onlywikiname}'='on'" then="checked=\"checked\""}% /> %MAKETEXT{"Allow non <nop>WikiWord for the new topic name"}%</label>%TMPL:P{"nonwikiwordhelp"}%</p>%TMPL:END%%{
}%%TMPL:DEF{"nonwikiwordwarning"}%<p class="foswikiAllowNonWikiWord"><label><input type="checkbox" name="onlywikiname" %IF{"$ 'URLPARAM{onlywikiname}'!='off'" then="checked=\"checked\""}% /> %MAKETEXT{"Allow only <nop>WikiWord for the new topic name"}%</label>%TMPL:P{"nonwikiwordhelp"}%</p>%TMPL:END%%{
---------------------------------------------------
}%%TMPL:DEF{"nonwikiwordhelp"}%%TWISTY{mode="span"}% %MAKETEXT{"It's usually best to choose a [_1] for the new topic name, otherwise automatic linking may not work. Characters not allowed in topic names, such as spaces will automatically be removed." args="%POPUPWINDOW{"%SYSTEMWEB%.WikiWord" label="WikiWord"}%"}%%JQREQUIRE{"popupwindow"}%%ENDTWISTY%%TMPL:END%%{
---------------------------------------------------
Expand Down

0 comments on commit 91da412

Please sign in to comment.