Author: spikebrehm
Date: 2010-05-18 20:30:56 +0200 (Tue, 18 May 2010)
New Revision: 29508
Modified:
plugins/srPageChooserPlugin/trunk/README
plugins/srPageChooserPlugin/trunk/web/js/fckeditor/editor/dialog/fck_link.html
Log:
README edits and fix to path to srPageChooser module in fck_link.html
Modified: plugins/srPageChooserPlugin/trunk/README
===================================================================
--- plugins/srPageChooserPlugin/trunk/README 2010-05-18 17:49:09 UTC (rev
29507)
+++ plugins/srPageChooserPlugin/trunk/README 2010-05-18 18:30:56 UTC (rev
29508)
@@ -155,6 +155,7 @@
$ cd web/js/fckeditor/
$ find . -name .svn | xargs rm -rf
+ $ cd ../../..
Now, if you haven't already, copy in the `srPageChooserPlugin` version of
`fck_link.html` into this new directory:
@@ -162,12 +163,13 @@
Finally, to tell Apostrophe to use our custom FCKEditor files, change the
`rich_text_fck_js_dir` setting in `apps/frontend/config/settings.yml` to
reflect the new location:
- rich_text_fck_js_dir: web/js/fckeditor
+ rich_text_fck_js_dir: js/fckeditor
Clear your cache, and that's it!
$ ./symfony cc
+If you don't see the changes, make sure to clear your browser's cache!
Contact the developer at ocelot [a] gmail.
Modified:
plugins/srPageChooserPlugin/trunk/web/js/fckeditor/editor/dialog/fck_link.html
===================================================================
---
plugins/srPageChooserPlugin/trunk/web/js/fckeditor/editor/dialog/fck_link.html
2010-05-18 17:49:09 UTC (rev 29507)
+++
plugins/srPageChooserPlugin/trunk/web/js/fckeditor/editor/dialog/fck_link.html
2010-05-18 18:30:56 UTC (rev 29508)
@@ -46,7 +46,7 @@
<label for="txtUrlTmp">URL:</label>
<input type="text" id="txtUrlTmp" />
<button id="btnPageChooserOk"
onclick="javascript:PageChooserParent.onButtonOk();">Ok</button>
- <iframe id="ifrmPageChooser" name="PageChooser"
frameborder="0" src="/index.php/admin/PageChooser/choose"
style="display:none"></iframe>
+ <iframe id="ifrmPageChooser" name="PageChooser"
frameborder="0" src="/index.php/admin/srPageChooser/choose"
style="display:none"></iframe>
</div>
<!-- end srPageChooserPlugin -->
<br />
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.