short_description

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "short_description".
... in manage_users_and_groups.naml
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<macro name="short_description">
    <div class="weak-color nowrap">
        <t>Enter one user per row</t> (<a href="javascript: void(0)" onclick="$('#help').slideToggle()"><t>more help</t></a>)
        <div id="help" style="display:none">
            <b><t>Examples:</t></b>
            <div style="margin-left:1em">
                john_smith@example.com<br/>
                John Smith &lt;john_smith@example.com&gt;
            </div>
            <div>
                <t>To remove a group, empty the text area below and save the changes.</t>
            </div>
        </div>
    </div>
</macro>