Ignore:
Timestamp:
11/23/08 00:47:55 (4 years ago)
Author:
ArthurClemens
Message:

Item244: improve code for checking nonwikiword flags; added code to apply this check for copying a topic as introduced with Item1873

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/templates/oopsmore.tmpl

    r847 r858  
    2020%MAKETEXT{"Copy text and form data to a new topic (no attachments will be copied though)."}% 
    2121 
    22 <form action="%SCRIPTURL{edit}%/%WEB%/"> 
    23 %MAKETEXT{"Name of copy:"}% <input type="text" name="topic" class="twikiInputField" value="%TOPIC%Copy" size="30"> <input type="submit" class="twikiButton" value="Clone" /> <span class="twikiGrayText">%MAKETEXT{"You will be able to review the copied topic before saving"}%</span> 
     22<form action="%SCRIPTURL{manage}%/%WEB%/"> 
     23%MAKETEXT{"Name of copy:"}% <input type="text" name="newtopic" class="twikiInputField" value="%TOPIC%Copy" size="30"> <input type="submit" class="twikiButton" value="Clone" /> <span class="twikiGrayText">%MAKETEXT{"You will be able to review the copied topic before saving"}%</span> 
     24%TMPL:P{"nonwikiword"}% 
     25<input type="hidden" name="action" value="copy" /> 
    2426<input type="hidden" name="onlynewtopic" value="on" /> 
    2527<input type="hidden" name="templatetopic" value="%TOPIC%" /> 
Note: See TracChangeset for help on using the changeset viewer.