admin.css |
css/admin.css |
|
.ctc-readonly {
background-color: #f1f1f1 !important;
}
.token-tree {
margin-left: 0px;
}
.token-tree caption {
text-align: left;
} |
clone.admin.inc |
includes/clone.admin.inc |
|
Content Type Clone cloning functions. |
content_type_clone.info |
content_type_clone.info |
|
name = Content Type Clone
description = Allows to clone content types from a simple link added to each content type in the content type list.
core = "7.x"
dependencies[] = node
dependencies[] = field |
content_type_clone.module |
content_type_clone.module |
|
Content Type Clone primary module file. |
page.admin.inc |
includes/page.admin.inc |
|
Content Type Clone utility functions. |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Recommended modules
* Installation
* Configuration
* Troubleshooting
* FAQ
* Maintainers
INTRODUCTION
------------
Content Type Clone alows users with the… |