You are here

Files in Popups API (Ajax Dialogs) 5

Primary tabs

File namesort descending Location Namespace Description
CHANGELOG.txt CHANGELOG.txt 5.x-1.0-beta2 Bug Fixes * Corrected noReload to not force cold reload if there is a form (really should backport reloadWhenDone flag). * Changed $form['#submit'] to use proper D5 syntax. * Updated README docs. *…
popups-popup.tpl.php popups-popup.tpl.php
popups-skin.css popups-skin.css #popups { border: 2px solid #EDF5FA; -moz-border-radius: 8px; -webkit-border-radius: 8px; opacity: 0.9; } #popups-title { border-bottom: 1px solid #b4d7f0; background-color: #d4e7f3; color: #455067; margin-bottom: 0.25em; padding:…
popups.css popups.css /* ** Ajax popups dialog box styles */ #popups-overlay { position: absolute; background: black; z-index: 9; top: 0; } #popups-loading { z-index: 10; opacity: 0.75; position: relative; } #popups-loading div { position: absolute; …
popups.info popups.info name = Popup API description = General dialog creation utilities. package = User interface
popups.install popups.install
popups.module popups.module popups.module
popups_admin.info popups_admin.info name = Administration Popups description = Uses the Popups API to add popups to various administration pages. package = User interface
popups_admin.module popups_admin.module popups_admin.module
README.txt README.txt This module gives Drupal the ability to easily change links into popup dialog boxes. IMPORTANT NOTE: it only works with themes that have selectable content areas. To use with Garland, you must edit themes/garland/page.tpl.php, and change line 75…

Other projects