source: extensions/GMaps/admin/gmaps_kmlfiles_iListFiles.tpl

Last change on this file was 16011, checked in by grum, 12 years ago

feature:2638- compatibility with Piwigo 2.4

  • Property svn:executable set to *
File size: 653 bytes
Line 
1<table class="littlefont">
2  {foreach from=$datas item=data}
3  <tr title='[gmaps=kmlId:{$data.id};]'>
4    <td>{$data.name}</td>
5    <td style="width:300px;">{$data.file}</td>
6    <td style="width:180px;">{$data.fileDate}</td>
7    <td style="width:90px;">{$data.fileSize}</td>
8    <td style="width:90px;">{$data.nbAssoc}</td>
9
10    <td width="40px">
11      <span class="buttonEdit"
12            title="{'gmaps_edit'|@translate}"
13            onclick='km.editKmlFile({$data.id});'/>
14      <span class="buttonDelete"
15            title="{'gmaps_delete'|@translate}"
16            onclick='km.deleteKmlFile({$data.id});'/>
17    </td>
18  </tr>
19  {/foreach}
20</table>
21
Note: See TracBrowser for help on using the repository browser.