mirror of
				https://github.com/valentineus/iii-module.git
				synced 2025-11-04 04:29:44 +03:00 
			
		
		
		
	Demo in beta mode.
This commit is contained in:
		
							
								
								
									
										16
									
								
								demo/components/communication.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								demo/components/communication.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
<!-- Home side panel -->
 | 
			
		||||
<form class="form-horizontal" method="post">
 | 
			
		||||
  <div class="row">
 | 
			
		||||
    <!-- Text field -->
 | 
			
		||||
    <div class="col-md-8">
 | 
			
		||||
      <input class="form-control" type="text" name="textarea" value="">
 | 
			
		||||
    </div>
 | 
			
		||||
    <!-- Control buttons -->
 | 
			
		||||
    <div class="col-md-4">
 | 
			
		||||
      <button type="submit" class="btn btn-default">Submit</button>
 | 
			
		||||
      <button type="button" class="btn btn-success" data-toggle="modal" data-target="#SettingsModal">Settings</button>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div><!-- row -->
 | 
			
		||||
</form>
 | 
			
		||||
<br/>
 | 
			
		||||
<!-- End side panel -->
 | 
			
		||||
		Reference in New Issue
	
	Block a user