Changeset 93
- Timestamp:
- 04/13/05 08:39:25
- Files:
-
- trunk/plugins/spamlookup/tmpl/config.tmpl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plugins/spamlookup/tmpl/config.tmpl
r77 r93 369 369 <input type="checkbox" name="proxycheck_autoban" id="proxycheck_autoban" <TMPL_IF NAME=PROXYCHECK_AUTOBAN>checked="checked"</TMPL_IF> /> <label for="proxycheck_autoban">Automatically add discovered open proxies to IP banlist</label> 370 370 </p> 371 </div> 372 373 <hr /> 371 374 372 375 <input onclick="toggle(this, 'caching_prefs')" value="1" type="checkbox" name="caching_enabled" id="caching_enabled" <TMPL_IF NAME=CACHING_ENABLED>checked="checked"</TMPL_IF> /> <label for="caching_enabled">Enable caching of IP proxy tests</label> … … 382 385 383 386 <p> 384 <label for="cache_ip_infoservice">IP information service on “View cache” screen</label>:<br />387 <label for="cache_ip_infoservice">IP information service on “View cache”/“Logs” screens</label>:<br /> 385 388 <input type="text" name="cache_ip_infoservice" id="cache_ip_infoservice" size="80" value="<TMPL_VAR NAME=CACHE_IP_INFOSERVICE ESCAPE=HTML>" /><br /> 386 389 <em>Provides more information about an IP address in the … … 388 391 current entry.</em> 389 392 </p> 390 </div>391 392 393 </div> 393 394
