summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0f66c96)
raw | patch | inline | side by side (parent: 0f66c96)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 22 Nov 2006 10:41:22 +0000 (10:41 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 22 Nov 2006 10:41:22 +0000 (10:41 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5190 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/mimetypes/class_mimetypeGeneric.inc | patch | blob | history |
diff --git a/plugins/admin/mimetypes/class_mimetypeGeneric.inc b/plugins/admin/mimetypes/class_mimetypeGeneric.inc
index 851354759d9f374266386ef23fbcdbec94c81e08..af3c768f625f578158261a9239459962edf41b9d 100644 (file)
var $dialog = NULL;
/* These vars will be copied too, if you use copy&paste mode */
- var $CopyPasteVars = array("use_gotoMimeFilePattern","use_gotoMimeApplication","use_gotoMimeEmbeddedApplication","iconData");
+ var $CopyPasteVars = array("use_gotoMimeFilePattern","use_gotoMimeApplication","use_gotoMimeEmbeddedApplication","iconData",
+ "gotoMimeLeftClickAction_I","gotoMimeLeftClickAction_E","gotoMimeLeftClickAction_Q","use_gotoMimeIcon");
/* Select options */
var $MimeGroups = array("application","audio","chemical","image","inode","message","model",
/* Orig_Dn is used to verify if this object is new or only edited */
var $orig_dn = "";
-
function mimetype($config,$dn= NULL)
{
plugin::plugin ($config, $dn);
));
}
+
+ function PrepareForCopyPaste($source)
+ {
+ plugin::PrepareForCopyPaste($source);
+ $this->gotoMimeIcon = $this->iconData;
+ $this->use_gotoMimeIcon = $source->use_gotoMimeIcon;
+ }
}
// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
?>