[tuxdroid-svn] r5161 - in software_suite_v3/smart-core/smart-server/trunk: data/web_interface/user
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-07-24 11:21:10
|
Author: remi
Date: 2009-07-24 13:20:51 +0200 (Fri, 24 Jul 2009)
New Revision: 5161
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/translation/wi_user/en.po
software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/fr.po
Log:
* Updated the "Gadgets" page according to the ticket "#159 ?\226?\128?\148 Gadget page filter modification request "
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 10:43:17 UTC (rev 5160)
+++ software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/xsl/gadgets.xsl 2009-07-24 11:20:51 UTC (rev 5161)
@@ -563,18 +563,18 @@
</xsl:element>
<div class="gadgetsVSpacer" style="width:5px;height:40px;"></div>
<xsl:element name="a">
+ <xsl:attribute name="class">gadgetsFilterRadio gadgetsFilterRadioEnable</xsl:attribute>
+ <xsl:attribute name="id">gadgetsFilterRadioAlerts</xsl:attribute>
+ <xsl:attribute name="onclick">javascript:fillGadgetRows('alerts');return false;</xsl:attribute>
+ <xsl:attribute name="href">#</xsl:attribute><xsl:value-of select="root/translations/alerts"/>
+ </xsl:element>
+ <div class="gadgetsVSpacer" style="width:5px;height:40px;"></div>
+ <xsl:element name="a">
<xsl:attribute name="class">gadgetsFilterRadio gadgetsFilterRadioActivate</xsl:attribute>
<xsl:attribute name="id">gadgetsFilterRadioAll</xsl:attribute>
<xsl:attribute name="onclick">javascript:fillGadgetRows('all_gadgets'); return false;</xsl:attribute>
<xsl:attribute name="href">#</xsl:attribute><xsl:value-of select="root/translations/all"/>
</xsl:element>
- <div class="gadgetsVSpacer" style="width:5px;height:40px;"></div>
- <xsl:element name="a">
- <xsl:attribute name="class">gadgetsFilterRadio gadgetsFilterRadioEnable</xsl:attribute>
- <xsl:attribute name="id">gadgetsFilterRadioAlerts</xsl:attribute>
- <xsl:attribute name="onclick">javascript:fillGadgetRows('alerts');return false;</xsl:attribute>
- <xsl:attribute name="href">#</xsl:attribute><xsl:value-of select="root/translations/alerts"/>
- </xsl:element>
</div>
<div class="frame01Middle" style="height:465px;">
<div class="gadgetsListScrollbox" id="gadgetsListScrollbox"></div>
Modified: software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/en.po
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/en.po 2009-07-24 10:43:17 UTC (rev 5160)
+++ software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/en.po 2009-07-24 11:20:51 UTC (rev 5161)
@@ -32,7 +32,7 @@
msgstr "All"
msgid "on_demand"
-msgstr "Favorites"
+msgstr "My favorites"
msgid "alerts"
msgstr "Alerts"
Modified: software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/fr.po
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/fr.po 2009-07-24 10:43:17 UTC (rev 5160)
+++ software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/fr.po 2009-07-24 11:20:51 UTC (rev 5161)
@@ -32,7 +32,7 @@
msgstr "Tous"
msgid "on_demand"
-msgstr "Favoris"
+msgstr "Mes favoris"
msgid "alerts"
msgstr "Alertes"
|