@@ -26,7 +26,7 @@ FVSOnlineUI <- fixedPage(
2626 ' Shiny.addCustomMessageHandler("jsCode",function(message) {eval(message.code);});' ))),
2727 tags $ style(type = " text/css" , paste0(" .shiny-progress .progress-text {" ,
2828 " background-color: #eef8ff; color: black; " ,
29- " position: absolute; left: 30px;" ,
29+ " position: absolute; left: 30px;" ,
3030 " opacity: .8; height: 35px; width: 50%;}" )),
3131 fixedRow(column(width = 4 ,offset = 0 ,
3232 HTML(paste0(' <div class="FVS_logo"><img src="FVSlogo.png"
@@ -47,12 +47,12 @@ FVSOnlineUI <- fixedPage(
4747 tags $ div(id = " SelectRun" , class = " tb_padding" ,
4848 selectInput(" runSel" ," Selected run" , NULL , NULL , multiple = FALSE ,
4949 selectize = FALSE ),
50- actionButton(" newRun" , alt = " New" , " New" ),
51- actionButton(" reload" ,alt = " Reload" , " Reload" ),
52- actionButton(" saveRun" , " Save" , alt = " Save" ),
53- actionButton(" dupRun" ,alt = " Duplicate" , " Duplicate" ),
54- modalTriggerButton(" deleteRun" , " #deleteRunDlg" ," Delete" ),
55- modalDialog(id = " deleteRunDlg" , footer = list (
50+ actionButton(" newRun" , `aria-label` = " New Run " , " New" ),
51+ actionButton(" reload" , `aria-label` = " Reload Run " , " Reload" ),
52+ actionButton(" saveRun" , `aria-label` = " Save Run " , " Save" ),
53+ actionButton(" dupRun" , `aria-label` = " Duplicate Run " , " Duplicate" ),
54+ modalTriggerButton(" deleteRun" , " #deleteRunDlg" , " Delete" ),
55+ modalDialog(id = " deleteRunDlg" , footer = list (
5656 modalTriggerButton(" deleteRunDlgBtn" , " #deleteRunDlg" , " Yes" ),
5757 tags $ button(type = " button" , class = " btn btn-primary" ,
5858 ' data-dismiss' = " modal" , " Cancel" )))),
0 commit comments