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 = "6.x"
dependencies[] = imce |
imce_mkdir.install |
imce_mkdir.install |
|
|
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.
REQUIREMENTS
------------
Drupal 6.x
INSTALLING
----------
1. To install… |