summaryrefslogtreecommitdiffstats
path: root/modules/statistics/templates/machine-notes.html
diff options
context:
space:
mode:
authorJonathan Bauer2016-04-01 16:50:13 +0200
committerJonathan Bauer2016-04-01 16:50:13 +0200
commitdbc0d9614421e064cc62aacf116ebb783c83f2f3 (patch)
tree091844b8578ff1d9ac18edfd3cee3e63210133d7 /modules/statistics/templates/machine-notes.html
parent[ldapauth] Add homedir conf to ldap wizard (diff)
downloadslx-admin-dbc0d9614421e064cc62aacf116ebb783c83f2f3.tar.gz
slx-admin-dbc0d9614421e064cc62aacf116ebb783c83f2f3.tar.xz
slx-admin-dbc0d9614421e064cc62aacf116ebb783c83f2f3.zip
[merge] merging c3sl / fr - initial commit
Diffstat (limited to 'modules/statistics/templates/machine-notes.html')
-rw-r--r--modules/statistics/templates/machine-notes.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/statistics/templates/machine-notes.html b/modules/statistics/templates/machine-notes.html
new file mode 100644
index 00000000..c4f97543
--- /dev/null
+++ b/modules/statistics/templates/machine-notes.html
@@ -0,0 +1,17 @@
+<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