Committer: mchervonniy
LJSUP-7102: table added for rubber layout of email validation formU trunk/templates/Identity/TwitterInterstitial.tmpl
Modified: trunk/templates/Identity/TwitterInterstitial.tmpl =================================================================== --- trunk/templates/Identity/TwitterInterstitial.tmpl 2010-10-11 15:27:27 UTC (rev 9611) +++ trunk/templates/Identity/TwitterInterstitial.tmpl 2010-10-12 02:59:14 UTC (rev 9612) @@ -19,24 +19,33 @@ <label for="subscribe_no"><TMPL_VAR expr="ml('.label.subscribe.no')"></label> </li> <li> - <label for="email"><strong><TMPL_VAR expr="ml('.label.email')"></strong></label> - <input type="text" name="email" id="email" value="<TMPL_VAR form_email>"> - <TMPL_IF errors> - <TMPL_LOOP errors> - <span class="i-bubble b-bubble-warning"> - <i class="i-bubble-arrow-border"></i> - <i class="i-bubble-arrow"></i> - <TMPL_VAR error> - </span> - </TMPL_LOOP> - <TMPL_ELSE> - <span class="i-bubble b-bubble-alert"> - <i class="i-bubble-arrow-border"></i> - <i class="i-bubble-arrow"></i> - <TMPL_VAR expr="ml('.tip.email')"> - </span> - </TMPL_IF> - + <table class="b-form-columns"> + <tr> + <td> + <label for="email"><strong><TMPL_VAR expr="ml('.label.email')"></strong></label> + </td> + <td> + <input type="text" name="email" id="email" value="<TMPL_VAR form_email>"> + </td> + <td> + <TMPL_IF errors> + <TMPL_LOOP errors> + <span class="i-bubble b-bubble-warning"> + <i class="i-bubble-arrow-border"></i> + <i class="i-bubble-arrow"></i> + <TMPL_VAR error> + </span> + </TMPL_LOOP> + <TMPL_ELSE> + <span class="i-bubble b-bubble-alert"> + <i class="i-bubble-arrow-border"></i> + <i class="i-bubble-arrow"></i> + <TMPL_VAR expr="ml('.tip.email')"> + </span> + </TMPL_IF> + </td> + </tr> + </table> </li> </ul> <p class="b-twinterstitial-submit">