Update
This commit is contained in:
@@ -6,15 +6,14 @@
|
||||
<div class="panel-body">
|
||||
<form class="form-horizontal" method="post" action="<? VAR URIPrefix TOP ?><? VAR ModPath ?>addnote">
|
||||
<? INC _csrf_check.tmpl ?>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<label for="inputKey" class="col-sm-2 control-label">Key:</label>
|
||||
<div class="col-sm-10">
|
||||
<input type="text" class="form-control" id="inputKey" name="key" size="8">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<label for="inputNote" class="col-sm-2 control-label">Note:</label>
|
||||
<div class="col-sm-10">
|
||||
@@ -46,7 +45,7 @@
|
||||
</table>
|
||||
<? ENDIF ?>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="panel-footer text-right">
|
||||
<input class="btn btn-danger" type="reset" value="Reset">
|
||||
<input class="btn btn-success" type="submit" name="add" value="Add Note" />
|
||||
@@ -54,5 +53,5 @@
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<? INC Footer.tmpl ?>
|
||||
|
||||
<? INC Footer.tmpl ?>
|
||||
|
Reference in New Issue
Block a user