Name wird auch angezeigt, BLinz eigenes Avatar Bild, keine externen links mehr

This commit is contained in:
root
2017-09-27 23:21:19 +02:00
parent f103b057aa
commit cb41f491e8
7 changed files with 35 additions and 7 deletions

View File

@@ -516,7 +516,16 @@ class CommentsPage extends ContextSource {
* @return string HTML
*/
function displayOrderForm() {
$output = '<div class="c-order">
// ##START## 27.09.2017 von Bernhard Linz
$output = '<div id="spy" class="c-spy">
<a href="javascript:void(0)">' .
wfMessage( 'comments-auto-refresher-enable' )->plain() .
'</a>
</div>
<div class="visualClear"></div>
<br />' . "\n";
/* $output = '<div class="c-order">
<div class="c-order-select">
<form name="ChangeOrder" action="">
<select name="TheOrder">
@@ -537,6 +546,8 @@ class CommentsPage extends ContextSource {
<div class="visualClear"></div>
</div>
<br />' . "\n";
*/
// ##ENDE##
return $output;
}