Skip to content

Commit

Permalink
Fixed issue #7625: Cannot include response and invitation infomation …
Browse files Browse the repository at this point in the history
…in confirmation message
  • Loading branch information
c-schmitz committed Mar 2, 2013
1 parent 12875b7 commit 74ede07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/views/admin/htmleditor/pop_editor_view.php
Expand Up @@ -42,7 +42,7 @@ function closeme()
LimeReplacementFieldsType: "<?php echo $sFieldType; ?>",
LimeReplacementFieldsAction: "<?php echo $sAction; ?>",
smiley_path: "<?php echo Yii::app()->getConfig('rooturl') . '/upload/images/smiley/msn/'; ?>",
LimeReplacementFieldsPath : "<?php echo Yii::app()->createUrl("/admin/limereplacementfields/index"); ?>",
LimeReplacementFieldsPath : "<?php echo Yii::app()->getConfig('rooturl') . '/index.php/admin/limereplacementfields/sa/index'; ?>",
language : "<?php echo $ckLanguage ?>"
<?php echo $htmlformatoption; ?> });
});
Expand Down
Expand Up @@ -13,7 +13,7 @@
title : lang.title,
minWidth : 300,
minHeight : 80,
height : 200,
height : 260,
resizable : CKEDITOR.DIALOG_RESIZE_NONE,
contents :
[
Expand Down

0 comments on commit 74ede07

Please sign in to comment.