small changes
This commit is contained in:
parent
9e962cf268
commit
5c8fa829df
3 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<label for="Content">Content</label>
|
||||
<textarea class="form-control" name="content" rows="8" cols="80" placeholder="required"/>
|
||||
<textarea class="form-control" name="content" rows="8" placeholder="required"/>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-default">Create</button>
|
||||
</form>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<input type="text" class="form-control" name="title" value="${entry['title']}" placeholder="Enter title"/>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<textarea name="content" class="form-control" rows="8" cols="80" placeholder="Enter content" >${entry['content']}</textarea>
|
||||
<textarea name="content" class="form-control" rows="8" placeholder="Enter content" >${entry['content']}</textarea>
|
||||
</div>
|
||||
<input type="hidden" name="entry_id" value="${entry.id}" /><button type="submit" class="btn btn-default">Update</button>
|
||||
</form>
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
<div class="col-xs-12 col-sm-4">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-body">
|
||||
<div id="clockbox"></div>
|
||||
<h2><div id="clockbox"></div></h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue