| 42 |
implementing hook_fasttoggle_labels(). |
implementing hook_fasttoggle_labels(). |
| 43 |
|
|
| 44 |
After you added your custom strings, make sure to select them on the |
After you added your custom strings, make sure to select them on the |
|
configuration page. |
|
| 45 |
|
configuration page. |
| 46 |
|
|
| 47 |
|
|
| 48 |
|
THEMING LINKS |
| 49 |
|
============= |
| 50 |
|
There is no dedicated theme function for altering the HTML code of fasttoggle |
| 51 |
|
links, however, the module applies classes to the <a> tag in the form |
| 52 |
|
"fasttoggle-status-<type>-<option>-<status>" with status being 0, 1 or 2. |
| 53 |
|
The status number always refers to the current state of the option (e.g. it's |
| 54 |
|
0 for an unpublished node's "publish" link). Make sure that the throbbing |
| 55 |
|
graphic is appropriately displayed when overriding the background image. |