summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/machine-notes.html
blob: c352580fbb886146ce7efb005c254eca50d958be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<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" {{perms.machine.note.edit.disabled}}>{{notes}}</textarea>
					<br/>
					<button type="submit" class="btn btn-primary pull-right" {{perms.machine.note.edit.disabled}}>
						<span class="glyphicon glyphicon-floppy-disk"></span>
						{{lang_save}}
					</button>
				</form>
			</div>
		</div>
	</div>
</div>