source: trunk/plugins/add_index/admin/main_page.tpl @ 2669

Last change on this file since 2669 was 2669, checked in by rub, 16 years ago

Adapt plugin add_index with smarty

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 233 bytes
Line 
1{* $Id: main_page.tpl 2669 2008-10-05 21:07:41Z rub $ *}
2
3<div class="titrePage">
4  <h2>{'Add_Index'|@translate}</h2>
5</div>
6
7{if isset($add_index_results)}
8<div>
9  <ul>
10    {foreach from=$add_index_results item=result}
11    <li>{$result}</li>
12    {/foreach}
13  </ul>
14</div>
15{/if}
Note: See TracBrowser for help on using the repository browser.