mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Process templates w/ bootstrap-5-migrate-tool
This commit is contained in:
		@@ -1,13 +1,13 @@
 | 
			
		||||
<?php if (empty($networks)): ?>
 | 
			
		||||
  <div class="col-md-6 ml-6">
 | 
			
		||||
  <div class="col-md-6 ms-6">
 | 
			
		||||
    <p class="lead text-center"><?php echo _('No Wifi stations found') ?></p>
 | 
			
		||||
    <p class="text-center"><?php echo _("Click 'Rescan' to search for nearby Wifi stations.") ?></p>
 | 
			
		||||
    <?php if (!RASPI_MONITOR_ENABLED) : ?>
 | 
			
		||||
    <p class="text-center"><?php echo _("Click 'Reinitialize' to force reinitialize <code>wpa_supplicant</code>.") ?></p>
 | 
			
		||||
    <form method="POST" action="wpa_conf" name="wpa_conf_form" class="row">
 | 
			
		||||
      <?php echo CSRFTokenFieldTag() ?>
 | 
			
		||||
        <div class="col-xs mr-3 mb-3">
 | 
			
		||||
          <input type="submit" class="btn btn-warning btn-block float-right" name="wpa_reinit" value="<?php echo _("Reinitialize"); ?>" />
 | 
			
		||||
        <div class="col-xs me-3 mb-3">
 | 
			
		||||
          <input type="submit" class="btn btn-warning btn-block float-end" name="wpa_reinit" value="<?php echo _("Reinitialize"); ?>" />
 | 
			
		||||
        </div>
 | 
			
		||||
    </form>
 | 
			
		||||
    <?php endif ?>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user