[Checkins] SVN: grokui.base/trunk/src/grokui/base/templates/grokuilayout.pt Changed the contentproviders names, according to the new naming convention.

Souheil CHELFOUH souheil at chelfouh.com
Mon Jan 25 04:53:31 EST 2010


Log message for revision 108464:
  Changed the contentproviders names, according to the new naming convention.
  All tests pass.
  

Changed:
  U   grokui.base/trunk/src/grokui/base/templates/grokuilayout.pt

-=-
Modified: grokui.base/trunk/src/grokui/base/templates/grokuilayout.pt
===================================================================
--- grokui.base/trunk/src/grokui/base/templates/grokuilayout.pt	2010-01-25 09:51:54 UTC (rev 108463)
+++ grokui.base/trunk/src/grokui/base/templates/grokuilayout.pt	2010-01-25 09:53:30 UTC (rev 108464)
@@ -6,12 +6,12 @@
   </head>
   <body>
     <div id="grokui-header"
-	 tal:content="structure provider:grokui_admin_header" />
+	 tal:content="structure provider:grokui_header" />
 
     <div id="grokui-content"
 	 tal:content="structure view/content" />
 
     <div id="grokui-footer"
-	 tal:content="structure provider:grokui_admin_footer" />
+	 tal:content="structure provider:grokui_footer" />
   </body>
 </html>



More information about the checkins mailing list