... | in dropdown.naml |
118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
|
<macro name="post_dropdown" requires="node">
<n.dropdown.
id="postdropdown[n.id/]"
text="[t]More[/t]"
title="[t]Click for more options[/t]"
loadOnClick="/template/NamlServlet.jtp?macro=post_dropdown_later&node=[n.id/]"
>
<n.menu_reply_to_author/>
<n.menu_edit_post/>
<n.menu_move_post/>
<n.menu_delete_post/>
<n.menu_change_post_date/>
<n.menu_print_post/>
<n.menu_permalink/>
<n.menu_raw_mail/>
</n.dropdown.>
</macro>
|
Free forum by Nabble | Edit this page |