Committer: gariev
LJSUP-7492: Updates of ToS and Privacy policy [tags: nely_snork]U trunk/htdocs/legal/tos-russian-translation.bml U trunk/htdocs/legal/tos.bml
Modified: trunk/htdocs/legal/tos-russian-translation.bml =================================================================== --- trunk/htdocs/legal/tos-russian-translation.bml 2010-12-03 11:06:45 UTC (rev 9798) +++ trunk/htdocs/legal/tos-russian-translation.bml 2010-12-03 12:07:46 UTC (rev 9799) @@ -1,16 +1,12 @@ <?page title=>Пользовательское соглашение -head<= -<style type='text/css'> - ol.ljtos li { margin-top: 0.7em; } - ol.ljtos b+p { margin-top: 0; } - ol.ljtos p { margin-top: 0.5em; margin-bottom: 0.5em; } - -</style> -<=head body<= -<?_code LJ::set_active_crumb('tos'); _code?> +<?_code + LJ::set_active_crumb('tos'); + LJ::need_res( qw( stc/legal-text.css ) ); +_code?> + <?_include bml=>0 code=>0 Modified: trunk/htdocs/legal/tos.bml =================================================================== --- trunk/htdocs/legal/tos.bml 2010-12-03 11:06:45 UTC (rev 9798) +++ trunk/htdocs/legal/tos.bml 2010-12-03 12:07:46 UTC (rev 9799) @@ -1,19 +1,14 @@ <?page title=>Terms of Service -head<= -<style type='text/css'> - ol.ljtos li { margin-top: 0.7em; } - ol.ljtos b+p { margin-top: 0; } - ol.ljtos p { margin-top: 0.5em; margin-bottom: 0.5em; } -</style> -<=head body<= -<?_code LJ::set_active_crumb('tos'); _code?> <?_code { use strict; use vars qw(%POST); + + LJ::need_res( qw( stc/legal-text.css ) ); + LJ::set_active_crumb('tos'); my $remote = LJ::get_remote(); if ($remote && ! $remote->tosagree_verify) {