Commit e4400516 authored by Gabriel Monnerat's avatar Gabriel Monnerat

Add field to change the language in UNG Calendar and UNG mail forms

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45076 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 96717d3a
...@@ -108,6 +108,7 @@ ...@@ -108,6 +108,7 @@
<key> <string>navigation navigation-right</string> </key> <key> <string>navigation navigation-right</string> </key>
<value> <value>
<list> <list>
<string>your_language</string>
<string>your_login_box</string> <string>your_login_box</string>
</list> </list>
</value> </value>
......
...@@ -98,6 +98,7 @@ ...@@ -98,6 +98,7 @@
<key> <string>navigation navigation-right</string> </key> <key> <string>navigation navigation-right</string> </key>
<value> <value>
<list> <list>
<string>your_language</string>
<string>your_login_box</string> <string>your_login_box</string>
</list> </list>
</value> </value>
......
...@@ -121,6 +121,7 @@ ...@@ -121,6 +121,7 @@
<key> <string>navigation navigation-right</string> </key> <key> <string>navigation navigation-right</string> </key>
<value> <value>
<list> <list>
<string>your_language</string>
<string>your_login_box</string> <string>your_login_box</string>
</list> </list>
</value> </value>
......
...@@ -1104,7 +1104,7 @@ form#create-user table tbody tr:last-child td {\n ...@@ -1104,7 +1104,7 @@ form#create-user table tbody tr:last-child td {\n
}\n }\n
\n \n
select[name="field_your_language"] {\n select[name="field_your_language"] {\n
background: none repeat scroll 0 0 #FFF;\n background-color: transparent;\n
border: 0 none;\n border: 0 none;\n
}\n }\n
\n \n
......
332 333
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment