File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 88$ config ['is_system ' ] = true ;
99$ config ['categories ' ] = "other " ;
1010$ config ['position ' ] = 1 ;
11- $ config ['version ' ] = '5.3.8 ' ;
11+ $ config ['version ' ] = '5.4 ' ;
1212
1313
1414
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ function standaloneUpdaterDashboardNoticeDissmiss()
1414 }
1515</script>
1616
17- <div class="js-standalone-updater-dashboard-notice card border-primary mb-3">
17+ <div class="js-standalone-updater-dashboard-notice card border-primary mb-3 p-3 ">
1818 <div class="card-body">
19- <h4 class="card-title"> New version is available!</h4 >
20- <p class="card-text">Current version ( < ?php echo MW_VERSION ; ?> )</p>
21- <p class="card-text">There is a new version ( < ?php echo $ params ['new-version ' ]; ?> ) available, do you want to update now?</p>
19+ <h2 class="card-title font-weight-bold"> <?php _e ( ' New version is available ' ); ?> !</h2 >
20+ <p class="card-text"><?php _e ( ' Current version ' ); ?> (<span class="font-weight-bold"> < ?php echo MW_VERSION ; ?> </span >)</p>
21+ <p class="card-text"><?php _e ( ' There is a new version ' ); ?> (<span class="font-weight-bold"> < ?php echo $ params ['new-version ' ]; ?> </span>) <?php _e ( ' available, do you want to update now? ' ) ?> </p>
2222
2323 <br />
2424
25- <a href="#" onclick="standaloneUpdaterDashboardNoticeDissmiss()" class="btn btn-outline-primary"> Later</a>
26- <a href="<?php echo module_admin_url ('standalone-updater ' ); ?> " class="btn btn-outline-primary"> Update now</a>
25+ <a href="#" onclick="standaloneUpdaterDashboardNoticeDissmiss()" class="btn btn-link justify-content-center mw-admin-action-links mw-adm-liveedit-tabs me-3"> <?php _e ( ' Later ' ) ?> </a>
26+ <a href="<?php echo module_admin_url ('standalone-updater ' ); ?> " class="btn btn-link justify-content-center mw-admin-action-links mw-adm-liveedit-tabs"> <?php _e ( ' Update now ' ) ?> </a>
2727 </div>
2828</div>
You can’t perform that action at this time.
0 commit comments