Changeset 5611


Ignore:
Timestamp:
11/24/09 21:41:59 (4 years ago)
Author:
ArthurClemens
Message:

Item2406: allow the "allow non wiki word" message to be skinned

Location:
branches/Release01x00/core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x00/core/data/System/CascadingStyleSheets.txt

    r4889 r5611  
    159159|=.foswikiEditboxStyleMono=         | Gives the edit textarea monospaced font (not used with WYSWIWYG) | 
    160160|=.foswikiEditboxStyleProportional= | Gives the edit textarea proportional font (not used with WYSWIWYG) | 
    161  
    162  
    163  
     161|=p.foswikiAllowNonWikiWord=        | Message "Allow non <nop>WikiWord for the new topic name" | 
    164162 
    165163 
  • branches/Release01x00/core/templates/foswiki.tmpl

    r3966 r5611  
    55%TMPL:DEF{"LOG_OUT"}%Log Out%TMPL:END% 
    66 
    7 %TMPL:DEF{"nonwikiwordwarning"}%<p><input type="checkbox" id="nonwikiword" name="nonwikiword" %IF{"$ 'URLPARAM{nonwikiword}'='on'" then="checked=\"checked\""}% /><label for="nonwikiword">%MAKETEXT{"Allow non <nop>WikiWord for the new topic name"}%</label><br />%TMPL:P{"nonwikiwordhelp"}%</p>%TMPL:END% 
     7%TMPL:DEF{"nonwikiwordwarning"}%<p class="foswikiAllowNonWikiWord"><input type="checkbox" id="nonwikiword" name="nonwikiword" %IF{"$ 'URLPARAM{nonwikiword}'='on'" then="checked=\"checked\""}% /><label for="nonwikiword">%MAKETEXT{"Allow non <nop>WikiWord for the new topic name"}%</label><br />%TMPL:P{"nonwikiwordhelp"}%</p>%TMPL:END% 
    88 
    99%TMPL:DEF{"nonwikiwordhelp"}% %MAKETEXT{"It's usually best to choose a <a target='WikiWord' class='foswikiPopUp' href='[_1]' rel='nofollow'>WikiWord</a> 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="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/WikiWord"}%%TMPL:END% 
Note: See TracChangeset for help on using the changeset viewer.