@@ -936,12 +936,13 @@ actionLink('plotright', icon=icon('arrow-right', class='fa-2x'), label=NULL)
936936 fluidRow(class = " shiftright" ,
937937 column(3 , style = " padding-left: 0;" ,
938938 inlineSelectInput(' controltype' ,label = NULL ,
939- choices = c(" MCMC" , " MCMLE " ),
939+ choices = c(" MCMC" ),
940940 style = " margin:10px 0px;" )),
941941 column(5 ,
942942 checkboxInput(' controldefault' , ' Use default options' , value = TRUE ))
943943 ),
944- conditionalPanel(condition = " input.controltype == 'MCMC'" , class = " shiftright" ,
944+ conditionalPanel(condition = " input.controltype == 'MCMC'" ,
945+ class = " shiftright gray" , id = " mcmcopt1" ,
945946 fluidRow(
946947 column(4 ,
947948 span(" Interval:" ),
@@ -1184,7 +1185,8 @@ tabPanel(title='Simulations', value='tab7',
11841185 column(7 ,
11851186 checkboxInput(' simcontroldefault' ,' Use default options' , value = TRUE ))
11861187 ),
1187- conditionalPanel(condition = " input.simcontroltype == 'MCMC'" , class = " shiftright" ,
1188+ conditionalPanel(condition = " input.simcontroltype == 'MCMC'" ,
1189+ class = " shiftright gray" , id = " mcmcopt2" ,
11881190 fluidRow(
11891191 column(5 ,
11901192 span(" Interval:" ),
0 commit comments