Index: branches/unlabeled/unlabeled-1.4.2/core/admin_templates/incs/style.css =================================================================== diff -u -r7652 -r7925 --- branches/unlabeled/unlabeled-1.4.2/core/admin_templates/incs/style.css (.../style.css) (revision 7652) +++ branches/unlabeled/unlabeled-1.4.2/core/admin_templates/incs/style.css (.../style.css) (revision 7925) @@ -112,6 +112,9 @@ white-space: nowrap; } +.search-box { + border: 1px solid #808080; +} .button { font-family: arial, verdana; Index: branches/unlabeled/unlabeled-1.31.2/core/admin_templates/js/catalog.js =================================================================== diff -u -r7858 -r7925 --- branches/unlabeled/unlabeled-1.31.2/core/admin_templates/js/catalog.js (.../catalog.js) (revision 7858) +++ branches/unlabeled/unlabeled-1.31.2/core/admin_templates/js/catalog.js (.../catalog.js) (revision 7925) @@ -111,6 +111,10 @@ } } +Catalog.prototype.trim = function ($string) { + return $string.replace(/\s*((\S+\s*)*)/, "$1").replace(/((\s*\S+)*)\s*/, "$1"); +} + Catalog.prototype.errorCallback = function($request, $params, $object) { // $Debugger.ShowProps($request, 'req'); alert('AJAX Error; class: Catalog; ' + Request.getErrorHtml($request)); Index: branches/unlabeled/unlabeled-1.31.2/kernel/admin_templates/incs/catalog.js =================================================================== diff -u -r7858 -r7925 --- branches/unlabeled/unlabeled-1.31.2/kernel/admin_templates/incs/catalog.js (.../catalog.js) (revision 7858) +++ branches/unlabeled/unlabeled-1.31.2/kernel/admin_templates/incs/catalog.js (.../catalog.js) (revision 7925) @@ -111,6 +111,10 @@ } } +Catalog.prototype.trim = function ($string) { + return $string.replace(/\s*((\S+\s*)*)/, "$1").replace(/((\s*\S+)*)\s*/, "$1"); +} + Catalog.prototype.errorCallback = function($request, $params, $object) { // $Debugger.ShowProps($request, 'req'); alert('AJAX Error; class: Catalog; ' + Request.getErrorHtml($request)); Index: branches/unlabeled/unlabeled-1.28.2/core/admin_templates/catalog/catalog.tpl =================================================================== diff -u -r7871 -r7925 --- branches/unlabeled/unlabeled-1.28.2/core/admin_templates/catalog/catalog.tpl (.../catalog.tpl) (revision 7871) +++ branches/unlabeled/unlabeled-1.28.2/core/admin_templates/catalog/catalog.tpl (.../catalog.tpl) (revision 7925) @@ -177,17 +177,17 @@ - - +
+
- + -
Search:  - + Index: branches/unlabeled/unlabeled-1.3.2/core/admin_templates/incs/grid_blocks.tpl =================================================================== diff -u -r7821 -r7925 --- branches/unlabeled/unlabeled-1.3.2/core/admin_templates/incs/grid_blocks.tpl (.../grid_blocks.tpl) (revision 7821) +++ branches/unlabeled/unlabeled-1.3.2/core/admin_templates/incs/grid_blocks.tpl (.../grid_blocks.tpl) (revision 7925) @@ -54,15 +54,14 @@
- _search_keyword" name="_search_keyword" value="" onkeydown="search_keydown(event, '', '', );" style="border: 1px solid grey;" /> - + _search_keyword" name="_search_keyword" value="" onkeydown="search_keydown(event, '', '', );" class="search-box"/> + ]"> + ]">
- - +
Index: branches/unlabeled/unlabeled-1.28.2/kernel/admin_templates/catalog.tpl =================================================================== diff -u -r7871 -r7925 --- branches/unlabeled/unlabeled-1.28.2/kernel/admin_templates/catalog.tpl (.../catalog.tpl) (revision 7871) +++ branches/unlabeled/unlabeled-1.28.2/kernel/admin_templates/catalog.tpl (.../catalog.tpl) (revision 7925) @@ -177,17 +177,17 @@ - - +
+
- +
Search:  - +