Committer: mchervonniy
LJSUP-8378: title o hover removed from button connectU trunk/templates/Identity/Login-vkontakte.tmpl U trunk/templates/Settings/VkontakteConnect.tmpl
Modified: trunk/templates/Identity/Login-vkontakte.tmpl =================================================================== --- trunk/templates/Identity/Login-vkontakte.tmpl 2011-03-25 09:23:25 UTC (rev 10303) +++ trunk/templates/Identity/Login-vkontakte.tmpl 2011-03-25 11:16:11 UTC (rev 10304) @@ -1,3 +1,3 @@ -<button type="submit" class="b-vkontaktebtn" title="<TMPL_VAR expr="ml('/identity/login.bml.vkontakte.btn.connect')">"><span><i></i><TMPL_VAR expr="ml('/identity/login.bml.vkontakte.btn.connect')"></span></button> +<button type="submit" class="b-vkontaktebtn"><span><i></i><TMPL_VAR expr="ml('/identity/login.bml.vkontakte.btn.connect')"></span></button> <p class="b-auth-desc"><TMPL_VAR expr="ml('/identity/login.bml.vkontakte.desc')"></p> <TMPL_IF errors><TMPL_LOOP errors><p class="b-auth-error"><span class="i-message i-message-error"><TMPL_VAR error></span></p></TMPL_LOOP></TMPL_IF> Modified: trunk/templates/Settings/VkontakteConnect.tmpl =================================================================== --- trunk/templates/Settings/VkontakteConnect.tmpl 2011-03-25 09:23:25 UTC (rev 10303) +++ trunk/templates/Settings/VkontakteConnect.tmpl 2011-03-25 11:16:11 UTC (rev 10304) @@ -25,7 +25,7 @@ </ul> <p class="details"><TMPL_VAR expr="ml('setting.vkontakteconnect.note.connected')"></p> <TMPL_ELSE> - <p class="b-manage-connectbtn"><button type="submit" name="<TMPL_VAR form_field_prefix>connect" value="<TMPL_VAR expr="ml('setting.vkontakteconnect.button.vkontakte_connect')">" class="b-vkontaktebtn" title="<TMPL_VAR expr="ml('setting.vkontakteconnect.button.vkontakte_connect')">"><span><i></i><TMPL_VAR expr="ml('setting.vkontakteconnect.button.vkontakte_connect')"></span></button></p> + <p class="b-manage-connectbtn"><button type="submit" name="<TMPL_VAR form_field_prefix>connect" value="<TMPL_VAR expr="ml('setting.vkontakteconnect.button.vkontakte_connect')">" class="b-vkontaktebtn"><span><i></i><TMPL_VAR expr="ml('setting.vkontakteconnect.button.vkontakte_connect')"></span></button></p> <ul class="b-manage-connectopt"> <li class="disabled"><input type="checkbox" name="<TMPL_VAR form_field_prefix>repost_entries" value="1" id="<TMPL_VAR form_field_prefix>repost_entries" disabled="disabled"<TMPL_IF repost_entries> checked="checked"</TMPL_IF>> <label for="<TMPL_VAR form_field_prefix>repost_entries"><TMPL_VAR expr="ml('setting.vkontakteconnect.option.entries_vkontakte')"></label></li> <li class="disabled"><input type="checkbox" name="<TMPL_VAR form_field_prefix>repost_comments" value="1" id="<TMPL_VAR form_field_prefix>repost_comments" disabled="disabled"<TMPL_IF repost_comments> checked="checked"</TMPL_IF>> <label for="<TMPL_VAR form_field_prefix>repost_comments"><TMPL_VAR expr="ml('setting.vkontakteconnect.option.comments_vkontakte')"></label></li>