mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			895 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			895 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<div class="row">
 | 
						|
  <div class="col-lg-12">
 | 
						|
    <div class="panel panel-primary">
 | 
						|
      <div class="panel-heading"><i class="fa fa-wrench fa-fw"></i> <?php echo _("Change Theme"); ?></div>
 | 
						|
      <div class="panel-body">
 | 
						|
 | 
						|
        <h4><?php echo _("Theme settings"); ?></h4>
 | 
						|
 | 
						|
        <div class="row">
 | 
						|
          <div class="form-group col-md-6">
 | 
						|
            <label for="code"><?php echo _("Select a theme"); ?></label>
 | 
						|
            <?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"><?php echo _("Refresh"); ?></a>
 | 
						|
        </form>
 | 
						|
 | 
						|
      </div><!-- /.panel-body -->
 | 
						|
    </div><!-- /.panel-primary -->
 | 
						|
  </div><!-- /.col-lg-12 -->
 | 
						|
</div><!-- /.row -->
 |