|
Revision 8394, 0.5 kB
(checked in by Maikel, 4 years ago)
|
Boss secretary module
|
| Line | |
|---|
| 1 |
{messages} |
|---|
| 2 |
<form method="post" name=bosssecretary action="{form_url}"> |
|---|
| 3 |
<table> |
|---|
| 4 |
<tr> |
|---|
| 5 |
<td colspan="2"><h5>{form_title}</h5> <hr /> </td> |
|---|
| 6 |
</tr> |
|---|
| 7 |
<tr> |
|---|
| 8 |
<td colspan="2"><a href="#" class="info"><span>Extension To Lock Or UnLock Bosssecretary Group</span>Extension Lock/Unlock:</a> <input type="text" name= "extension" value="{extension}"/></td> |
|---|
| 9 |
</tr> |
|---|
| 10 |
<tr> |
|---|
| 11 |
<td colspan="2"><hr /></td> |
|---|
| 12 |
</tr> |
|---|
| 13 |
<tr> |
|---|
| 14 |
<td colspan="2" align="center"><input type="submit" name="submitUpdateExtension" value="Save" /></td> |
|---|
| 15 |
</tr> |
|---|
| 16 |
</table> |
|---|
| 17 |
</form> |
|---|