示例#1
0
                        <strong>Overwrite</strong>: <?php 
_e('user data will be overwritten with new informations (like name and preferences).', 'newsletter-users');
?>
<br />
                        <strong>Skip</strong>: <?php 
_e('user data will be left untouched if already present.', 'newsletter-users');
?>
                    </div>
                </td>
            </tr>

            <tr valign="top">
                <th>Preferences</th>
                <td>
                    <?php 
$controls->preferences_group('preferences', true);
?>
                    <div class="hints">
                        Every new imported or updated subscriber will be associate with selected preferences above.
                    </div>
                </td>
            </tr>

            <tr valign="top">
                <th>Field Separator</th>
                <td>
                    <?php 
$controls->select('separator', array(';' => 'Semicolon', ',' => 'Comma', 'tab' => 'Tabulation'));
?>
                </td>
            </tr>