Author: rande
Date: 2010-03-06 03:56:22 +0100 (Sat, 06 Mar 2010)
New Revision: 28397
Modified:
plugins/mgI18nPlugin/branches/sf1.2/modules/mgI18nAdmin/templates/_displayTranslationBox.php
Log:
[mgI18nPlugin][1.2] fix IE bug
Modified:
plugins/mgI18nPlugin/branches/sf1.2/modules/mgI18nAdmin/templates/_displayTranslationBox.php
===================================================================
---
plugins/mgI18nPlugin/branches/sf1.2/modules/mgI18nAdmin/templates/_displayTranslationBox.php
2010-03-06 02:51:42 UTC (rev 28396)
+++
plugins/mgI18nPlugin/branches/sf1.2/modules/mgI18nAdmin/templates/_displayTranslationBox.php
2010-03-06 02:56:22 UTC (rev 28397)
@@ -122,7 +122,7 @@
jQuery(window).bind('load', function() {
mgI18nPlugin.instance = new mgI18nPlugin({
url_translation: '<?php echo url_for('mg_i18n_get_targets') ?>',
- url_messages: '<?php echo
url_for('@mg_i18n_get_messages?type=MESSAGE_TYPE') ?>',
+ url_messages: '<?php echo
url_for('@mg_i18n_get_messages?type=MESSAGE_TYPE') ?>'
});
});
}
--
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.