25 lines
844 B
Cheetah
25 lines
844 B
Cheetah
%TMPL:INCLUDE{"renamewebbase"}%
|
|
|
|
|
|
|
|
%TMPL:DEF{"titleaction"}%%MAKETEXT{"(rename)"}% %TMPL:END%
|
|
|
|
|
|
|
|
%TMPL:DEF{"webaction"}%%MAKETEXT{"Confirm rename or move"}%%TMPL:END%
|
|
|
|
|
|
|
|
%TMPL:DEF{"newsubweb"}%<input type="hidden" name="newsubweb" value="%NEW_SUBWEB%" />%NEW_SUBWEB%%TMPL:END%
|
|
|
|
|
|
|
|
%TMPL:DEF{"newparentweb"}%<input type="hidden" name="newparentweb" value="%NEW_PARENTWEB%" />%NEW_PARENTWEB%%TMPL:END%
|
|
|
|
|
|
<!--
|
|
* Set refresh_prompt = Refresh
|
|
* Set submit_prompt = Submit
|
|
-->
|
|
%TMPL:DEF{"topicactionbuttons"}%<input type="hidden" name="nonwikiword" value="%URLPARAM{"nonwikiword"}%" />
|
|
<input type="submit" class="twikiSubmit" value="%RENAMEWEB_SUBMIT%" then=refresh_prompt" else="submit_prompt"}%" /> %MAKETEXT{"or"}% <a href="%SCRIPTURLPATH{"rename"}%/%WEB%/%TOPIC%?action=renameweb&confirm=cancel">%TMPL:P{"canceltopicaction"}%</a>%TMPL:END% |