mirror of
https://github.com/valentineus/iii-module.git
synced 2025-07-02 11:10:27 +03:00
Alpha version
This commit is contained in:
17
test/components/communication.php
Normal file
17
test/components/communication.php
Normal file
@ -0,0 +1,17 @@
|
||||
<!-- Home side panel -->
|
||||
<form class="form-horizontal" method="post">
|
||||
<div class="row">
|
||||
<!-- Text field -->
|
||||
<div class="col-md-8">
|
||||
<textarea class="form-control" rows="3" name="textarea"></textarea>
|
||||
</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>
|
||||
<button type="button" class="btn btn-danger">Reset</button>
|
||||
</div>
|
||||
</div><!-- row -->
|
||||
</form>
|
||||
<br/>
|
||||
<!-- End side panel -->
|
Reference in New Issue
Block a user