registration_fields.naml

<override_macro name="registration_fields">
    <table class="field-table">
        <tr>
            <td class="column1"><div class="second-font field-title"><t>User Name</t></div></td>
            <td>
                <n.user_name_field.input type="text" size="35" maxlength="30"/>
                <n.user_name_field.highlight_if_empty/>
            </td>
        </tr>
        <tr>
            <td class="column1"><div class="second-font field-title"><t>Email</t></div></td>
            <td>
                <n.email_field.input type="text" size="35" maxlength="60"/>
                <n.email_field.highlight_if_empty/>
            </td>
        </tr>
        <tr>
            <td></td>
            <td class="weak-color" style="margin-top:1em;font-size:80%;padding-bottom:1em">
                <t>You will receive an email with a link to activate your account.</t>
            </td>
        </tr>
        <tr>
            <td class="column1"><div class="second-font field-title"><t>Password</t></div></td>
            <td>
                <n.password_field.input type="password" size="15" maxlength="15"/>
                <n.password_field.highlight_if_empty/>
            </td>
        </tr>
        <tr>
            <td class="column1"><div class="second-font field-title"><t>Confirm Password</t></div></td>
            <td>
                <n.password2_field.input type="password" size="15" maxlength="15"/>
                <n.password2_field.highlight_if_empty/>
            </td>
        </tr>
        <tr>
            <td class="column1" style="padding-top:.5em">
                <n.accept_terms_field.checkbox/>
            </td>
            <td class="nowrap" style="padding-top:.5em">
                <label for="accept_terms"><t>I have read and I agree to Nabble's <n.terms_link.>Terms of Use</n.terms_link.>.</t></label>
            </td>
        </tr>
    </table>
</override_macro>