Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Thu, Jul 24, 7:10 PM

in-portal

Index: branches/RC/themes/default2007/platform/elements/header.tpl
===================================================================
--- branches/RC/themes/default2007/platform/elements/header.tpl (revision 9107)
+++ branches/RC/themes/default2007/platform/elements/header.tpl (revision 9108)
@@ -1,50 +1,44 @@
-<!--## if In-edit (CMS) installed! ##-->
-<inp2:m_if check="m_ModuleEnabled" module="In-Edit"/>
- <inp2:cms_EditPage />
-</inp2:m_if>
-<!--## /if In-edit (CMS) installed! ##-->
-
<table class="top-background fullwidth">
<tr>
<td width="203">
<a href="<inp2:m_Link template="index" m_cat_id="0"/>"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/inportal_logo.gif" width="203" height="54" alt="" /></a><br />
</td>
<td align="right">
<table style="width:auto">
<tr>
<td class="top-select-padding">
<form method="post" name="lang_form" id="lang_form" action="<inp2:m_FormAction />">
<input type="hidden" name="events[lang][OnChangeLanguage]" value="" />
<inp2:m_Phrase label="lu_YourLanguage"/>:
<select name="language" class="input-select" onchange="document.getElementById('lang_form').submit()">
<inp2:m_DefineElement name="lang_elem">
<option value="<inp2:Field name="LanguageId"/>" <inp2:m_if check="SelectedLanguage">selected="selected"</inp2:m_if> ><inp2:Field name="PackName"/></option>
</inp2:m_DefineElement>
<inp2:lang_ListLanguages render_as="lang_elem" no_table="1"/>
</select>
</form>
</td>
<inp2:m_if check="m_ModuleEnabled" module="In-Commerce">
<td width="1">
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/languages_separator.gif" width="1" height="22" alt="" />
</td>
<td class="top-select-padding">
<form method="post" name="cur_form" id="cur_form" action="<inp2:m_FormAction />">
&nbsp; <inp2:m_Phrase label="lu_YourCurrency"/>:
<input type="hidden" name="events[curr][OnChangeCurrency]" value="" />
<select name="curr_iso" class="input-select" onchange="document.getElementById('cur_form').submit()">
<inp2:m_DefineElement name="currency">
<option value="<inp2:Field name="ISO"/>" <inp2:m_if check="SelectedCurrency">selected="selected"</inp2:m_if> ><inp2:Field name="ISO"/></option>
</inp2:m_DefineElement>
<inp2:curr_ListCurrencies render_as="currency" no_table="1"/>
</select>
</form>
</td>
</inp2:m_if>
</tr>
</table>
</td>
</tr>
</table>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/platform/elements/header.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.9.2.1
\ No newline at end of property
+1.9.2.2
\ No newline at end of property

Event Timeline