r88435 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88434‎ | r88435 | r88436 >
Date:22:44, 19 May 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
follow up to r88433
Modified paths:
  • /trunk/extensions/SemanticWatchlist/specials/ext.swl.watchlistconditions.css (modified) (history)
  • /trunk/extensions/SemanticWatchlist/specials/jquery.watchlistcondition.js (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticWatchlist/specials/jquery.watchlistcondition.js
@@ -31,6 +31,11 @@
3232 'value': group.name,
3333 'size': 30
3434 } );
 35+
 36+ this.nameInput.keyup( function() {
 37+ self.find( 'legend' ).text( $( this ).val() );
 38+ } );
 39+
3540 var nameTd = $( '<td />' ).html( $( '<p />' ).text( mediaWiki.msg( 'swl-group-name' ) + ' ' ).append( this.nameInput ) );
3641 table.append( $( '<tr />' ).html( nameTd ).append( propTd ) );
3742
Index: trunk/extensions/SemanticWatchlist/specials/ext.swl.watchlistconditions.css
@@ -21,5 +21,5 @@
2222
2323 */div .propid {
2424 width: 100%;
25 - border: 1px solid black;
 25+ /*border: 1px solid black;*/
2626 }
\ No newline at end of file

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88433work on watchlist groups managementjeroendedauw22:00, 19 May 2011

Status & tagging log