diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-12-11 09:03:04 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-12-11 09:03:04 +0000 |
| commit | e482012a7cd4af00e74cc04fbf8d3910537278e3 (patch) | |
| tree | 6e1c0cb4055a4ccea771d7cbdb875bab3a36bb2a /edition_edit.php | |
| parent | b165747c5b5be667ae9d0f9cf5da504dfe04b5f7 (diff) | |
| download | newsletters-e482012a7cd4af00e74cc04fbf8d3910537278e3.tar.gz newsletters-e482012a7cd4af00e74cc04fbf8d3910537278e3.tar.bz2 newsletters-e482012a7cd4af00e74cc04fbf8d3910537278e3.zip | |
load ajax library for attachment browser
Diffstat (limited to 'edition_edit.php')
| -rw-r--r-- | edition_edit.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/edition_edit.php b/edition_edit.php index 2ab3556..62d52a0 100644 --- a/edition_edit.php +++ b/edition_edit.php @@ -46,8 +46,10 @@ if (isset($_REQUEST["preview"])) { } } +// load the ajax library for this page +$gBitSmarty->assign( 'loadAjax', TRUE ); // Display the template $gBitSystem->display( 'bitpackage:newsletters/edit_edition.tpl', ($gContent->isValid() ? tra( 'Edit Edition' ).': '.$gContent->getTitle() : tra( 'Create New Edition' )) ); -?>
\ No newline at end of file +?> |
