responsive account list
This commit is contained in:
		
							parent
							
								
									1b198403d7
								
							
						
					
					
						commit
						b0edc4c6f9
					
				| 
						 | 
					@ -1,6 +1,5 @@
 | 
				
			||||||
<?php
 | 
					<?php
 | 
				
			||||||
use LAM\TYPES\ConfiguredType;
 | 
					use LAM\TYPES\ConfiguredType;
 | 
				
			||||||
use phpseclib\Net\SFTP\Stream;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -173,7 +172,7 @@ class lamList {
 | 
				
			||||||
		// get some parameters
 | 
							// get some parameters
 | 
				
			||||||
		$this->listGetParams();
 | 
							$this->listGetParams();
 | 
				
			||||||
		// print HTML head
 | 
							// print HTML head
 | 
				
			||||||
		$this->listPrintHeader();
 | 
							$this->printHeader();
 | 
				
			||||||
		// print messages when redirected from other pages
 | 
							// print messages when redirected from other pages
 | 
				
			||||||
		$this->listPrintRedirectMessages();
 | 
							$this->listPrintRedirectMessages();
 | 
				
			||||||
		// refresh data if needed
 | 
							// refresh data if needed
 | 
				
			||||||
| 
						 | 
					@ -220,7 +219,7 @@ class lamList {
 | 
				
			||||||
			$this->listPrintTableHeader();
 | 
								$this->listPrintTableHeader();
 | 
				
			||||||
			echo "</table><br>\n";
 | 
								echo "</table><br>\n";
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		$this->listPrintFooter();
 | 
							$this->printFooter();
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/**
 | 
						/**
 | 
				
			||||||
| 
						 | 
					@ -873,16 +872,6 @@ class lamList {
 | 
				
			||||||
		// only used by subclasses
 | 
							// only used by subclasses
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/**
 | 
					 | 
				
			||||||
	 * Prints the HTML header.
 | 
					 | 
				
			||||||
	 *
 | 
					 | 
				
			||||||
	 * @deprecated
 | 
					 | 
				
			||||||
	 */
 | 
					 | 
				
			||||||
	protected function listPrintHeader() {
 | 
					 | 
				
			||||||
		include '../main_header.php';
 | 
					 | 
				
			||||||
		$this->printHeaderContent();
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/**
 | 
						/**
 | 
				
			||||||
	 * Prints the header part of the page.
 | 
						 * Prints the header part of the page.
 | 
				
			||||||
	 */
 | 
						 */
 | 
				
			||||||
| 
						 | 
					@ -898,16 +887,6 @@ class lamList {
 | 
				
			||||||
		// implemented by child classes if needed
 | 
							// implemented by child classes if needed
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/**
 | 
					 | 
				
			||||||
	 * Prints the HTML footer.
 | 
					 | 
				
			||||||
	 *
 | 
					 | 
				
			||||||
	 * @deprecated
 | 
					 | 
				
			||||||
	 */
 | 
					 | 
				
			||||||
	protected function listPrintFooter() {
 | 
					 | 
				
			||||||
		$this->printFooterContent();
 | 
					 | 
				
			||||||
		include '../main_footer.php';
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/**
 | 
						/**
 | 
				
			||||||
	 * Prints the footer area of the page.
 | 
						 * Prints the footer area of the page.
 | 
				
			||||||
	 */
 | 
						 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue