SOURCES: mysar-ip.patch - bugfix
adamg
adamg at pld-linux.org
Mon Sep 24 23:03:46 CEST 2007
Author: adamg Date: Mon Sep 24 21:03:46 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- bugfix
---- Files affected:
SOURCES:
mysar-ip.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/mysar-ip.patch
diff -u SOURCES/mysar-ip.patch:1.1 SOURCES/mysar-ip.patch:1.2
--- SOURCES/mysar-ip.patch:1.1 Sat Sep 22 15:50:49 2007
+++ SOURCES/mysar-ip.patch Mon Sep 24 23:03:41 2007
@@ -396,9 +396,9 @@
+ {/if}
+
+ <tr onMouseOver="this.bgColor='#C5D3E7';" onMouseOut="this.bgColor='#DAE3F0';">
-+ <td><a href='{$smarty.server.PHP_SELF}?a=IPSitesSummary2&hostiplong={$record.hostiplong}'>{$thisRecord}</a></td>
-+ <td><a href='{$smarty.server.PHP_SELF}?a=IPSitesSummary2&hostiplong={$record.hostiplong}'>{$record.username}</a></td>
-+ <td><a href='{$smarty.server.PHP_SELF}?a=IPSitesSummary2&hostiplong={$record.hostiplong}'>{$record.sites}</a></td>
++ <td><a href='{$smarty.server.PHP_SELF}?a=ipdetails&hostiplong={$record.hostiplong}'>{$thisRecord}</a></td>
++ <td><a href='{$smarty.server.PHP_SELF}?a=ipdetails&hostiplong={$record.hostiplong}'>{$record.username}</a></td>
++ <td><a href='{$smarty.server.PHP_SELF}?a=ipdetails&hostiplong={$record.hostiplong}'>{$record.sites}</a></td>
+ <td>{$record.bytes|bytesToHRF:$pageVars.ByteUnit}</td>
+ <td>{$record.cachePercent}%</td>
+ </tr>
@@ -437,7 +437,7 @@
+++ mysar.new/www-templates/ipdetails.tpl 2007-09-22 15:42:13.000000000 +0200
@@ -0,0 +1,83 @@
+<nobr>[
-+<a href="{$smarty.server.PHP_SELF}?a=IPSitesSummary&date={$pageVars.date}&hostiplong={$pageVars.hostiplong}&usersID={$pageVars.usersID}"><<< Back to "Sites Summary for a Specific IP"</a>
++<a href="{$smarty.server.PHP_SELF}?a=ipsummary&date={$pageVars.date}&hostiplong={$pageVars.hostiplong}&usersID={$pageVars.usersID}"><<< Back to "Sites Summary for a Specific IP"</a>
+|
+<a href="{$pageVars.uri}">Refresh this page</a>
+]</nobr>
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/mysar-ip.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list