[tuxdroid-svn] r5163 - software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/x
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-07-24 11:29:08
|
Author: remi
Date: 2009-07-24 13:28:54 +0200 (Fri, 24 Jul 2009)
New Revision: 5163
Modified:
software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/xsl/gadgets.xsl
Log:
* Fixed bug in the "gadgets" page. No page refresh when no gadget match with the current filter.
Modified: software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/xsl/gadgets.xsl
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/xsl/gadgets.xsl 2009-07-24 11:28:21 UTC (rev 5162)
+++ software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/xsl/gadgets.xsl 2009-07-24 11:28:54 UTC (rev 5163)
@@ -134,13 +134,6 @@
{
return;
}
- else
- {
- if (gadgets.get("data0").get("count") == '0')
- {
- return;
- }
- }
}
else
{
|