Skip to content

Commit

Permalink
Item587: MAKETEXT for Copy Topic
Browse files Browse the repository at this point in the history
I did it so I reused existing strings


git-svn-id: http://svn.foswiki.org/trunk@1631 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Dec 28, 2008
1 parent 1d4d5f3 commit beab61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/templates/oopsmore.tmpl
Expand Up @@ -20,7 +20,7 @@
%MAKETEXT{"Copy text and form data to a new topic (no attachments will be copied though)."}%

<form action="%SCRIPTURL{manage}%/%WEB%/">
%MAKETEXT{"Name of copy:"}% <input type="text" name="topic" class="foswikiInputField" value="%TOPIC%Copy" size="30"> <input type="submit" class="foswikiButton" value="Clone" /> <span class="foswikiGrayText">%MAKETEXT{"You will be able to review the copied topic before saving"}%</span>
%MAKETEXT{"Name of copy:"}% <input type="text" name="topic" class="foswikiInputField" value="%TOPIC%Copy" size="30"> <input type="submit" class="foswikiButton" value="%MAKETEXT{"Copy topic"}%" /> <span class="foswikiGrayText">%MAKETEXT{"You will be able to review the copied topic before saving"}%</span>
%TMPL:P{"nonwikiword"}%
<input type="hidden" name="action" value="create" />
<input type="hidden" name="onlynewtopic" value="on" />
Expand Down

0 comments on commit beab61c

Please sign in to comment.