Ignore:
Timestamp:
Sep 6, 2012, 1:11:45 PM (12 years ago)
Author:
cljosse
Message:

[extensions] edit_gmaps compatibility 2.4 add batch mode global

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/edit_gmaps/admin/admin_edit.tpl

    r17761 r17776  
    4040 border:outset;
    4141}
     42.thumbLegend { color:grey;
     43
     44}
     45.thumbLegend:hover { color:white ;
     46
     47}
    4248{/literal}
    4349</style>
    4450{/html_head}
    4551 {$file_name} 
    46  <fieldset  id="Elements"  class="fieldset" >
    47 {include file= $GLOBAL_TPL}
    48 </fieldset>
    4952 <script type="text/javascript">
    5053   {if empty($Selectthumbnails)  }   
     
    5457   {/if}
    5558    </script>
    56 {footer_script}{literal}
     59{footer_script}
     60
     61var  infos_img = infos_img || [];
     62        {foreach from=$thumbnails item=thumbnail}
     63  infos_img[{$thumbnail.ID}]={ldelim}EXIF:"{$thumbnail.U_EXIF}",
     64                              BD:"{$thumbnail.U_BD}",
     65                              lon:"{$thumbnail.lon}",
     66                              lat:"{$thumbnail.lat}",
     67                              alt:"{$thumbnail.alt}"
     68                              };
     69             
     70      {/foreach}
     71
     72
     73{literal}
    5774 
    58 jQuery(document).ready(function() {
    59    
    60 
    61 
     75jQuery(document).ready(function() { 
    6276    {/literal}
    63     val0="{'reset'|@translate}";
    64         jQuery('input[value='+val0+']').click(function (i) {ldelim}
    65     jQuery("#selectNone").click();
    66   });
    67 
    6877   title="{'selection'|@translate}|{'hlp_line3'|@translate}.";   
    6978   value="{'selection'|@translate}" ;
    70 
    7179   message='<p><input class="cluetip submit" type="submit" name="submit"   title="'+ title +'" value="'+ value +'"  /> ';
    7280
     
    7684
    7785});
     86
    7887{/footer_script}
    79 <form action="" method="post" id="Envoie" name="Envoie"   >
    80 
    81 <fieldset   id ="geoposition"  class="fieldset" >
     88<form action="" method="post" id="Envoie" name="Envoie" >
     89
     90<fieldset   id ="geoposition"  class="fieldset" style="display:none"  >
    8291<legend>{'Selection'|@translate}</legend> 
    8392    <fieldset>   
Note: See TracChangeset for help on using the changeset viewer.