mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
Remove/Replace glyphicon usage #839
This commit is contained in:
parent
11e763f988
commit
28fbd8eb18
@ -506,7 +506,7 @@
|
||||
<!-- Right side column. Contains the navbar and content of the page -->
|
||||
<aside class="content-wrapper">
|
||||
<?php if(isset($header)){ ?><section class="content" style="min-height: 0px;"><div class="row"><div class="col-md-12"><div class="alert alert-success alert-dismissable"><button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button><h4><i class="icon fa fa-info"></i> Info!</h4><p><?php echo $text;?></p></div></div></div></section><?php } ?>
|
||||
<?php if(isset($toooldversion)){ ?><section class="content" style="min-height: 0px;"> <div class="row"><div class="col-md-12"><div class="alert alert-info alert-dismissable"><h4><i class="icon fa fa-info"></i> Info!</h4><p><?php echo $toooldversion;?><br/><br/><a href="admin.php?w=vc" class="btn btn-success btn-sm"><i class="glyphicon glyphicon-cloud-download"></i> Update</a></p></div></div></div></section><?php } ?>
|
||||
<?php if(isset($toooldversion)){ ?><section class="content" style="min-height: 0px;"> <div class="row"><div class="col-md-12"><div class="alert alert-info alert-dismissable"><h4><i class="icon fa fa-info"></i> Info!</h4><p><?php echo $toooldversion;?><br/><br/><a href="admin.php?w=vc" class="btn btn-success btn-sm"><i class="fa fa-cloud-download"></i> Update</a></p></div></div></div></section><?php } ?>
|
||||
<?php if($rSA['lastCronWarnStatus']=='Y' and (time()-$rSA['lastCronStatus'])>600 and $reseller_id==0){ ?><div class="row"><div class="col-md-12"><div class="callout callout-danger"><p>Cronjob: statuscheck.php</div></div></div><?php }?>
|
||||
<?php if($rSA['lastCronWarnReboot']=='Y' and (time()-$rSA['lastCronReboot'])>5400 and $reseller_id==0){ ?><div class="row"><div class="col-md-12"><div class="callout callout-danger"><p>Cronjob: reboot.php</div></div></div><?php }?>
|
||||
<?php if($rSA['lastCronWarnUpdates']=='Y' and (time()-$rSA['lastCronUpdates'])>300 and $reseller_id==0){ ?><div class="row"><div class="col-md-12"><div class="callout callout-danger"><p>Cronjob: startupdates.php</div></div></div><?php }?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user