Changeset 565 for trunk/grails-app
- Timestamp:
- Jun 2, 2010, 10:51:27 PM (14 years ago)
- Location:
- trunk/grails-app
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/i18n/messages.properties
r562 r565 308 308 309 309 # InventoryItemSearch 310 inventoryItem.search.searchText=Search 311 inventoryItem.search.searchText.help=By default all words are matched and results are sorted by relevance. \ 312 A * symbol may be used as a wild card, e.g: '2305*' would find 2305RS and 2305-RS. A + symbol may be used to require a word \ 313 e.g: 'sensor +print' would require results to have 'print' in the searched categories. 310 314 inventoryItem.search.text.found=Results for: {0} 311 315 inventoryItem.search.text.none.found=No results for: {0} -
trunk/grails-app/views/inventoryItemDetailed/search.gsp
r563 r565 265 265 <td valign="top" class="value"> 266 266 <input type="text" style="width:450px" maxlength="75" id="searchText" name="searchText" value="${filterParams.searchText}"/> 267 <g:helpBalloon code="inventoryItem.search.searchText" /> 267 268 </td> 268 269 </tr>
Note: See TracChangeset
for help on using the changeset viewer.