updated: show announcement on textarea
This commit is contained in:
parent
8496cb7593
commit
20a4cfaa8d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<form id="form1" name="form1" method="post" action="">
|
||||
Announcement<br />
|
||||
<label for="textarea"></label>
|
||||
<textarea name="text" id="page_content" cols="75" rows="6" style="width:100%;"></textarea>
|
||||
<textarea name="text" id="page_content" cols="75" rows="6" style="width:100%;">{$an}</textarea>
|
||||
|
||||
<br />
|
||||
<input type="submit" class="btn btn-primary btn-xs" name="update" value="Update" />
|
||||
|
|
Loading…
Add table
Reference in a new issue