mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Update fontawesome class
This commit is contained in:
		| @@ -71,7 +71,7 @@ if ($cpuload > 90) { | ||||
|             <input type="submit" class="btn btn-warning" name="system_reboot"   value="<?php echo _("Reboot"); ?>" /> | ||||
|         <input type="submit" class="btn btn-warning" name="system_shutdown" value="<?php echo _("Shutdown"); ?>" /> | ||||
|         <?php endif ?> | ||||
|     <a href="?page=<?php echo $_GET['page'] ?>" class="btn btn-outline btn-primary"><i class="fa fa-refresh"></i> <?php echo _("Refresh") ?></a> | ||||
|     <a href="?page=<?php echo $_GET['page'] ?>" class="btn btn-outline btn-primary"><i class="fas fa-sync-alt"></i> <?php echo _("Refresh") ?></a> | ||||
|         </form> | ||||
|       </div> | ||||
|     </div> | ||||
| @@ -86,7 +86,7 @@ if ($cpuload > 90) { | ||||
|       </div> | ||||
|     </div> | ||||
|     <input type="submit" class="btn btn-outline btn-primary" name="SaveLanguage" value="<?php echo _("Save settings"); ?>" /> | ||||
|     <a href="?page=<?php echo $_GET['page'] ?>" class="btn btn-outline btn-primary"><i class="fa fa-refresh"></i> <?php echo _("Refresh") ?></a> | ||||
|     <a href="?page=<?php echo $_GET['page'] ?>" class="btn btn-outline btn-primary"><i class="fas fa-sync-alt"></i> <?php echo _("Refresh") ?></a> | ||||
|   </div> | ||||
|  | ||||
|   <div role="tabpanel" class="tab-pane" id="console"> | ||||
|   | ||||
| @@ -3,7 +3,6 @@ | ||||
|     <div class="card"> | ||||
|       <div class="card-header"><i class="fas fa-paint-brush mr-2"></i><?php echo _("Change Theme"); ?></div> | ||||
|       <div class="card-body"> | ||||
|  | ||||
|         <h4><?php echo _("Theme settings"); ?></h4> | ||||
|         <div class="row"> | ||||
|           <div class="form-group col-md-6"> | ||||
| @@ -11,12 +10,10 @@ | ||||
|             <?php SelectorOptions("theme", $themes, $selectedTheme, "theme-select") ?> | ||||
|           </div> | ||||
|         </div> | ||||
|  | ||||
|         <form action="?page=system_info" method="POST"> | ||||
|             <?php echo CSRFTokenFieldTag() ?> | ||||
|           <a href="?page=<?php echo $_GET['page'] ?>" class="btn btn-outline btn-primary"><i class="fa fa-refresh"></i> <?php echo _("Refresh"); ?></a> | ||||
|           <a href="?page=<?php echo $_GET['page'] ?>" class="btn btn-outline btn-primary"><i class="fas fa-sync-alt"></i> <?php echo _("Refresh"); ?></a> | ||||
|         </form> | ||||
|  | ||||
|       </div><!-- /.card-body --> | ||||
|       <div class="card-footer"></div> | ||||
|     </div><!-- /.card --> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user