Максим Червонный (fiskus_boulder) wrote in changelog,
Максим Червонный
fiskus_boulder
changelog

[livejournal] r20625: LJSUP-10472: Changing display of setting...

Committer: mchervonniy
LJSUP-10472: Changing display of setting date/time with creating/editing post
U   trunk/cgi-bin/LJ/Widget/EntryForm.pm
Modified: trunk/cgi-bin/LJ/Widget/EntryForm.pm
===================================================================
--- trunk/cgi-bin/LJ/Widget/EntryForm.pm	2011-11-25 11:46:11 UTC (rev 20624)
+++ trunk/cgi-bin/LJ/Widget/EntryForm.pm	2011-11-25 12:09:28 UTC (rev 20625)
@@ -574,7 +574,7 @@
     if ( $opts->{'mode'} eq "edit" && $can_edit_date ) {
         $out .= qq{
             <span class="wrap entrydate-wrap-date">
-                $monthlong, $mday, $year, $hour:$min
+                <span class="entrydate-string">$monthlong, $mday, $year, $hour:$min</span>
                 <a $hide_link href='javascript:void(0)' id='currentdate-edit'>$BML::ML{'entryform.date.edit'}</a>
                 $help_icon
             </span>
@@ -582,7 +582,7 @@
     } else {
         $out .= qq{
             <span class="wrap entrydate-wrap-post">
-                $monthlong $mday, $year, $hour:$min
+                <span class="entrydate-string">$monthlong $mday, $year, $hour:$min</span>
                 <a $hide_link href='javascript:void(0)' id='currentdate-edit'>$BML::ML{'entryform.date.edit'}</a>
                 $help_icon
             </span>

Tags: fiskus_boulder, livejournal, mchervonniy, pm
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