aboutsummaryrefslogtreecommitdiff
path: root/demo/components/communication.php
diff options
context:
space:
mode:
authorValentin Popov <dev@valentineus.link>2016-09-21 17:12:07 +0300
committerValentin Popov <dev@valentineus.link>2016-09-21 17:12:07 +0300
commit07c1b99cb5880f9f3b54ab417387487365db87ac (patch)
tree333a3c7eedded83a5829775c1e5210db2f17aa43 /demo/components/communication.php
parentb9628f189b0ca2f7c411bd79566da37c73cc8e8f (diff)
downloadiii-module-07c1b99cb5880f9f3b54ab417387487365db87ac.tar.xz
iii-module-07c1b99cb5880f9f3b54ab417387487365db87ac.zip
RC demo
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 -->