Ignore:
Timestamp:
Apr 16, 2012, 5:16:27 AM (12 years ago)
Author:
rvelices
Message:

rv_gmaps - small template updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_gmaps/trunk/template/mapl.tpl

    r13092 r14181  
    33        text-align: justify;
    44        padding: 0;
    5         margin: 0.5em 1em 0.5em 1em;
     5        margin: 0.5em 1em 0.5em 1em
    66}
    77.fullTagCloud LI {ldelim}
     
    1010{/html_style}
    1111
    12 <div id="content" class="content" style="margin: 0;">
     12<div id="content" class="content">
    1313        <div class="titrePage">
    1414                <ul class="categoryActions">
     
    3030                <li>{strip}
    3131                        <a target="_top" href="{$cat.URL}" class="{$cat.CLASS}" title="{$cat.TITLE}">{$cat.NAME}</a>
    32                         <a target="_top" href="{$cat.U_MAP}" title="{$pwg->sprintf($displays_x_on_a_map, $cat.NAME)}" ><img src="{$PLUGIN_ROOT_URL}/icons/map_s.png" alt="map" class="button" /></a>
    33                 {/strip}</li>&nbsp;
     32                        <a target="_top" href="{$cat.U_MAP}" title="{$pwg->sprintf($displays_x_on_a_map, $cat.NAME)}" ><img src="{$PLUGIN_ROOT_URL}/icons/map_s.png" alt="map"></a>
     33                {/strip}&nbsp;</li>
    3434                {/foreach}
    3535        </ul>
     
    4242                <li>{strip}
    4343                        <a target="_top" href="{$tag.URL}" class="tagLevel{$tag.level}{$tag.radu_class|@default}" title="{$tag.TITLE}">{$tag.name}</a>
    44                         <a target="_top" href="{$tag.U_MAP}" title="{$pwg->sprintf($displays_x_on_a_map, $tag.name)}"><img src="{$PLUGIN_ROOT_URL}/icons/map_s.png" alt="map" class="button" /></a>
    45                 {/strip}</li>&nbsp;
     44                        <a target="_top" href="{$tag.U_MAP}" title="{$pwg->sprintf($displays_x_on_a_map, $tag.name)}"><img src="{$PLUGIN_ROOT_URL}/icons/map_s.png" alt="map"></a>
     45                {/strip}&nbsp;</li>
    4646                {/foreach}
    4747        </ul>
Note: See TracChangeset for help on using the changeset viewer.