[limb-svn] r6737 - in 3.x/examples/crud/template: main_page news

svn at limb-project.com svn at limb-project.com
Thu Jan 24 14:08:51 MSK 2008


Author: serega
Date: 2008-01-24 14:08:51 +0300 (Thu, 24 Jan 2008)
New Revision: 6737
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6737

Modified:
   3.x/examples/crud/template/main_page/display.phtml
   3.x/examples/crud/template/news/create.phtml
   3.x/examples/crud/template/news/detail.phtml
   3.x/examples/crud/template/news/display.phtml
   3.x/examples/crud/template/news/edit.phtml
Log:
-- minor fixes in CRUD template for MACRO

Modified: 3.x/examples/crud/template/main_page/display.phtml
===================================================================
--- 3.x/examples/crud/template/main_page/display.phtml	2008-01-24 09:12:50 UTC (rev 6736)
+++ 3.x/examples/crud/template/main_page/display.phtml	2008-01-24 11:08:51 UTC (rev 6737)
@@ -1,4 +1,4 @@
-{{wrap with="page.phtml" slot="page_placeholder"}}
+{{wrap with="page.phtml" into="page_placeholder"}}
 
 <h1>Main page - <a href="news/">Newsline</a></h1>
 <hr />

Modified: 3.x/examples/crud/template/news/create.phtml
===================================================================
--- 3.x/examples/crud/template/news/create.phtml	2008-01-24 09:12:50 UTC (rev 6736)
+++ 3.x/examples/crud/template/news/create.phtml	2008-01-24 11:08:51 UTC (rev 6737)
@@ -1,4 +1,4 @@
-{{wrap with="page.phtml" slot="page_placeholder"}}
+{{wrap with="page.phtml" into="page_placeholder"}}
 
 <h1><a href="">Main page</a> - <a href="/news/">Newsline</a></h1>
 <hr />

Modified: 3.x/examples/crud/template/news/detail.phtml
===================================================================
--- 3.x/examples/crud/template/news/detail.phtml	2008-01-24 09:12:50 UTC (rev 6736)
+++ 3.x/examples/crud/template/news/detail.phtml	2008-01-24 11:08:51 UTC (rev 6737)
@@ -1,4 +1,4 @@
-{{wrap with="page.phtml" slot="page_placeholder"}}
+{{wrap with="page.phtml" into="page_placeholder"}}
 
 <h1><a href="">Main page</a> - <a href="news/">Newsline</a></h1>
 <hr />

Modified: 3.x/examples/crud/template/news/display.phtml
===================================================================
--- 3.x/examples/crud/template/news/display.phtml	2008-01-24 09:12:50 UTC (rev 6736)
+++ 3.x/examples/crud/template/news/display.phtml	2008-01-24 11:08:51 UTC (rev 6737)
@@ -1,4 +1,4 @@
-{{wrap with="page.phtml" slot="page_placeholder"}}
+{{wrap with="page.phtml" into="page_placeholder"}}
 
 <h1><a href="">Main page</a> - Newsline</h1>
 <hr />

Modified: 3.x/examples/crud/template/news/edit.phtml
===================================================================
--- 3.x/examples/crud/template/news/edit.phtml	2008-01-24 09:12:50 UTC (rev 6736)
+++ 3.x/examples/crud/template/news/edit.phtml	2008-01-24 11:08:51 UTC (rev 6737)
@@ -1,4 +1,4 @@
-{{wrap with="page.phtml" slot="page_placeholder"}}
+{{wrap with="page.phtml" into="page_placeholder"}}
 
 <h1><a href="">Main page</a> - <a href="/news/">Newsline</a></h1>
 <hr />



More information about the limb-svn mailing list