It should be easier to replace the (-) deactivation widget. Putting it in a theme function would help.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | facetapi-1372492-1.patch | 2.56 KB | cpliakas |
It should be easier to replace the (-) deactivation widget. Putting it in a theme function would help.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | facetapi-1372492-1.patch | 2.56 KB | cpliakas |
Comments
Comment #1
cpliakas commentedThe attached patch adds the theme function. Based on comments by Everett at http://drupal.org/node/1316580#comment-5153124, the link and deactivation widget should be passed through t() so that their relative positions can be configured on a per-language basis. It seems a little weird to have a t() call with replacement patterns only, however there is no text other than the link and the widget.
Comment #2
cpliakas commentedCommitted at http://drupalcode.org/project/facetapi.git/commit/c738bc2.