diff options
| author | Nick Palmer <nick@sluggardy.net> | 2007-06-10 16:43:17 +0000 |
|---|---|---|
| committer | Nick Palmer <nick@sluggardy.net> | 2007-06-10 16:43:17 +0000 |
| commit | 926c131dfb87d56cd7b4c9f8115f600d3bbe8dc5 (patch) | |
| tree | d8183de1b79a73ab090d59e8fba1f8ff2af7bc09 /edit_pigeonholes.php | |
| parent | c77bdcd8f8f75a85928beb8fea1368acbe73449e (diff) | |
| download | pigeonholes-926c131dfb87d56cd7b4c9f8115f600d3bbe8dc5.tar.gz pigeonholes-926c131dfb87d56cd7b4c9f8115f600d3bbe8dc5.tar.bz2 pigeonholes-926c131dfb87d56cd7b4c9f8115f600d3bbe8dc5.zip | |
Add attachment browser.
Diffstat (limited to 'edit_pigeonholes.php')
| -rw-r--r-- | edit_pigeonholes.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/edit_pigeonholes.php b/edit_pigeonholes.php index 6e253ae..52d29f1 100644 --- a/edit_pigeonholes.php +++ b/edit_pigeonholes.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_pigeonholes.php,v 1.23 2006/09/03 13:27:44 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_pigeonholes.php,v 1.24 2007/06/10 16:43:17 nickpalmer Exp $ * * Copyright ( c ) 2004 bitweaver.org * Copyright ( c ) 2003 tikwiki.org @@ -8,7 +8,7 @@ * All Rights Reserved. See copyright.txt for details and a complete list of authors. * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details * - * $Id: edit_pigeonholes.php,v 1.23 2006/09/03 13:27:44 squareing Exp $ + * $Id: edit_pigeonholes.php,v 1.24 2007/06/10 16:43:17 nickpalmer Exp $ * @package pigeonholes * @subpackage functions */ @@ -173,6 +173,8 @@ if ( $gBitSystem->isFeatureActive( 'pigeonholes_themes' ) ) { $gBitSmarty->assign( 'styles', $styles ); } +$gBitSmarty->assign('loadAjax', TRUE); + // Display the template if ( !empty( $gStructure ) ) { $gBitSystem->display( 'bitpackage:pigeonholes/edit_pigeonholes.tpl', !empty( $gStructure->mInfo['title'] ) ? tra( 'Edit Pigeonhole' ).': '.$gStructure->mInfo["title"] : tra( 'Create Pigeonhole' ) ); |
