Changeset 565
- Timestamp:
- Jun 2, 2010, 10:51:27 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 3 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> -
trunk/web-app/css/main.css
r542 r565 519 519 background-color: white; 520 520 padding: 5px; 521 z-index: 1;521 z-index: 0; 522 522 } 523 523
Note: See TracChangeset
for help on using the changeset viewer.