edit_post_extra_fields

   Usages of this macro
... in edit_post.naml
131
132
133
134
135
136
137
138
139
140
141
142
<macro name="edit_post_extra_fields" requires="node_page">
    <n.extra_fields
Macro
Requires: node_page
Parameters: fields
.>
        <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.visitor
Binary
Namespace: ServletNamespace
Parameters: do
.is_registered
Binary
Namespace: UserNamespace
>
            <then>
                <div class="extra-fields">
                    <n.alert_field
Macro
Parameters: do
.checkbox
Macro
Requires: field
Parameters: style
 style="margin-top:.1em"/>
                    <label for="[n.alert_field
Macro
Parameters: do
.name
Binary
Namespace: FieldNamespace
/]"><t>Alert me by email when someone posts to this thread</t></label>
                </div>
            </then>
        </n.if.visitor.is_registered>
    </n.extra_fields.>
</macro>