|
From: FlorinCB <ory...@us...> - 2008-12-25 16:56:55
|
Update of /cvsroot/mxbb/mx_contact/templates/_core/admin In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv12134/templates/_core/admin Modified Files: contact_config_body.tpl Log Message: fix Index: contact_config_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_contact/templates/_core/admin/contact_config_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** contact_config_body.tpl 25 Dec 2008 09:17:45 -0000 1.2 --- contact_config_body.tpl 25 Dec 2008 16:56:50 -0000 1.3 *************** *** 18,23 **** <tr> <td width="49%" class="row1"><b>{L_DOMAINKEY_SIG}</b><br /><span class="gensmall">{L_DOMAINKEY_SIG_EXPLAIN}</span></td> ! <td width="49%" class="row2"><input class="post" type="text" size="30" maxlength="100" name="domainkey_signature" value="{DOMAINKEY_SIG}" /></td> ! </tr> <tr> <td class="row1"><b>{L_FLOOD_LIMIT}</b><br /><span class="gensmall">{L_FLOOD_LIMIT_EXPLAIN}</span></td> --- 18,27 ---- <tr> <td width="49%" class="row1"><b>{L_DOMAINKEY_SIG}</b><br /><span class="gensmall">{L_DOMAINKEY_SIG_EXPLAIN}</span></td> ! <td width="49%" class="row2"><input class="post" type="text" size="73" maxlength="200" name="domainkey_signature" value="{DOMAINKEY_SIG}" /></td> ! </tr> ! <tr> ! <td width="49%" class="row1"><b>{L_SMTP_PORT}</b><br /><span class="gensmall">{L_SMTP_PORT_EXPLAIN}</span></td> ! <td width="49%" class="row2"><input class="post" type="text" size="8" maxlength="4" name="smtp_port" value="{SMTP_PORT}" /></td> ! </tr> <tr> <td class="row1"><b>{L_FLOOD_LIMIT}</b><br /><span class="gensmall">{L_FLOOD_LIMIT_EXPLAIN}</span></td> |