Савинцев Егор 🚶 (savintsev_egor) wrote in changelog,
Савинцев Егор 🚶
savintsev_egor
changelog

[livejournal] r21219: LJSUP-10691: Image placeholders in comme...

Committer: esavintcev
LJSUP-10691: Image placeholders in comments
U   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> ";

Tags: esavintcev, livejournal, pm, savintsev_egor
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments