[tuxdroid-svn] r5053 - 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-05 13:16:26
|
Author: remi
Date: 2009-07-05 14:45:47 +0200 (Sun, 05 Jul 2009)
New Revision: 5053
Modified:
software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/css/tools.css
software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/default.pot
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:
* Added trnaslations and css rules for the "show" button
Modified: software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/css/tools.css
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/css/tools.css 2009-07-05 12:31:33 UTC (rev 5052)
+++ software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/css/tools.css 2009-07-05 12:45:47 UTC (rev 5053)
@@ -94,6 +94,32 @@
background-image:url(/data/web_interface/user_01/img/gadgets_btn_play_disable.png);
}
+.toolsBtnShowEnable{
+ margin-left:10px;
+ width:54px;
+ _width:72px;
+ padding-left:18px;
+ background-image:url(/data/web_interface/user_01/img/gadgets_btn_show_enable.png);
+}
+
+.toolsBtnShowEnable:hover{
+ background-image:url(/data/web_interface/user_01/img/gadgets_btn_show_activate.png);
+}
+
+.toolsBtnShowActivate{
+ width:54px;
+ _width:72px;
+ padding-left:18px;
+ background-image:url(/data/web_interface/user_01/img/gadgets_btn_show_activate.png);
+}
+
+.toolsBtnShowDisable{
+ width:54px;
+ _width:72px;
+ padding-left:18px;
+ background-image:url(/data/web_interface/user_01/img/gadgets_btn_show_disable.png);
+}
+
.toolsRowName{
width:390px;
height:34px;
Modified: software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/default.pot
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/default.pot 2009-07-05 12:31:33 UTC (rev 5052)
+++ software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/default.pot 2009-07-05 12:45:47 UTC (rev 5053)
@@ -139,3 +139,5 @@
msgid "rarely"
msgstr ""
+msgid "show"
+msgstr ""
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-05 12:31:33 UTC (rev 5052)
+++ software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/en.po 2009-07-05 12:45:47 UTC (rev 5053)
@@ -138,3 +138,6 @@
msgid "rarely"
msgstr "Rarely"
+
+msgid "show"
+msgstr "Show"
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-05 12:31:33 UTC (rev 5052)
+++ software_suite_v3/smart-core/smart-server/trunk/translation/wi_user/fr.po 2009-07-05 12:45:47 UTC (rev 5053)
@@ -138,3 +138,6 @@
msgid "rarely"
msgstr "Rarement"
+
+msgid "show"
+msgstr "Voir"
|