Revision 957
Added by Matthias over 16 years ago
| trunk/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
| 14 |
12-Apr-2009 Matthias Gallas |
|
| 15 |
# Fixed Typo in group_form.htt (ticket #705) |
|
| 14 | 16 |
01-Mar-2009 Christian Sommer |
| 15 | 17 |
! Added disclaimer to upgrade-script.php |
| 16 | 18 |
28-Feb-2009 Christian Sommer |
| trunk/wb/templates/classic/templates/groups_form.htt | ||
|---|---|---|
| 268 | 268 |
<input type="reset" name="reset" value="{TEXT_RESET}" />
|
| 269 | 269 |
</form> |
| 270 | 270 |
</td> |
| 271 |
<form name="advanced" action="{ADVANED_ACTION}" method="post">
|
|
| 271 |
<form name="advanced" action="{ADVANCED_ACTION}" method="post">
|
|
| 272 | 272 |
<input type="hidden" name="group_id" value="{GROUP_ID}" />
|
| 273 | 273 |
<input type="hidden" name="action" value="modify" /> |
| 274 | 274 |
<td width="200" align="right"> |
| trunk/wb/templates/wb_theme/templates/groups_form.htt | ||
|---|---|---|
| 268 | 268 |
<input type="reset" name="reset" value="{TEXT_RESET}" />
|
| 269 | 269 |
</form> |
| 270 | 270 |
</td> |
| 271 |
<form name="advanced" action="{ADVANED_ACTION}" method="post">
|
|
| 271 |
<form name="advanced" action="{ADVANCED_ACTION}" method="post">
|
|
| 272 | 272 |
<input type="hidden" name="group_id" value="{GROUP_ID}" />
|
| 273 | 273 |
<input type="hidden" name="action" value="modify" /> |
| 274 | 274 |
<td width="200" align="right"> |
Also available in: Unified diff
Fixed Typo in group_form.htt (ticket #705)