Skip to content
mail_user_cc_edit.htm 1.28 KiB
Newer Older
<h2><tmpl_var name="list_head_txt"></h2>
<p><tmpl_var name="list_desc_txt"></p>

cfoe's avatar
cfoe committed
<div class="panel panel_mailuser_cc">
cfoe's avatar
cfoe committed
    <div class="pnl_formsarea">
        <fieldset class="inlineLabels">
            <div class="ctrlHolder">
                <p class="label">{tmpl_var name='email_txt'}</p>
                <p class="value">{tmpl_var name='email'}</p>
cfoe's avatar
cfoe committed
            </div>
            <div class="ctrlHolder">
                <label for="name">{tmpl_var name='cc_txt'}</label>
                <input name="cc" id="cc" value="{tmpl_var name='cc'}" size="30" maxlength="255" type="text" class="textInput" /> &nbsp; {tmpl_var name='name_optional_txt'} {tmpl_var name='cc_note_txt'}
cfoe's avatar
cfoe committed
            </div>
        </fieldset>
cfoe's avatar
cfoe committed
        <input type="hidden" name="id" value="{tmpl_var name='id'}">
cfoe's avatar
cfoe committed
        <div class="buttonHolder buttons">
            <button class="positive iconstxt icoPositive" type="button" value="{tmpl_var name='btn_save_txt'}" onclick="submitForm('pageForm','mailuser/mail_user_cc_edit.php');"><span>{tmpl_var name='btn_save_txt'}</span></button>
            <button class="negative iconstxt icoNegative" type="button" value="{tmpl_var name='btn_cancel_txt'}" onclick="loadContent('mailuser/index.php');"><span>{tmpl_var name='btn_cancel_txt'}</span></button>
cfoe's avatar
cfoe committed
        </div>
cfoe's avatar
cfoe committed
</div>