Project

General

Profile

« Previous | Next » 

Revision 1987

Added by Dietmar almost 11 years ago

! see Build 1986
also implemented in frontend account

View differences:

preferences.htt
11 11
    <div class="details">
12 12
        <h3>{HEADING_MY_SETTINGS}</h3>
13 13
        <form name="details" action="{ACTION_URL}" method="post">
14
            <input type="hidden" name="redirect" value="{HTTP_REFERER}" />
14
            <input type="hidden" name="redirect" value="{REFERER_ID}" />
15 15
            <table>
16 16
            <tr>
17 17
                <td>{TEXT_DISPLAY_NAME}:</td>
......
70 70
                    <button class="error" type="reset" name="reset" value="reset">{TEXT_RESET}</button>
71 71
                    <button type="submit" name="action" value="details">{MOD_PREFERENCE_SAVE_SETTINGS}</button>
72 72
        <!-- END show_detail_send_block -->
73
                    <button type="button" value="cancel" onclick="javascript:window.location='{HTTP_REFERER}';">{TEXT_CANCEL}</button>
73
                    <button type="{SUBMIT_BUTTON}" name="action" value="{VALUE_BUTTON}" onclick="javascript:window.location='{HTTP_REFERER}';">{TEXT_CANCEL}</button>
74 74
                </td>
75 75
            </tr>
76 76
            </table>

Also available in: Unified diff