gestadieu / sfAdminThemejRollerPlugin

Symfony admin generator with jQuery UI Theme Roller integration
MIT License
24 stars 9 forks source link

invalid html on sf_admin_bar #11

Open bkuberek opened 13 years ago

bkuberek commented 13 years ago
--- a/data/generator/sfDoctrineModule/jroller/template/templates/indexSuccess.php
+++ b/data/generator/sfDoctrineModule/jroller/template/templates/indexSuccess.php
@@ -9,7 +9,7 @@
   </div>

   <?php if ($this->configuration->hasFilterForm()): ?>
-    <div id="sf_admin_bar ui-helper-hidden" style="display:none">
+    <div id="sf_admin_bar" class="ui-helper-hidden" style="display:none">
       [?php include_partial('<?php echo $this->getModuleName() ?>/filters', array('form' => $filters, 'configuration' => $configuration)) ?]
     </div>
   <?php endif; ?>