Ignore:
Timestamp:
Jun 19, 2012, 10:21:19 PM (12 years ago)
Author:
rvelices
Message:

gmaps templates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_gmaps/trunk/admin/admin_config.tpl

    r12719 r15839  
    1919         <label>
    2020                Automatically sync from exif
    21                 <input type="checkbox" name="gmaps_auto_sync" {if $GMAPS_AUTO_SYNC}checked="checked"{/if} />
     21                <input type="checkbox" name="gmaps_auto_sync" {if $GMAPS_AUTO_SYNC}checked="checked"{/if}>
    2222                </label>
    2323                <br/><small>When metadata is synchronized, tour manual set coordinates might be overriden.</small>
     
    2828  <label>
    2929    Maximum number of markers to show:
    30     <input type="text" size="3" name="nb_markers" value="{$NB_MARKERS}" />
     30    <input type="text" size="3" name="nb_markers" value="{$NB_MARKERS}">
    3131  </label>
    3232    <br/><small>The images will be "clustered" based on this number and the visible region on the map.</small>
     
    3838  <label>
    3939    Maximum number of images per marker:
    40     <input type="text" size="3" name="nb_images_per_marker" value="{$NB_IMAGES_PER_MARKER}" />
     40    <input type="text" size="3" name="nb_images_per_marker" value="{$NB_IMAGES_PER_MARKER}">
    4141  </label>
    4242    <br/><small>When a marker is clicked, the user will be able to navigate images in the info window. This data is sent to the browser once for all the markers. If you have many images, reduce this number in order to reduce traffic and speed up data decoding on the browser side.</small>
     
    5858
    5959  <p>
    60     <input class="submit" type="submit" value="{'Submit'|@translate}" name="submit"/>
     60    <input type="submit" value="{'Submit'|@translate}" name="submit">
    6161  </p>
    6262</fieldset>
Note: See TracChangeset for help on using the changeset viewer.