Difference between revisions of "Template:SearchEvents"

From Culture.si
 
Line 30: Line 30:
 
|value={{{country|}}}
 
|value={{{country|}}}
 
|empty=All countries
 
|empty=All countries
|options={{#data:selectcolumn|Item=Event.Country|#limit=300|#orderby=Event.Country}}
+
|options={{#data:selectcolumn|Item=Event.Country|#limit=300|#orderby=1}}
 
|onchange =  
 
|onchange =  
 
$.get('/en/Template:CityDropDown',{
 
$.get('/en/Template:CityDropDown',{
Line 51: Line 51:
 
|value={{{year|}}}
 
|value={{{year|}}}
 
|empty=All years
 
|empty=All years
|options={{#data:selectcolumn|Item=Event.Years.Year|#limit=300|#orderby=Event.Years.Year}}
+
|options={{#data:selectcolumn|Item=Event.Years.Year|#limit=300|#orderby=1}}
 
}}
 
}}
 
</div>
 
</div>
Line 60: Line 60:
 
|value={{{category|}}}
 
|value={{{category|}}}
 
|empty=All categories
 
|empty=All categories
|options={{#data:selectcolumn|Item=Event.Tag|#limit=300|#orderby=Event.Tag}}
+
|options={{#data:selectcolumn|Item=Event.Tag|#limit=300|#orderby=1}}
 
|onchange =  
 
|onchange =  
 
console.log('this',this);
 
console.log('this',this);

Latest revision as of 23:37, 9 December 2024