@@ -1287,7 +1287,7 @@ function _RepConvGRC() {
1287
1287
_townsDD =
1288
1288
register (
1289
1289
'grcrt_towns' ,
1290
- $ ( '<div/>' , { 'id' :'grcrt_towns' , 'class' :'dropdown default' , 'style' :'margin-left:5px;width: 180px ;' } )
1290
+ $ ( '<div/>' , { 'id' :'grcrt_towns' , 'class' :'dropdown default' , 'style' :'margin-left:5px;width: 140px ;' } )
1291
1291
. dropdown ( {
1292
1292
list_pos : 'left' ,
1293
1293
value : ( ! cmGet ( 'grcrt_townsDD' ) ) ? Options . value : cmGet ( 'grcrt_townsDD' ) . getValue ( ) ,
@@ -1306,15 +1306,15 @@ function _RepConvGRC() {
1306
1306
$ ( '<span/>' , { 'class' :"grcrt_filter" } )
1307
1307
. html ( RCGP . getJQElement ( ) . find ( $ ( '#command_filter>span' ) ) . html ( ) )
1308
1308
)
1309
- . append (
1310
- $ ( '<span/>' , { 'class' :"overview_incoming icon grcrt_filter" } )
1311
- . mousePopup ( new MousePopup ( RepConvTool . GetLabel ( 'COMMAND.INCOMING' ) ) )
1312
- . addClass ( ( parseInt ( cmGet ( 'grcrt_FI' ) . getValue ( ) ) == 0 ) ?'grcrt_disabled' :'' )
1313
- . click ( function ( ) {
1314
- $ ( this ) . toggleClass ( 'grcrt_disabled' ) ,
1315
- cmGet ( 'grcrt_FI' ) . setValue ( $ ( this ) . hasClass ( 'grcrt_disabled' ) ?'0' :'1' )
1316
- } )
1317
- )
1309
+ // .append(
1310
+ // $('<span/>',{'class':"overview_incoming icon grcrt_filter"})
1311
+ // .mousePopup(new MousePopup(RepConvTool.GetLabel('COMMAND.INCOMING')))
1312
+ // .addClass((parseInt(cmGet('grcrt_FI').getValue())==0)?'grcrt_disabled':'')
1313
+ // .click(function(){
1314
+ // $(this).toggleClass('grcrt_disabled'),
1315
+ // cmGet('grcrt_FI').setValue($(this).hasClass('grcrt_disabled')?'0':'1')
1316
+ // })
1317
+ // )
1318
1318
. append (
1319
1319
$ ( '<span/>' , { 'class' :"overview_outgoing icon grcrt_filter" } )
1320
1320
. mousePopup ( new MousePopup ( RepConvTool . GetLabel ( 'COMMAND.OUTGOING' ) ) )
@@ -1333,9 +1333,9 @@ function _RepConvGRC() {
1333
1333
cmGet ( 'grcrt_FR' ) . setValue ( $ ( this ) . hasClass ( 'grcrt_disabled' ) ?'0' :'1' )
1334
1334
} )
1335
1335
)
1336
- . append (
1337
- $ ( '<label/>' ) . text ( RepConvTool . GetLabel ( 'COMMAND.FORTOWN' ) )
1338
- )
1336
+ // .append(
1337
+ // $('<label/>').text(RepConvTool.GetLabel('COMMAND.FORTOWN'))
1338
+ // )
1339
1339
. append ( _townsDD )
1340
1340
)
1341
1341
if ( parseInt ( cmGet ( 'grcrt_townsDD' ) . getValue ( ) ) == 0 ) {
0 commit comments