Subversion Repositories SmartDukaan

Rev

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

Rev 7266 Rev 7370
Line 66... Line 66...
66
        			#foreach($circle in $circles)
66
        			#foreach($circle in $circles)
67
						#if($circle.getId() == $action.getCircle())
67
						#if($circle.getId() == $action.getCircle())
68
							#set($circleName = $circle.getName())
68
							#set($circleName = $circle.getName())
69
							#set($circleId = $circle.getId())
69
							#set($circleId = $circle.getId())
70
							<option value="$circle.getId()" selected="true">$circle.getName()</option>
70
							<option value="$circle.getId()" selected="true">$circle.getName()</option>
-
 
71
						#else
-
 
72
							<option value="$circle.getId()">$circle.getName()</option>
71
						#end
73
						#end
72
        				<option value="$circle.getId()">$circle.getName()</option>
-
 
73
					#end
74
					#end
74
        		</select>
75
        		</select>
75
			<input type="submit" class='submitButton' value="GO"></input>
76
			<input type="submit" class='submitButton' value="GO"></input>
76
		</form>
77
		</form>
77
 
78