editor_underline_button.naml

<macro name="editor_underline_button">
    <td class="nowrap">
        <button type="button" onclick="Nabble.insert('span style=text-decoration:underline')" class="toolbar" style="height:1.65em" title="[t]Underline[/t]">
            <img src="http://jsmastronomy.245.s1.nabble.com/file/n590/bt_underline.png"/>
        </button>
        <n.tooltip use_title="true"/>
    </td>
</macro>