Skip to content

Commit

Permalink
Item13271: Allow non-wikiword templates changed
Browse files Browse the repository at this point in the history
Update more to use revised templates.
  • Loading branch information
gac410 committed Feb 23, 2015
1 parent e00380f commit afe5bc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/templates/more.tmpl
Expand Up @@ -30,7 +30,7 @@
<div class="foswikiFormStep">
<h3>%MAKETEXT{"Name of copy"}%</h3>
<p><input type="text" name="topic" class="foswikiInputField" value="%TOPIC%Copy" size="30" /></p>
%TMPL:P{"nonwikiword"}%
%TMPL:P{"nonwikiwordwarning"}%
</div>
<div class="foswikiFormStep foswikiLast">
<p><input type="submit" class="foswikiButton" value="%MAKETEXT{"Copy topic..."}%" /></p>
Expand All @@ -42,6 +42,7 @@
<input type="hidden" name="nowysiwyg" value="1" />
<input type="hidden" name="notemplateexpansion" value="on" />
<input type="hidden" name="action_save" value="1" />
%TMPL:P{"nonwikiwordallowed"}%
</form>
%TMPL:END%

Expand Down

0 comments on commit afe5bc5

Please sign in to comment.