From: Rob Church Date: Sun, 29 Jul 2007 22:05:10 +0000 (+0000) Subject: Longer comment box X-Git-Tag: 1.31.0-rc.0~51939 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=afda5480619b2cfe863672579edc9d009f15efeb;p=lhc%2Fweb%2Fwiklou.git Longer comment box --- diff --git a/includes/FileRevertForm.php b/includes/FileRevertForm.php index 8d3b41262c..6afa41911f 100644 --- a/includes/FileRevertForm.php +++ b/includes/FileRevertForm.php @@ -118,7 +118,7 @@ class FileRevertForm { */ $form .= '

' . Xml::inputLabel( wfMsg( 'filerevert-comment' ), 'wpComment', 'wpComment', - 40, wfMsgForContent( 'filerevert-defaultcomment', + 60, wfMsgForContent( 'filerevert-defaultcomment', $wgContLang->timeAndDate( $timestamp, false, false ) ) ) . '

'; $form .= '

' . Xml::submitButton( wfMsg( 'filerevert-submit' ) ) . '

'; $form .= '';