content_mailcnf_bcclist_new.html 1.5 KB
<table border="0">
<form action="/mailcnf/bcc" method="POST">
    <tr>
        <th>Name</th>
        <th>Wert</th>
    </tr>
    <tr>
    <td>Group ID:</td>
        <td>
             {% if uid== 0 %}
                <input type="text" size="70" name="group_id" value="{{ ugroup }}">
            {% else %}
                <input type="text" size="70" name="group_id" value="{{ ugroup }}" readonly>
            {% end %}
        </td>
    </tr>
    
            <tr>
    <td>Domain ID:</td>
        <td>
             {% if uid== 0 %}
                <input type="text" size="70" name="domain_id" value="{{ domain_id }}">
            {% else %}
                <input type="text" size="70" name="domain_id" value="{{ domain_id }}" readonly>
            {% end %}
        </td>
    </tr>
    <tr>
       <tr>
        <td>Source: </td>
        <td><input type="text" size="70" name="source" value="">
        </tr>
        <td>Destination: </td>
        <td><input type="text" size="70" name="destination" value="">
        </tr>

        <tr>
            <td>Aktiv: </td>
            <td><input type="checkbox" size="40" name="active"  value="1" checked></td>
         </tr>

            <input type="hidden" size="70" name="fnc" value="submitnewbcc">
            <input type="hidden" value="bcclist" size="70" name="mainfnc" id="" class="'">
            <input type="hidden" value="mailcnf" size="70" name="module" id="" class="'">
            <button type="submit" class="btn btn-info  btn-block btn-xs">Sende</button>
    <tr> 
</form>