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