Commit 2ae88cef authored by Fabien Morin's avatar Fabien Morin

remove "home" button from viewLoginInformation. This vew is displayed only...

remove "home" button from viewLoginInformation. This vew is displayed only with anonymous applications so, the only thing they can do after submit their application is logout.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23893 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 774b4d83
......@@ -73,7 +73,9 @@
<item>
<key> <string>hidden</string> </key>
<value>
<list/>
<list>
<string>home</string>
</list>
</value>
</item>
<item>
......@@ -94,7 +96,6 @@
<list>
<string>login_information</string>
<string>logout</string>
<string>home</string>
</list>
</value>
</item>
......
......@@ -629,7 +629,7 @@ fieldset.register_informations{\n
\n
.field .input .big_button{\n
width: 20%;\n
margin-left: 20%;\n
margin-left: 40%;\n
margin-top: 2em;\n
}\n
\n
......
371
\ No newline at end of file
372
\ 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