choose-forum-move.adp
Delivered as text/html
Related Files
[ hide source ] | [ make this the default ]
File Contents
<property name="doc(title)">@title;literal@</property> <property name="context">@context;literal@</property> <p> #forums.Move_thread_to_forum#</p> <form name="input" action="move" method="get"> <div><input type="hidden" name="message_id" value="@message_id@"></div> <div><input type="hidden" name="confirm_p" value="@confirm_p@"></div> <if @forums:rowcount;literal@ eq 0> <p>#forums.Sorry_you_can_not_move_this_thread_There_are_no_other_forums# </if> <else> <listtemplate name="available_forums"></listtemplate> <p></p> <div><input type="submit" value="#forums.Move_thread#"></div> </else> </form>