Committer: mchervonniy
LJINT-364: styles for twitter intesrstitial at Kommersant commentsU trunk/templates/Identity/TwitterInterstitialCompact.tmpl
Modified: trunk/templates/Identity/TwitterInterstitialCompact.tmpl =================================================================== --- trunk/templates/Identity/TwitterInterstitialCompact.tmpl 2011-02-09 08:30:48 UTC (rev 10004) +++ trunk/templates/Identity/TwitterInterstitialCompact.tmpl 2011-02-09 09:18:05 UTC (rev 10005) @@ -6,7 +6,7 @@ <body> -<form action="" method="post" class="b-twinterstitial-form"> +<form action="" method="post" class="b-twinterstitial-form b-twinterstitial-form-compact"> <TMPL_VAR form_intro> <TMPL_IF step2> <div class="warningbar"> @@ -16,8 +16,8 @@ <TMPL_ELSE> <h4><TMPL_VAR ml_congrats></h4> <p><TMPL_VAR expr="ml('.desc')"></p> - <h4><TMPL_VAR expr="ml('.heading.subscribe')"></h4> - <ul> + <h5><TMPL_VAR expr="ml('.heading.subscribe')"></h5> + <ul class="checkboxes"> <li> <input type="radio" name="subscribe" value="1" id="subscribe_yes" checked="checked"> <label for="subscribe_yes"><TMPL_VAR expr="ml('.label.subscribe.yes')"></label> @@ -26,35 +26,33 @@ <input type="radio" name="subscribe" value="0" id="subscribe_no"> <label for="subscribe_no"><TMPL_VAR expr="ml('.label.subscribe.no')"></label> </li> - <li> - <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> + <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> </ul> <p class="b-twinterstitial-submit"> <button type="submit"><TMPL_VAR expr="ml('.btn.proceed')"></button>