File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ function switchMode(url) {
6060
6161 <li class="nav-item ms-auto d-flex align-items-center">
6262 <?php if ($ _GET ['manual ' ] == 0 ) {
63- echo " <span class= \"badge text-bg-success \" style= \"cursor: pointer; font-size: 1rem ; padding: 0.5rem 1rem ; \" onclick= \"switchMode(' " . site_url ('qso ' ) . "?manual=1') \" title= \"Switch to POST mode \">LIVE</span> " ;
63+ echo " <span class= \"badge text-bg-success \" style= \"cursor: pointer; font-size: 0.9rem ; padding: 0.4rem 0.9rem ; \" onclick= \"switchMode(' " . site_url ('qso ' ) . "?manual=1') \" title= \"Switch to POST mode \">LIVE</span> " ;
6464 };
6565 if ($ _GET ['manual ' ] == 1 ) {
66- echo " <span class= \"badge text-bg-danger \" style= \"cursor: pointer; font-size: 1rem ; padding: 0.5rem 1rem ; \" onclick= \"switchMode(' " . site_url ('qso ' ) . "?manual=0') \" title= \"Switch to LIVE mode \">POST</span> " ;
66+ echo " <span class= \"badge text-bg-danger \" style= \"cursor: pointer; font-size: 0.9rem ; padding: 0.4rem 0.9rem ; \" onclick= \"switchMode(' " . site_url ('qso ' ) . "?manual=0') \" title= \"Switch to LIVE mode \">POST</span> " ;
6767 } ?>
6868 </li>
6969
You can’t perform that action at this time.
0 commit comments