[ 
https://jira.nuxeo.com/browse/NXP-7757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=107678#comment-107678
 ] 

Thierry Delprat commented on NXP-7757:
--------------------------------------

Changes done live on connect site template :

Added in studio-style.css :

{code}
.noMarginBottom input { width: 130px }
.noMarginBottom .required { display: inline-block }
.noMarginBottom td { padding: 1px; margin:1px }
.connectFormTitle { margin : 5px 0 10px }
.connectFormForm ul { list-style-type : circle }
{code}

Diff on HTML
{code}
--- registration-form-content.ftl.save  2011-12-09 15:41:57.000000000 +0100
+++ registration-form-content.ftl       2011-12-09 18:05:58.000000000 +0100
@@ -10,7 +10,7 @@
     }
   }
   </script>
-  <h1>
+  <h1 class="connectFormTitle">
   <#if embedded>
   ${Context.getMessage("label.connect.wizard.trial.form.title")}
   <#else>
@@ -18,9 +18,7 @@
   </#if>
   </h1>

-  <form method="POST" action="${This.path}/submit" 
enctype="application/x-www-form-urlencoded">
-
-
+  <form method="POST" action="${This.path}/submit" 
enctype="application/x-www-form-urlencoded" class="connectFormForm">

   <#if err??>
     <div class="errorFeedback">
@@ -35,10 +33,10 @@
     <b>${Context.getMessage("label.connect.trial.form.signup")}</b>
   </p>
   <#else>
-    <p>
+    <p class="connectFormList">
       ${Context.getMessage("label.connect.wizard.trial.form.customize")}
     </p>
-    <div style="height:210px">
+    <div>
     ${Context.getMessage("label.connect.trial.text.alreadyConnectClient")} <a 
href="#" onclick="navToInstanceRegistration()" 
class="glossyLink">${Context.getMessage("label.connect.trial.alreadyConnectClient")}</a><br/><br/>
   </#if>
   <#if !embedded>
@@ -50,32 +48,32 @@
     <tr><td 
colspan="4"><h5>${Context.getMessage("label.connect.trial.form.aboutYou")}</h5></td></tr>
   </#if>
     <tr>
-      <td 
class="smallLabelColumn">${Context.getMessage("label.connect.trial.form.firstName")}</td>
-      <td> <input type="text" name="firstName" value="${data['firstName']}"/> 
</td>
-      <td 
class="smallLabelColumn">${Context.getMessage("label.connect.trial.form.lastName")}</td>
+      <td 
class="">${Context.getMessage("label.connect.trial.form.firstName")}</td>
+      <td> <input type="" name="firstName" value="${data['firstName']}" 
size="15"/> </td>
+      <td 
class="">${Context.getMessage("label.connect.trial.form.lastName")}</td>
       <td> <input type="text" name="lastName" value="${data['lastName']}"/> 
</td>
     </tr>
     <tr>
-      <td class="smallLabelColumn"><span class="required" 
title="${Context.getMessage("label.connect.trial.form.userName.help")}">${Context.getMessage("label.connect.trial.form.userName")}</span>
 </td>
+      <td class=""><span class="required" 
title="${Context.getMessage("label.connect.trial.form.userName.help")}">${Context.getMessage("label.connect.trial.form.userName")}</span>
 </td>
       <td> <input type="text" name="login" value="${data['login']}"/> </td>
-      <td class="smallLabelColumn"><span 
class="required">${Context.getMessage("label.connect.trial.form.email")}</span> 
</td>
+      <td class=""><span 
class="required">${Context.getMessage("label.connect.trial.form.email")}</span> 
</td>
       <td> <input type="text" name="email" value="${data['email']}"/> </td>
     </tr>
     <tr>
-      <td class="smallLabelColumn"><span 
class="required">${Context.getMessage("label.connect.trial.form.password")}</span>
 </td>
+      <td class=""><span 
class="required">${Context.getMessage("label.connect.trial.form.password")}</span>
 </td>
       <td> <input type="password" name="password" 
value="${data['password']}"/> </td>
-      <td class="smallLabelColumn"><span 
class="required">${Context.getMessage("label.connect.trial.form.passwordVerify")}</span></td>
+      <td class=""><span 
class="required">${Context.getMessage("label.connect.trial.form.passwordVerify")}</span></td>
       <td> <input type="password" name="password_verif" 
value="${data['password']}"/> </td>
     </tr>
     <tr>
-      <td class="smallLabelColumn"><span 
class="required">${Context.getMessage("label.connect.trial.form.company")}</span></td>
+      <td class=""><span 
class="required">${Context.getMessage("label.connect.trial.form.company")}</span></td>
       <td><input type="text" name="company" value="${data['company']}"/> </td>
       <td></td>
       <td></td>
     </tr>
     <#if !embedded>
     <tr>
-      <td class="smallLabelColumn"><span 
class="required">${Context.getMessage("label.connect.trial.form.country")}</span></td>
+      <td class=""><span 
class="required">${Context.getMessage("label.connect.trial.form.country")}</span></td>
       <td colspan="3">
       <select id="country" name="country">
       <option selected></option><span></span>
{code}
{code}

> Wizard IE look
> --------------
>
>                 Key: NXP-7757
>                 URL: https://jira.nuxeo.com/browse/NXP-7757
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>          Components: Wizard
>    Affects Versions: 5.5-SNAPSHOT
>         Environment: IE 8, IE 9
>            Reporter: Solen Guitter
>            Assignee: Lise Kemen
>            Priority: Major
>             Fix For: 5.5
>
>         Attachments: NXP-7757_RC1.png, Screen Shot 2011-12-05 at 
> 12.07.26.png, Screen Shot 2011-12-05 at 12.08.39.png, Screen Shot 2011-12-05 
> at 12.08.58.png, Screen Shot 2011-12-05 at 12.16.17.png
>
>
> On IE: 
> * the connect forms of the wizard (to register to connect or to use your 
> existing connect account) have very small text boxes. And the buttons are 
> partly hidden. See attached screenshots.
> * the footer is displayed on 2 lines.
> * the wizard is not centered like on Firefox (but this is cosmetic I guess).
> * The screen explanations don't take the yellow style.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to