Subversion Repositories SmartDukaan

Rev

Rev 5055 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5055 Rev 7897
Line 33... Line 33...
33
				<option value="w" #if($period == "w") SELECTED #end>1 week</option>
33
				<option value="w" #if($period == "w") SELECTED #end>1 week</option>
34
				<option value="f" #if($period == "f") SELECTED #end>1 fortnight</option>
34
				<option value="f" #if($period == "f") SELECTED #end>1 fortnight</option>
35
				<option value="m" #if($period == "m") SELECTED #end>1 month</option>
35
				<option value="m" #if($period == "m") SELECTED #end>1 month</option>
36
				<option value="a" #if($period == "a") SELECTED #end>All Emails</option>
36
				<option value="a" #if($period == "a") SELECTED #end>All Emails</option>
37
            </select>
37
            </select>
-
 
38
			#set($categories = $action.getParentCategories())
-
 
39
			<select name = "categoryId">
-
 
40
				<option value = "0">Select Category</option>
-
 
41
				#foreach($category in $categories)
-
 
42
                    <option value = $category.getId()>$category.getLabel()</option>
-
 
43
				#end
-
 
44
			</select>
38
			<input type="submit" value="Show" />
45
			<input type="submit" value="Show" />
39
        </form>
46
        </form>
40
		#set($requestCounts = $action.getNotificationRequestCounts())
47
		#set($requestCounts = $action.getNotificationRequestCounts())
41
		#if($requestCounts)
48
		#if($requestCounts)
42
		<table>
49
		<table>