
/* - ++resource++freitag.community.resources/freitag-community.kss - */
/* http://www.freitag.de/portal_kss/++resource++freitag.community.resources/freitag-community.kss?original=1 */
a.community-batch-user-portraits:click {
action-server: community_batch_user_portraits;
evt-click-preventdefault: True;
community_batch_user_portraits-info: nodeAttr("id");
}


/* - fckeditor_plone.kss - */
/* http://www.freitag.de/portal_kss/fckeditor_plone.kss?original=1 */
/* */
div.fckContainer:load {
action-client: plone-initFCKeditor;
}
/* */
.fckSaveField:change {
action-server: savekupu;
savekupu-text: currentFormVarFromKssAttr("atfieldname", true);
savekupu-fieldname: kssAttr("atfieldname", true);
}


