Current File : //root/panel/modules/ipdomain/module.zpm
<div class="zmodule_content panel" id="zmodule_header_<@ ModuleName @>">
    <div class="panel-heading">
        <img src="<@ ModuleIcon @>" width="35" height="35" border="0" alt="<@ ModuleName @>">

        <div class="zmodule_title">
            <@ ModuleName @>
        </div>

        <div class="zmodule_desc" id="zmodule_desc_<@ ModuleName @>"><@ ModuleDesc @></div>

    </div>

    <@ Result @>
    <div class="zgrid_wrapper">
        <table class="none" width="100%" cellborder="0" cellspacing="0">
            <tr valign="top">
                <td>
                    <h2><: Change Domain :></h2>
            
                    <form action="./?module=ipdomain&action=AddMailbox" method="post" autocomplete="off" id="register" >
                        <table class="table table-striped">
                            <tr>
                                <th nowrap="nowrap"><: Domainname :>:</th>
                               
                                <td>
                                <@ ShowOptionbox @>    
                                </td>
                            </tr>
                     
							
                            <tr>
                                <th><button class="button-loader btn btn-primary" type="submit" name="inCreate" id="inCreate" value="inCreate"><: update :></button></th>
                                <td></td>
                                <td></td>
                            </tr>
                        </table>
                        <@ CSFR_Tag @>
                    </form>
               
                </td>
               
            </tr>
        </table>
    </div>
    


</div>