Committer: esavintcev
LJSUP-10691: Image placeholders in commentsU trunk/cgi-bin/LJ/Setting/EmbedPlaceholders.pm U trunk/cgi-bin/LJ/Setting/ImagePlaceholders.pm
Modified: trunk/cgi-bin/LJ/Setting/EmbedPlaceholders.pm =================================================================== --- trunk/cgi-bin/LJ/Setting/EmbedPlaceholders.pm 2012-02-20 10:46:24 UTC (rev 21218) +++ trunk/cgi-bin/LJ/Setting/EmbedPlaceholders.pm 2012-02-20 12:51:55 UTC (rev 21219) @@ -43,6 +43,7 @@ . LJ::html_check({ selected => $chk1, name => "${key}check1", + id => "${key}check1", }) . $class->ml('setting.videoplaceholders.option2.checkbox1') . "</label> " @@ -50,6 +51,7 @@ . LJ::html_check({ selected => $chk2, name => "${key}check2", + id => "${key}check2", }) . $class->ml('setting.videoplaceholders.option2.checkbox2') . "</label> "; Modified: trunk/cgi-bin/LJ/Setting/ImagePlaceholders.pm =================================================================== --- trunk/cgi-bin/LJ/Setting/ImagePlaceholders.pm 2012-02-20 10:46:24 UTC (rev 21218) +++ trunk/cgi-bin/LJ/Setting/ImagePlaceholders.pm 2012-02-20 12:51:55 UTC (rev 21219) @@ -43,6 +43,7 @@ . LJ::html_check({ selected => $chk1, name => "${key}check1", + id => "${key}check1", }) . $class->ml('setting.imageplaceholders.option2.checkbox1') . "</label> " @@ -50,6 +51,7 @@ . LJ::html_check({ selected => $chk2, name => "${key}check2", + id => "${key}check2", }) . $class->ml('setting.imageplaceholders.option2.checkbox2') . "</label> ";