imce_mkdir.css |
imce_mkdir.css |
|
#op-item-mngdir a {
background-image: url(dirmanage.png);
}
#imce-content #edit-mkdir {
background-image: url(diradd.png);
}
#imce-content #edit-rmdir {
background-image: url(dirremove.png);
}
/* Subdirectory selector */
#subdir-selector {
… |
imce_mkdir.inc |
imce_mkdir.inc |
|
|
imce_mkdir.info |
imce_mkdir.info |
|
name = "IMCE Mkdir"
description = "Allows users manage directories in IMCE"
core = "7.x"
package = "Media"
dependencies[] = "imce" |
imce_mkdir.install |
imce_mkdir.install |
|
Installs, uninstalls IMCE Mkdir. |
imce_mkdir.module |
imce_mkdir.module |
|
|
README.txt |
README.txt |
|
IMCE Mkdir
http://drupal.org/project/imce_mkdir
====================================
DESCRIPTION
-----------
Adds directory creation functionality to IMCE through its UI.
INSTALLING
----------
1. To install the module copy the… |