fixed_group_row

NAML documentation   Watch a video
   Usages of this macro
... in change_user_groups.naml
83
84
85
86
87
88
89
90
91
92
93
<macro name="fixed_group_row" parameters="name,tip">
    <tr>
        <td>&nbsp;</td>
        <td style="padding:.2em 0">
            <n.name/>
        </td>
        <td class="weak-color">
            <n.hide_null
Binary
Namespace: BasicNamespace
Parameters: value
.tip/>
        </td>
    </tr>
</macro>