Revision 119
Added by stefan about 20 years ago
| template.html | ||
|---|---|---|
| 572 | 572 |
<input type="text" name="app_name" value="{APP_NAME}" />
|
| 573 | 573 |
</td> |
| 574 | 574 |
</tr> |
| 575 |
<tr class="advanced"> |
|
| 576 |
<td colspan="3" style="padding-top: 10px;"> |
|
| 577 |
<h2>{HEADING_ADMINISTRATION_TOOLS}</h2>
|
|
| 578 |
</td> |
|
| 579 |
</tr> |
|
| 580 |
<tr class="advanced"> |
|
| 581 |
<td> |
|
| 582 |
<!-- BEGIN tool_list_block --> |
|
| 583 |
{LINK}
|
|
| 584 |
<!-- END tool_list_block --> |
|
| 585 |
{TOOL_LIST}
|
|
| 586 |
</td> |
|
| 587 |
<td> |
|
| 588 |
|
|
| 589 |
</td> |
|
| 590 |
<td> </td> |
|
| 591 |
</tr> |
|
| 575 | 592 |
<tr> |
| 576 | 593 |
<td> </td> |
| 577 | 594 |
<td> |
Also available in: Unified diff
Implemented new module type 'tool'. Added setting section 'Tools' (advanced). Removed possibility to set permissions for all module types other than 'page'.