aboutsummaryrefslogtreecommitdiff
path: root/demo/components/communication.php
diff options
context:
space:
mode:
Diffstat (limited to 'demo/components/communication.php')
-rw-r--r--demo/components/communication.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/demo/components/communication.php b/demo/components/communication.php
deleted file mode 100644
index e73be75..0000000
--- a/demo/components/communication.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<!-- 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 -->