source: extensions/add_index/admin/main_page.tpl @ 7690

Last change on this file since 7690 was 3283, checked in by plg, 15 years ago

complement to r3282, remove all $Id$ in source code.

  • Property svn:eol-style set to LF
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.