source: extensions/GMaps/admin/gmaps_maps_iListMaps.tpl @ 31844

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

feature:2638- compatibility with Piwigo 2.4

File size: 876 bytes
Line 
1<table class="littlefont">
2  {foreach from=$datas item=data}
3  <tr title='[gmaps=id:{$data.id};]'>
4    <td>{$data.name}</td>
5    <td style="width:150px;">{$data.displayType}</td>
6    <td style="width:90px;">{$data.dimensions}</td>
7    <td style="width:90px;">{$data.zoomLevel}</td>
8    <td style="width:90px;">{$data.mapType}</td>
9    <td style="width:90px;">{$data.mapTypeControl}</td>
10    <td style="width:90px;">{$data.navigationControl}</td>
11    <td style="width:90px;">{$data.scaleControl}</td>
12    <td style="width:90px;">{$data.streetViewControl}</td>
13
14    <td width="40px">
15      <span class="buttonEdit"
16           title="{'gmaps_edit'|@translate}"
17           onclick='udm.editMap({$data.id});'/>
18      <span class="buttonDelete"
19           title="{'gmaps_delete'|@translate}"
20           onclick='udm.deleteMap({$data.id});'/>
21    </td>
22  </tr>
23  {/foreach}
24</table>
Note: See TracBrowser for help on using the repository browser.