Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Wed, Feb 12, 8:28 AM

in-portal

Index: branches/5.0.x/themes/default/no_permission.tpl
===================================================================
--- branches/5.0.x/themes/default/no_permission.tpl (revision 12795)
+++ branches/5.0.x/themes/default/no_permission.tpl (revision 12796)
@@ -1,22 +1,22 @@
<!--##
<NAME>No Permissions</NAME>
<DESC></DESC>
<SECTION>Pages</SECTION>
##-->
<!--## DEFINE MAIN CONTENT ELEMENT ##-->
<inp2:m_DefineElement name="content">
<inp2:m_RenderElement design="content_box">
<inp2:m_Capture to_var="header">
<inp2:st_PageInfo type="title"/>
</inp2:m_Capture>
<inp2:st_ContentBlock num="1"/>
</inp2:m_RenderElement>
</inp2:m_DefineElement>
<!--## /DEFINE MAIN CONTENT ELEMENT ##-->
-<inp2:m_include template="designs/default_design.des" page_class="class='inner'"/>
+<inp2:m_include template="designs/default_design.des" page_class="inner"/>
Index: branches/5.0.x/themes/default/error_notfound.tpl
===================================================================
--- branches/5.0.x/themes/default/error_notfound.tpl (revision 12795)
+++ branches/5.0.x/themes/default/error_notfound.tpl (revision 12796)
@@ -1,28 +1,28 @@
<!--##
<NAME>Page Not Found</NAME>
<DESC></DESC>
<SECTION>Pages</SECTION>
##-->
<!--## SET 404 HEADER FOR RESPONSE ##-->
<inp2:m_Header data="HTTP/1.0 404 Not Found"/>
<!--## //SET 404 HEADER FOR RESPONSE ##-->
<!--## DEFINE MAIN CONTENT ELEMENT ##-->
<inp2:m_DefineElement name="content">
<inp2:m_RenderElement design="content_box">
<inp2:m_Capture to_var="header">
<inp2:st_PageInfo type="title"/>
</inp2:m_Capture>
<inp2:st_ContentBlock num="1"/>
</inp2:m_RenderElement>
</inp2:m_DefineElement>
<!--## /DEFINE MAIN CONTENT ELEMENT ##-->
<!--## DESIGN TEMPLATE ##-->
-<inp2:m_include template="designs/default_design.des" page_class="class='inner'"/>
+<inp2:m_include template="designs/default_design.des" page_class="inner"/>
<!--## /DESIGN TEMPLATE ##-->
Index: branches/5.0.x/themes/default/designs/default_design.des.tpl
===================================================================
--- branches/5.0.x/themes/default/designs/default_design.des.tpl (revision 12795)
+++ branches/5.0.x/themes/default/designs/default_design.des.tpl (revision 12796)
@@ -1,57 +1,57 @@
<inp2:m_CheckSSL/>
<inp2:m_Include template="elements/content_boxes.elm" strip_nl="1"/> <!--## includes system elements ##-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<inp2:lang.current_Field name="Locale" db="1"/>" lang="<inp2:lang.current_Field name="Locale" db="1"/>">
<head>
<title>
<inp2:st_PageInfo type="title"/> (<inp2:m_GetConfig name="Site_Name"/>)
</title>
<inp2:m_Include template="elements/html_head.elm" />
</head>
<body>
<inp2:st_EditPage mode="start"/><!--## System tag please do not remove ##-->
- <div id="wrapper"<inp2:m_Param name="page_class"/>>
+ <div id="wrapper" class="<inp2:m_Param name="page_class"/>">
<!-- Basic Header -->
<p class="title_system"><inp2:m_Phrase label="lu_text_PromoHeader1"/></p>
<div id="header">
<h1 class="logo"><a href="<inp2:m_Link template="index" m_cat_id="0" />"><inp2:m_GetConfig name="Site_Name"/></a></h1>
<p class="slogan"><inp2:m_Phrase label="lu_text_PromoHeader2"/></p>
</div>
<div class="clear"></div>
<!-- /Basic Header -->
<!-- Navigation -->
<inp2:m_Include template="elements/navigation_menu.elm" />
<!-- /Navigation -->
<div id="content">
<inp2:m_RenderElement name="content"/>
<!--## defined in each data template or default one used ##-->
<inp2:m_RenderElement name="sidebar" default_element="default_sidebar" />
<div class="clear"></div>
</div><!-- #content -->
</div><!-- #wrapper -->
<!-- Footer -->
<inp2:m_Include template="elements/footer.elm" />
<!-- //Footer -->
<inp2:st_EditPage mode="end"/> <!--## /System tag please do not remove ##-->
<inp2:m_Include template="elements/tracking.elm" />
</body>
</html>
\ No newline at end of file
Index: branches/5.0.x/themes/default/designs/general.tpl
===================================================================
--- branches/5.0.x/themes/default/designs/general.tpl (revision 12795)
+++ branches/5.0.x/themes/default/designs/general.tpl (revision 12796)
@@ -1,24 +1,24 @@
<!--##
<NAME>General - Section Template</NAME>
<DESC>General</DESC>
<SECTION>Platform</SECTION>
##-->
<!--## DEFINE MAIN CONTENT ELEMENT ##-->
<inp2:m_DefineElement name="content">
<inp2:m_RenderElement design="content_box">
<inp2:m_Capture to_var="header">
<inp2:st_PageInfo type="title"/>
</inp2:m_Capture>
<inp2:st_ContentBlock num="1"/>
</inp2:m_RenderElement>
</inp2:m_DefineElement>
<!--## /DEFINE MAIN CONTENT ELEMENT ##-->
<!--## INCLUDE MAIN DESIGN TEMPLATE ##-->
-<inp2:m_include template="designs/default_design.des" page_class="class='inner'"/>
+<inp2:m_include template="designs/default_design.des" page_class="inner"/>
<!--## /INCLUDE MAIN DESIGN TEMPLATE ##-->
\ No newline at end of file

Event Timeline