* Added label for includeSpam input element in $Site#referrers skin
* Enabled Site.search_action() for GET requests
This commit is contained in:
parent
8ecba3b16e
commit
c63789a82a
2 changed files with 9 additions and 4 deletions
|
@ -71,9 +71,9 @@ size="30" />
|
|||
<input type="button" onclick="document.location='<% site.href
|
||||
action="referrers" %>';" value="Reset" />
|
||||
<div class="small">
|
||||
<input type="checkbox" name="includeSpam" value="checked"
|
||||
<% request.includeSpam prefix='checked="' suffix='"' encoding="form" %> />
|
||||
include referrer spam
|
||||
<input type="checkbox" id="includeSpam" name="includeSpam" value="checked"
|
||||
<% request.includeSpam prefix='checked="' suffix='"' encoding="form" %> />
|
||||
<label for="includeSpam">include referrer spam</label>
|
||||
</div>
|
||||
<br />
|
||||
<table border="0" cellspacing="0" cellpadding="2">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue