Subversion Repositories SmartDukaan

Rev

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

Rev 5719 Rev 5720
Line 11... Line 11...
11
			<div class="register-row">
11
			<div class="register-row">
12
				<label><span>Select Store</span></label>
12
				<label><span>Select Store</span></label>
13
					<select id="storeId" name="storeId">
13
					<select id="storeId" name="storeId">
14
                     
14
                     
15
					#set($stores = $action.getAllStores())
15
					#set($stores = $action.getAllStores())
-
 
16
						<option value="0">All Stores</option>
16
                    #foreach($store in $stores)
17
                    #foreach($store in $stores)
17
                                 <option value="$store.getId()">$store.getHotspotId() : $store.getName()</option>
18
                                 <option value="$store.getId()">$store.getHotspotId() : $store.getName()</option>
18
                    #end
19
                    #end
19
                   </select>
20
                   </select>
20
				   <div class="clearBoth"></div>	
21
				   <div class="clearBoth"></div>