Author: Jonathan.Wage
Date: 2010-01-14 04:29:32 +0100 (Thu, 14 Jan 2010)
New Revision: 26605
Modified:
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAssetsPlugin/modules/sympal_assets/templates/selectSuccess.php
Log:
[1.4][sfSympalPlugin][1.0] Adding missing use_helper('jQuery') call
Modified:
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAssetsPlugin/modules/sympal_assets/templates/selectSuccess.php
===================================================================
---
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAssetsPlugin/modules/sympal_assets/templates/selectSuccess.php
2010-01-14 01:40:04 UTC (rev 26604)
+++
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAssetsPlugin/modules/sympal_assets/templates/selectSuccess.php
2010-01-14 03:29:32 UTC (rev 26605)
@@ -1,5 +1,6 @@
<link rel="stylesheet" type="text/css" media="screen" href="<?php echo
stylesheet_path('/sfSympalAssetsPlugin/css/select.css') ?>" />
<script type="text/javascript" src="<?php echo
javascript_path('/sfSympalAssetsPlugin/js/select.js') ?>"></script>
+<?php use_helper('jQuery') ?>
<div id="sympal_assets_container" class="sympal_form">
<h1>Asset Browser</h1>
--
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.