Index: lams_central/web/fckeditor/editor/fckdialog.html
===================================================================
diff -u -red376d7ba9e60ab607761599bd56dcf7eb590c47 -r90292078dc887c6ced2b067e965e0cd11cbf5431
--- lams_central/web/fckeditor/editor/fckdialog.html (.../fckdialog.html) (revision ed376d7ba9e60ab607761599bd56dcf7eb590c47)
+++ lams_central/web/fckeditor/editor/fckdialog.html (.../fckdialog.html) (revision 90292078dc887c6ced2b067e965e0cd11cbf5431)
@@ -25,7 +25,6 @@
-
@@ -177,16 +108,15 @@
Index: lams_central/web/fckeditor/editor/plugins/wikilink/fckplugin.js
===================================================================
diff -u -rc688768471ebb422e6071766ea6223f52aaac442 -r90292078dc887c6ced2b067e965e0cd11cbf5431
--- lams_central/web/fckeditor/editor/plugins/wikilink/fckplugin.js (.../fckplugin.js) (revision c688768471ebb422e6071766ea6223f52aaac442)
+++ lams_central/web/fckeditor/editor/plugins/wikilink/fckplugin.js (.../fckplugin.js) (revision 90292078dc887c6ced2b067e965e0cd11cbf5431)
@@ -1,5 +1,5 @@
// Register the related command.
-FCKCommands.RegisterCommand( 'WikiLink', new FCKDialogCommand( 'WikiLink', FCKLang.WikiLinkDlgTitle, FCKPlugins.Items['wikilink'].Path + 'fck_wikilink.jsp', 280, 260 ) ) ;
+FCKCommands.RegisterCommand( 'WikiLink', new FCKDialogCommand( 'WikiLink', FCKLang.WikiLinkDlgTitle, FCKPlugins.Items['wikilink'].Path + 'fck_wikilink.jsp', 280, 230 ) ) ;
// Create the "WikiLink" toolbar button.
var oWikiLinkItem = new FCKToolbarButton( 'WikiLink', FCKLang.WikiLinkBtn ) ;
@@ -10,9 +10,9 @@
// The object used for all WikiLink operations.
var FCKWikiLinks = new Object() ;
-FCKWikiLinks.InsertWikiLink = function ( linkName, wikiName )
+FCKWikiLinks.InsertWikiLink = function ( linkAlias, wikiName )
{
- FCK.InsertHtml( '' + linkName + '' );
+ FCK.InsertHtml( '' + linkAlias + '' );
}