Skip to content

Commit

Permalink
Item110: replace occurences of TWIKIWEB with SYSTEMWEB
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/CreateTopicTag@464 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KoenMartens authored and KoenMartens committed Nov 8, 2008
1 parent b6f50da commit 70d25d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions data/TWiki/CreateTopicTag.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is an empty Tag you can use as a template to build your own TWikiTag.
Tag settings are stored as preferences variables. To reference
a plugin setting write ==%<nop>&lt;plugin&gt;_&lt;setting&gt;%==, i.e. ==%<nop>CREATETOPICTAG_SHORTDESCRIPTION%==

* One line description, is shown in the %TWIKIWEB%.TextFormattingRules topic:
* One line description, is shown in the %SYSTEMWEB%.TextFormattingRules topic:
* Set SHORTDESCRIPTION = Empty Tag used as a template for new Tags

* Your own setting, for example:
Expand All @@ -39,6 +39,6 @@ a plugin setting write ==%<nop>&lt;plugin&gt;_&lt;setting&gt;%==, i.e. ==%<nop>C
| Feedback: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Dev |
| Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Appraisal |

__Related Topics:__ %TWIKIWEB%.TWikiTags, %TWIKIWEB%.DeveloperDocumentationCategory, %TWIKIWEB%.AdminDocumentationCategory, %TWIKIWEB%.TWikiPreferences
__Related Topics:__ %SYSTEMWEB%.TWikiTags, %SYSTEMWEB%.DeveloperDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory, %SYSTEMWEB%.TWikiPreferences

-- %TWIKIWEB%.TWikiContributor - 01 Feb 2006
-- %SYSTEMWEB%.TWikiContributor - 01 Feb 2006
2 changes: 1 addition & 1 deletion lib/TWiki/Tags/CreateTopicTag/Support.pm
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ sub getStep1 {
---+++ %MAKETEXT{"Topic name:"}%
<p>%STARTSECTION{"topicname"}%<input type="text" class="twikiInputField" name="topic" id="topic" size="40" tabindex="10" %IF{"'%PREFILLTOPIC%'='1'" then="value=\"%BASETOPIC%\"" else="value=\"\""}% onkeyup="canSubmit(this.form,false);" onchange="canSubmit(this.form,false);" onblur="canSubmit(this.form,true);" /> <span id="webTopicCreatorFeedback" class="twikiInputFieldDisabled"><!--generated name will be put here--></span>%ENDSECTION{"topicname"}%</p>
<p>%STARTSECTION{"allownonwikiword"}%<input type="checkbox" class="twikiCheckbox" id="nonwikiword" name="nonwikiword" tabindex="11" onchange="canSubmit(this.form,false);" onmouseup="canSubmit(this.form,false);" /><label for="nonwikiword">%MAKETEXT{"Allow non <nop>WikiWord for the new topic name"}%</label><br />
<span class="twikiGrayText">%MAKETEXT{"It's usually best to choose a <a target='WikiWord' onclick=\"return launchWindow('[_1]','WikiWord')\" 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="%TWIKIWEB%,%SCRIPTURLPATH{"view"}%/%TWIKIWEB%/WikiWord"}%</span>%ENDSECTION{"allownonwikiword"}%</p>
<span class="twikiGrayText">%MAKETEXT{"It's usually best to choose a <a target='WikiWord' onclick=\"return launchWindow('[_1]','WikiWord')\" 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="%SYSTEMWEB%,%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/WikiWord"}%</span>%ENDSECTION{"allownonwikiword"}%</p>
</div><!--/twikiFormStep-->
EOF
}
Expand Down

0 comments on commit 70d25d4

Please sign in to comment.