aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/add_index/admin/main_page.tpl
blob: 1551518519aa424546b95f8bc65db6970a452fab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- $Id: notification_by_mail.tpl Ruben ARNAUD -->
<div class="titrePage">
  <h2>{lang:Add_Index}</h2>
</div>

<!-- BEGIN add_index_results -->
<div>
  <ul>
    <!-- BEGIN result -->
    <li>{add_index_results.result.RESULT}</li>
    <!-- END result -->
  </ul>
</div>
<!-- END add_index_results -->