Merge https://github.com/friendica/friendica into pull
This commit is contained in:
		
				commit
				
					
						22bf48cae9
					
				
			
		
					 1 changed files with 9 additions and 0 deletions
				
			
		
							
								
								
									
										9
									
								
								view/theme/frost/posted_date_widget.tpl
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								view/theme/frost/posted_date_widget.tpl
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,9 @@
 | 
			
		|||
<div id="datebrowse-sidebar" class="widget">
 | 
			
		||||
	<h3>$title</h3>
 | 
			
		||||
<script>function dateSubmit(dateurl) { window.location.href = dateurl; } </script>
 | 
			
		||||
<select id="posted-date-selector" name="posted-date-select" onchange="dateSubmit($j(this).val());" size="$size">
 | 
			
		||||
{{ for $dates as $d }}
 | 
			
		||||
<option value="$url/$d.1/$d.2" >$d.0</option>
 | 
			
		||||
{{ endfor }}
 | 
			
		||||
</select>
 | 
			
		||||
</div>
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue