fasttoggle.admin.inc |
fasttoggle.admin.inc |
|
|
fasttoggle.css |
fasttoggle.css |
|
html.js a.throbbing {
background:url(status-active.gif) no-repeat right center;
padding-right:18px;
} |
fasttoggle.inc |
fasttoggle.inc |
|
Provides common routines. |
fasttoggle.info |
fasttoggle.info |
|
name = Fasttoggle
description = Enables fast toggling of binary settings.
core = "6.x"
package = Administration |
fasttoggle.install |
fasttoggle.install |
|
The installation file for fasttoggle.module |
fasttoggle.module |
fasttoggle.module |
|
Enables fast toggling of binary or not so binary settings. |
fasttoggle.toggle.inc |
fasttoggle.toggle.inc |
|
Handles toggling of options. |
fasttoggle.views.inc |
views/fasttoggle.views.inc |
|
Views data definitions for Fasttoggle. |
fasttoggle_views_handler_field_comment_link.inc |
views/fasttoggle_views_handler_field_comment_link.inc |
|
|
fasttoggle_views_handler_field_node_link.inc |
views/fasttoggle_views_handler_field_node_link.inc |
|
The field node link views handler for fasttoggle. |
fasttoggle_views_handler_field_user_link.inc |
views/fasttoggle_views_handler_field_user_link.inc |
|
The field user link views handler for fasttoggle. |
README.txt |
README.txt |
|
fasttoggle.module
=================
This module is a result of SoC 2006 from the Administration usability project.
It adds "fast toggling" capabilities to Drupal so that you can perform common
tasks a lot quicker because they are managed… |