Subversion Repositories SmartDukaan

Rev

Rev 5718 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5718 Rev 5719
Line 12... Line 12...
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
                    #foreach($store in $stores)
16
                    #foreach($store in $stores)
17
                                 <option value="$store.getId()">$store.getName()</option>
17
                                 <option value="$store.getId()">$store.getHotspotId() : $store.getName()</option>
18
                    #end
18
                    #end
19
                   </select>
19
                   </select>
20
				   <div class="clearBoth"></div>	
20
				   <div class="clearBoth"></div>	
21
             </div>
21
             </div>
22
			<br/>
22
			<br/>