Index: trunk/extensions/SemanticWatchlist/specials/jquery.watchlistcondition.js |
— | — | @@ -31,6 +31,11 @@ |
32 | 32 | 'value': group.name, |
33 | 33 | 'size': 30 |
34 | 34 | } ); |
| 35 | + |
| 36 | + this.nameInput.keyup( function() { |
| 37 | + self.find( 'legend' ).text( $( this ).val() ); |
| 38 | + } ); |
| 39 | + |
35 | 40 | var nameTd = $( '<td />' ).html( $( '<p />' ).text( mediaWiki.msg( 'swl-group-name' ) + ' ' ).append( this.nameInput ) ); |
36 | 41 | table.append( $( '<tr />' ).html( nameTd ).append( propTd ) ); |
37 | 42 | |
Index: trunk/extensions/SemanticWatchlist/specials/ext.swl.watchlistconditions.css |
— | — | @@ -21,5 +21,5 @@ |
22 | 22 | |
23 | 23 | */div .propid { |
24 | 24 | width: 100%; |
25 | | - border: 1px solid black; |
| 25 | + /*border: 1px solid black;*/ |
26 | 26 | } |
\ No newline at end of file |