send_node_as_email_input_row

NAML documentation   Watch a video
   Usages of this macro
... in reply.naml
468
469
470
471
472
473
474
475
476
477
<macro name="send_node_as_email_input_row" dot_parameter="email">
    <table>
        <tr>
            <td class="sendto"><img src="/images/people_sm.png" class="image16"/></td>
            <td class="sendto"><t
Macro
>Send To:</t></td>
            <td><input type="text" class="email-to" name="email-to" size="40" maxlength="80" value="[n.email/]" /></td>
            <td><a class="removeAddress" href="javascript:void(0)" onclick="removeAddress(this)"><t
Macro
>remove</t></a></td>
        </tr>
    </table>
</macro>