1 rizwank 1.1 %TMPL:INCLUDE{"renamebase"}%
2
3
4
5 %TMPL:DEF{"titleaction"}%(rename) %TMPL:END%
6
7
8
9 %TMPL:DEF{"webaction"}%Confirm rename or move%TMPL:END%
10
11
12
13 %TMPL:DEF{"newtopic"}%<input type="hidden" name="newtopic" value="%NEW_TOPIC%" />%NEW_TOPIC%%TMPL:END%
14
15
16
17 %TMPL:DEF{"newweb"}%<input type="hidden" name="newweb" value="%NEW_WEB%" />%NEW_WEB%%TMPL:END%
18
19
20
21 %TMPL:DEF{"topicaction"}%<div class="twikiTopicAction">
22 rizwank 1.1 <table>
23 <tr>
24 <td class="twikiCancelCol">[[%WEB%.%TOPIC%][Cancel]]</td>
25 <td class="twikiSubmitCol"><input type="hidden" name="nonwikiword" value="%URLPARAM{"nonwikiword"}%" /><input type="submit" class="twikiSubmit" value="Delete" /></td>
26 <td class="twikiAddCol"></td>
27 </tr></table></div>%TMPL:END%
28
29
30
31 %TMPL:P{"rename"}%
|