|
From: FlorinCB <ory...@us...> - 2008-12-25 09:17:50
|
Update of /cvsroot/mxbb/mx_contact/templates/_core/admin In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv23545/_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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** contact_config_body.tpl 4 Oct 2008 08:03:20 -0000 1.1 --- contact_config_body.tpl 25 Dec 2008 09:17:45 -0000 1.2 *************** *** 17,20 **** --- 17,24 ---- </tr> <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> <td class="row2"><input class="post" type="text" size="8" maxlength="4" name="contact_flood_limit" value="{FLOOD_LIMIT}" /> {L_HOURS}</td> |