修改admin中js与html中的问题

This commit is contained in:
hohoTT
2015-08-17 16:31:22 +08:00
parent 164e44b398
commit 1790945a3e
8 changed files with 15 additions and 7 deletions

View File

@@ -56,7 +56,7 @@
<div class="form-group">
<label>标题</label>
<input name="title" type="text" class="form-control" id="title" placeholder="公告标题"
data-error="请填写公告标题" maxlength="50" required>
data-error="请填写公告标题(标题不得超过50字)" maxlength="50" required>
<div class="help-block with-errors"></div>
</div>
<div class="form-group">