r106229 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106228‎ | r106229 | r106230 >
Date:19:12, 14 December 2011
Author:bsitu
Status:ok
Tags:
Comment:
followup to r105969 - add margin right to the feedback response email
Modified paths:
  • /trunk/extensions/MoodBar/include/MoodBarHTMLEmailNotification.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MoodBar/include/MoodBarHTMLEmailNotification.php
@@ -168,7 +168,7 @@
169169 $htmlBody = wfMsgExt( 'moodbar-enotif-body', array( 'parse' ), $targetUserName,
170170 $FeedbackUrl,
171171 $editorTalkPage,
172 - '<div style="margin-left:20px;">' .$this->response . '</div>',
 172+ '<div style="margin-left:20px; margin-right:20px;">' .$this->response . '</div>',
173173 $targetUserTalkPage );
174174 $wgRequest->setVal( 'action', $action );
175175

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r105969Add HTML email notification support for Moodbar Feedback Responsebsitu01:56, 13 December 2011

Status & tagging log