summaryrefslogtreecommitdiffstats
path: root/modules/statistics/templates/machine-notes.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules/statistics/templates/machine-notes.html')
-rw-r--r--modules/statistics/templates/machine-notes.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/modules/statistics/templates/machine-notes.html b/modules/statistics/templates/machine-notes.html
deleted file mode 100644
index c4f97543..00000000
--- a/modules/statistics/templates/machine-notes.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<a name="usernotes"></a>
-<h3>{{lang_notes}}</h3>
-<div class="row">
- <div class="col-md-12">
- <div class="panel panel-default">
- <div class="panel-body">
- <form action="?do=Statistics" method="post">
- <input type="hidden" name="token" value="{{token}}">
- <input type="hidden" name="action" value="setnotes">
- <input type="hidden" name="uuid" value="{{machineuuid}}">
- <textarea name="content" class="form-control" cols="101" rows="10">{{notes}}</textarea>
- <button type="submit" class="btn btn-primary">{{lang_save}}</button>
- </form>
- </div>
- </div>
- </div>
-</div> \ No newline at end of file