source:
extensions/add_index/admin/main_page.tpl
@
21431
Last change on this file since 21431 was 3283, checked in by , 16 years ago | |
---|---|
|
|
File size: 222 bytes |
Line | |
---|---|
1 | |
2 | <div class="titrePage"> |
3 | <h2>{'Add_Index'|@translate}</h2> |
4 | </div> |
5 | |
6 | {if isset($add_index_results)} |
7 | <div> |
8 | <ul> |
9 | {foreach from=$add_index_results item=result} |
10 | <li>{$result}</li> |
11 | {/foreach} |
12 | </ul> |
13 | </div> |
14 | {/if} |
Note: See TracBrowser
for help on using the repository browser.