* refactor codes.

This commit is contained in:
Catouse
2018-05-21 11:29:00 +08:00
parent 2268f3e582
commit 258f2cad9c
8 changed files with 66 additions and 62 deletions
+1 -1
View File
@@ -680,7 +680,7 @@ class commonModel extends model
<div class="modal-body">
<form action="$commentFormLink" target='hiddenwin' method='post'>
<div class="form-group">
<textarea id='comment' name='comment' class="form-control" rows="8"></textarea>
<textarea id='comment' name='comment' class="form-control" rows="8" autofocus="autofocus"></textarea>
</div>
<div class="form-group form-actions">
<button type="submit" class="btn btn-primary btn-wide">{$lang->save}</button>