Commit a3e20c00 authored by Fabien Morin's avatar Fabien Morin

improve credentials displaying

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24132 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7b441222
......@@ -42,7 +42,7 @@
<div class="title">\n
<tal:bloc i18n:translate="" i18n:domain="ui">\n
Your application has been submitted successfully under the reference\n
</tal:bloc>\n
</tal:bloc> :\n
<div class="reference"> \n
<tal:bloc tal:content="here/getId">20080512-CF1</tal:bloc>\n
</div>\n
......@@ -58,16 +58,15 @@
<a href="http://www.safi.sn">http://www.safi.sn</a>\n
</div>\n
<tal:bloc tal:condition="python: here.getPortalType() == \'Subscription Form\'">\n
<div class="explanation">\n
<div class="login_and_password">\n
<tal:bloc i18n:translate="" i18n:domain="ui">\n
And use the login \n
</tal:bloc>\n
"<b tal:content="here/getId">20080512-CF1</b>"\n
<span class="login" tal:content="here/getId">20080512-CF1</span>\n
<tal:bloc i18n:translate="" i18n:domain="ui">\n
and the password \n
</tal:bloc>\n
"<b tal:content="here/getPassword">pin02nuz</b>"\n
\n
<span class="password" tal:content="here/getPassword">pin02nuz</span>\n
</div>\n
</tal:bloc>\n
<div class="explanation">\n
......
......@@ -614,6 +614,20 @@ fieldset.register_informations{\n
margin:1em;\n
}\n
\n
.login_and_password{\n
font-size: 2em;\n
line-height: 1em;\n
margin-bottom: 0.2em;\n
}\n
\n
.login_and_password .password,\n
.login_and_password .login{\n
font-weight: bold;\n
background: #EEE;\n
border: solid grey 1px;\n
padding: 0 4px;\n
}\n
\n
.field .input .big_button,\n
.field .input .next_step{\n
float:left;\n
......
385
\ No newline at end of file
386
\ 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