Ignore:
Timestamp:
11/23/08 11:02:43 (4 years ago)
Author:
ArthurClemens
Message:

Item244: generalized the copy subroutine for topic creation

File:
1 edited

Legend:

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

    r859 r875  
    2121 
    2222<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> 
     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> 
    2424%TMPL:P{"nonwikiword"}% 
    25 <input type="hidden" name="action" value="copy" /> 
     25<input type="hidden" name="action" value="create" /> 
    2626<input type="hidden" name="onlynewtopic" value="on" /> 
    2727<input type="hidden" name="templatetopic" value="%TOPIC%" /> 
Note: See TracChangeset for help on using the changeset viewer.