Author: spikebrehm
Date: 2010-04-28 02:10:39 +0200 (Wed, 28 Apr 2010)
New Revision: 29280

Added:
   plugins/srPageChooserPlugin/trunk/templates/
   plugins/srPageChooserPlugin/trunk/templates/bare.php
Removed:
   plugins/srPageChooserPlugin/trunk/modules/srPageChooser/templates/bare.php
Modified:
   plugins/srPageChooserPlugin/trunk/modules/srPageChooser/config/view.yml
Log:
fixing layout

Modified: 
plugins/srPageChooserPlugin/trunk/modules/srPageChooser/config/view.yml
===================================================================
--- plugins/srPageChooserPlugin/trunk/modules/srPageChooser/config/view.yml     
2010-04-27 23:48:55 UTC (rev 29279)
+++ plugins/srPageChooserPlugin/trunk/modules/srPageChooser/config/view.yml     
2010-04-28 00:10:39 UTC (rev 29280)
@@ -1,5 +1,6 @@
 default:
+  has_layout: true
   layout: bare
   
-  javascripts: []#[-tmpHover.js]
+  javascripts: []
   stylesheets: []
\ No newline at end of file

Deleted: 
plugins/srPageChooserPlugin/trunk/modules/srPageChooser/templates/bare.php
===================================================================
--- plugins/srPageChooserPlugin/trunk/modules/srPageChooser/templates/bare.php  
2010-04-27 23:48:55 UTC (rev 29279)
+++ plugins/srPageChooserPlugin/trunk/modules/srPageChooser/templates/bare.php  
2010-04-28 00:10:39 UTC (rev 29280)
@@ -1,17 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
-    <head>
-        <meta name="robots" content="noindex,nofollow" />
-
-        <?php include_stylesheets() ?>        
-        <?php include_http_metas() ?>
-        <?php include_metas() ?>
-        <?php include_title() ?>
-        <?php include_javascripts() ?>
-
-    </head>
-    
-    <body>                       
-        <?php echo $sf_data->getRaw('sf_content') ?>
-    </body>
-</html>

Added: plugins/srPageChooserPlugin/trunk/templates/bare.php
===================================================================
--- plugins/srPageChooserPlugin/trunk/templates/bare.php                        
        (rev 0)
+++ plugins/srPageChooserPlugin/trunk/templates/bare.php        2010-04-28 
00:10:39 UTC (rev 29280)
@@ -0,0 +1,17 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
+    <head>
+        <meta name="robots" content="noindex,nofollow" />
+
+        <?php include_stylesheets() ?>        
+        <?php include_http_metas() ?>
+        <?php include_metas() ?>
+        <?php include_title() ?>
+        <?php include_javascripts() ?>
+
+    </head>
+    
+    <body>                       
+        <?php echo $sf_data->getRaw('sf_content') ?>
+    </body>
+</html>

-- 
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.

Reply via email to