You are here

Files in Node Relationships 6

Primary tabs

File namesort descending Location Namespace Description
CHANGELOG.txt CHANGELOG.txt 6.x-1.x-dev =========== Features: - #865280 by DeeLay and markus_petrux - Add option to use admin theme for Node Relationships pages rendered in modal frames for features such as "Search and reference". - #942518 by travist - Support for…
noderelationships.admin.inc noderelationships.admin.inc Implementation of the administration pages of the module.
noderelationships.admin_erd.css css/noderelationships.admin_erd.css /** * Entity Relationship Diagram (ERD). */ .noderelationships-erd { margin: 2em 0 0 0; padding: 0; } .noderelationships-erd-group { margin: 0; padding: 1em; background-color: #f8f8f8; border: 1px dashed #808080; text-align:…
noderelationships.admin_settings.css css/noderelationships.admin_settings.css /** * Relationship settings table. */ #noderelationships-settings-table .draggable { padding-right: 0; white-space: nowrap; } #noderelationships-settings-table .draggable a.tabledrag-handle { margin: 0; padding:…
noderelationships.backref_views.css css/noderelationships.backref_views.css /** * Style elements related to back reference views. * * @see theme_noderelationships_backref_view() */ dl.noderelationships-backref-view { margin-bottom: 1.5em; } dl.noderelationships-backref-view dt { font-weight: bold; }
noderelationships.inc noderelationships.inc Common functions for the noderelationships module.
noderelationships.info noderelationships.info name = Node Relationships description = Provides methods to complete two way relationships between content types enhancing the features of node reference fields. package = CCK dependencies[] = content dependencies[] = nodereference dependencies[] =…
noderelationships.install noderelationships.install Implementation of installation/uninstallation hooks.
noderelationships.module noderelationships.module This is the main script for the noderelationships module. It merely contains the implementation of hooks invoked by Drupal core, CCK, Views, etc. All common functions are externalized into several scripts that are included on demand.
noderelationships.noderef_dialog.css css/noderelationships.noderef_dialog.css /** * Search/Create and reference tabs and content. */ .noderelationships-noderef-page-tabs { margin: 0; padding: 0; } /* Fix for IE6. */ * html .noderelationships-noderef-page-tabs { margin-top: 1em; } .noderelationships-noderef-page-tabs ul…
noderelationships.node_form.css css/noderelationships.node_form.css /** * Search/Create and reference buttons. */ .form-item .noderelationships-nodereference-autocomplete, .content-add-more .noderelationships-nodereference-add-more { display: inline-block; margin-right:…
noderelationships.pages.inc noderelationships.pages.inc Implementation of user land pages.
noderelationships.system.inc noderelationships.system.inc Implementation of system related functions that are not executed during normal site operation.
noderelationships.translation.inc noderelationships.translation.inc Translation support for Node Relationships module.
noderelationships.views_default.inc views/noderelationships.views_default.inc Provide default views for the Node Relationships module.
README.txt README.txt ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Node Relationships ;; ;; Original author: markus_petrux…

Other projects