subject_control

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 "subject_control".
... in reply.naml
125
126
127
128
129
130
131
132
<macro name="subject_control">
    <div class="field-box light-border-color">
        <div class="second-font field-title"><t>Subject</t></div>
        <div class="weak-color">
            <n.subject_field.input type="text" size="60" tabindex="1" />
        </div>
    </div>
</macro>