diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-09-07 14:49:07 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-09-07 14:49:07 +0000 |
| commit | 4145fafd1b60fc57ac7e69c41bddd72d8c04a9b5 (patch) | |
| tree | 0d687d0c07b8aec7e7cdb971acb59940555333b6 | |
| parent | b7cf74fbffe631e6db288b0ea2bb74e75501d29a (diff) | |
| download | wordpress-mu-4145fafd1b60fc57ac7e69c41bddd72d8c04a9b5.tar.gz wordpress-mu-4145fafd1b60fc57ac7e69c41bddd72d8c04a9b5.tar.xz wordpress-mu-4145fafd1b60fc57ac7e69c41bddd72d8c04a9b5.zip | |
Re-org of titles
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@305 7be80a69-a1ef-0310-a953-fb0f7c49ff36
| -rw-r--r-- | wp-inst/wp-content/mu-plugins/doc_referers.php | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/wp-inst/wp-content/mu-plugins/doc_referers.php b/wp-inst/wp-content/mu-plugins/doc_referers.php index d8394d1..7d5dff4 100644 --- a/wp-inst/wp-content/mu-plugins/doc_referers.php +++ b/wp-inst/wp-content/mu-plugins/doc_referers.php @@ -380,18 +380,19 @@ class DOC_Referers { //print "<input type='hidden' name='action' value='delete'>"; print "<table border=0 cellspacing=0 cellpadding=2>"; print "<caption> Referers For $day $month</caption>"; - print "<tr><th>#</th><th>Refering URL</th> - <th><a href='edit.php?page=" . $_GET[ 'page' ] . "".$this->makeURL( "order", "hits" )."' title='order by hits'>Hits</a></th> - <th><a href='edit.php?page=" . $_GET[ 'page' ] . "".$this->makeURL( "order", "url" )."' title='order by entry page'>Entry Page</a></th> - <th><a href='edit.php?page=" . $_GET[ 'page' ] . "".$this->makeURL( "order", "time" )."' title='order by time'>Last</a></th> - <th>Selected</th> - </tr> + print " <tr><td colspan='6' align='right'><INPUT TYPE=button VALUE='Select All' ONCLICK='selectAll(this.form,true)'> <INPUT class='edit' TYPE=button VALUE='Clear All' ONCLICK='selectAll(this.form,false)'> <INPUT class='edit' TYPE=button VALUE='Reverse' ONCLICK='reverseAll(this.form)'> | <input class='edit' type='submit' name='action' value='Delete' onclick='javascript:document.referers.submit()'> | <input class='edit' type='submit' name='action' value='Add To Blacklist'> | <input class='edit' type='button' name='action' value='Delete Direct Referers' onclick='javascript:document.deletedirect.submit()'></td></tr>\n"; + print "<tr><th>#</th><th>Refering URL</th> + <th><a href='edit.php?page=" . $_GET[ 'page' ] . "".$this->makeURL( "order", "hits" )."' title='order by hits'>Hits</a></th> + <th><a href='edit.php?page=" . $_GET[ 'page' ] . "".$this->makeURL( "order", "url" )."' title='order by entry page'>Entry Page</a></th> + <th><a href='edit.php?page=" . $_GET[ 'page' ] . "".$this->makeURL( "order", "time" )."' title='order by time'>Last</a></th> + <th>Selected</th> + </tr>"; while( list( $key, $row1 ) = each( $result ) ) { if( $col == 'f5f5f5' ) |
