public function display(array $context)
    {
        // line 1
        echo "<div style=\"padding:0px 0px 5px 10px\" class=\"Text\">";
        echo twig_safe_filter((isset($context['HelpText']) ? $context['HelpText'] : null));
        echo "</div>
<table width=\"100%\" class=\"Panel\">
<tr style=\"";
        // line 3
        echo twig_safe_filter((isset($context['HideHeaderRow']) ? $context['HideHeaderRow'] : null));
        echo "\">
\t<td class=\"Heading2\" colspan=\"2\">";
        // line 4
        echo twig_safe_filter((isset($context['ShipperId']) ? $context['ShipperId'] : null));
        echo " ";
        echo getLang("Settings");
        echo "</td>
</tr>
";
        // line 6
        echo twig_safe_filter((isset($context['Properties']) ? $context['Properties'] : null));
        echo "
</table>

";
    }
    public function display(array $context)
    {
        // line 1
        echo "<li id=\"";
        echo twig_safe_filter((isset($context['MenuTabId']) ? $context['MenuTabId'] : null));
        echo "\" class=\"";
        echo twig_safe_filter((isset($context['MenuActive']) ? $context['MenuActive'] : null));
        echo "\">
<a class=\"TopMenuItem\" href=\"";
        // line 2
        echo twig_safe_filter((isset($context['MenuURL']) ? $context['MenuURL'] : null));
        echo "\">
<span class=\"CornerLeft\"></span>
<span class=\"MenuImage ";
        // line 4
        echo twig_safe_filter((isset($context['MenuTabId']) ? $context['MenuTabId'] : null));
        echo "\"></span>
<span class=\"MenuText\">";
        // line 5
        echo twig_safe_filter((isset($context['MenuName']) ? $context['MenuName'] : null));
        echo "</span>
<span class=\"Arrow\"></span>
<span class=\"CornerRight\"></span>
</a>

";
        // line 10
        echo twig_safe_filter((isset($context['SubMenuList']) ? $context['SubMenuList'] : null));
        echo "

</li>";
    }
 public function display(array $context)
 {
     // line 1
     echo "\t\t\t\t\t<tr>
t\t\t\t\t<td class=\"FieldLabel\">
t\t\t\t\t\t&nbsp;&nbsp;&nbsp;";
     // line 3
     echo twig_safe_filter((isset($context['CustomFieldLabel']) ? $context['CustomFieldLabel'] : null));
     echo ":
t\t\t\t\t</td>
t\t\t\t\t<td>
t\t\t\t\t\t<input type=\"text\" id=\"customFieldName[";
     // line 6
     echo twig_safe_filter((isset($context['CustomFieldKey']) ? $context['CustomFieldKey'] : null));
     echo "]\" name=\"customFieldName[";
     echo twig_safe_filter((isset($context['CustomFieldKey']) ? $context['CustomFieldKey'] : null));
     echo "]\" class=\"Field200\" value=\"";
     echo twig_safe_filter((isset($context['CustomFieldName']) ? $context['CustomFieldName'] : null));
     echo "\">
t\t\t\t\t\t<input type=\"text\" id=\"customFieldValue[";
     // line 7
     echo twig_safe_filter((isset($context['CustomFieldKey']) ? $context['CustomFieldKey'] : null));
     echo "]\" name=\"customFieldValue[";
     echo twig_safe_filter((isset($context['CustomFieldKey']) ? $context['CustomFieldKey'] : null));
     echo "]\" class=\"Field200\" value=\"";
     echo twig_safe_filter((isset($context['CustomFieldValue']) ? $context['CustomFieldValue'] : null));
     echo "\">
t\t\t\t\t\t<a href=\"#\" onclick=\"return AddCustomField()\"><img src=\"images/addicon.gif\" alt=\"Add\" border=\"0\" /></a>
t\t\t\t\t\t<a href=\"#\" onclick=\"return DelCustomField(this.parentNode.parentNode)\" style=\"display: ";
     // line 9
     echo twig_safe_filter((isset($context['HideCustomFieldDelete']) ? $context['HideCustomFieldDelete'] : null));
     echo ";\"><img src=\"images/delicon.gif\" alt=\"Del\" border=\"0\" /></a>
t\t\t\t\t</td>
t\t\t\t</tr>";
 }
    public function display(array $context)
    {
        // line 1
        echo "<table class=\"GridPanel SortableGrid\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" id=\"IndexGrid\" style=\"width:100%; margin-top:10px\">
\t<tr>
\t\t<td colspan=\"";
        // line 3
        echo twig_safe_filter((isset($context['ColSpan']) ? $context['ColSpan'] : null));
        echo "\">
\t\t\t<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%;\">
\t\t\t\t<td nowrap=\"nowrap\" style=\"padding-bottom: 10px; padding-left: 10px;\">
\t\t\t\t\t";
        // line 6
        echo twig_safe_filter((isset($context['DataSummary']) ? $context['DataSummary'] : null));
        echo "
\t\t\t\t</td>
\t\t\t\t<td align=\"right\" class=\"PagingNav\" style=\"padding:6px 0px 6px 0px; width: 100%;\">
\t\t\t\t\t";
        // line 9
        echo twig_safe_filter((isset($context['Nav']) ? $context['Nav'] : null));
        echo "
\t\t\t\t</td>
\t\t\t</table>
\t\t</td>
\t</tr>
\t";
        // line 14
        echo twig_safe_filter((isset($context['GridData']) ? $context['GridData'] : null));
        echo "
</table>";
    }
    public function display(array $context)
    {
        // line 1
        echo "<div class=\"formRow\">
\t<label>
\t\t<span class=\"Required FormFieldRequired\" style=\"visibility: ";
        // line 3
        echo twig_safe_filter((isset($context['FormFieldRequiredVisable']) ? $context['FormFieldRequiredVisable'] : null));
        echo "\">*</span>
\t\t<span class=\"FormFieldLabel\">";
        // line 4
        echo twig_safe_filter((isset($context['FormFieldLabel']) ? $context['FormFieldLabel'] : null));
        echo "</span>
\t</label>
\t<div class=\"value\">
\t\t";
        // line 7
        echo twig_safe_filter((isset($context['FormFieldExtraHidden']) ? $context['FormFieldExtraHidden'] : null));
        echo "
\t\t";
        // line 8
        echo twig_safe_filter((isset($context['FormFieldFieldData']) ? $context['FormFieldFieldData'] : null));
        echo "
\t</div>
</div>";
    }
 public function display(array $context)
 {
     // line 1
     echo "\t\t\t<table class=\"GridPanel SortableGrid\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" id=\"IndexGrid\" style=\"width:100%;\">
t\t<tr class=\"Heading3\">
t\t\t<td align=\"center\"><input type=\"checkbox\" onclick=\"ToggleDeleteBoxes(this.checked)\"></td>
t\t\t<td>&nbsp;</td>
t\t\t<td>
t\t\t\t";
     // line 6
     echo getLang("BannerName");
     echo " &nbsp;
t\t\t\t";
     // line 7
     echo twig_safe_filter((isset($context['SortLinksName']) ? $context['SortLinksName'] : null));
     echo "
t\t\t</td>
t\t\t<td>
t\t\t\t";
     // line 10
     echo getLang("BannerLocation");
     echo " &nbsp;
t\t\t\t";
     // line 11
     echo twig_safe_filter((isset($context['SortLinksLocation']) ? $context['SortLinksLocation'] : null));
     echo "
t\t\t</td>
t\t\t<td>
t\t\t\t";
     // line 14
     echo getLang("DateCreated");
     echo " &nbsp;
t\t\t\t";
     // line 15
     echo twig_safe_filter((isset($context['SortLinksDate']) ? $context['SortLinksDate'] : null));
     echo "
t\t\t</td>
t\t\t<td style=\"width:70px;\">
t\t\t\t";
     // line 18
     echo getLang("Visible");
     echo " &nbsp;
t\t\t\t";
     // line 19
     echo twig_safe_filter((isset($context['SortLinksStatus']) ? $context['SortLinksStatus'] : null));
     echo "
t\t\t</td>
t\t\t<td style=\"width:80px;\">
t\t\t\t";
     // line 22
     echo getLang("Action");
     echo "\t\t\t\t</td>
t\t</tr>
t\t";
     // line 25
     echo twig_safe_filter((isset($context['BannerGrid']) ? $context['BannerGrid'] : null));
     echo "
t</table>";
 }
    public function display(array $context)
    {
        // line 1
        echo "<tr class=\"";
        echo twig_safe_filter((isset($context['ZoneClass']) ? $context['ZoneClass'] : null));
        echo "\" onmouseover=\"\$(this).addClass('";
        echo twig_safe_filter((isset($context['ZoneClass']) ? $context['ZoneClass'] : null));
        echo "Over');\" onmouseout=\"\$(this).removeClass('";
        echo twig_safe_filter((isset($context['ZoneClass']) ? $context['ZoneClass'] : null));
        echo "Over');\">
\t<td style=\"text-align: center;\"><input type=\"checkbox\" class=\"check\" ";
        // line 2
        echo twig_safe_filter((isset($context['ZoneDeleteCheckbox']) ? $context['ZoneDeleteCheckbox'] : null));
        echo " name=\"zones[]\" value=\"";
        echo twig_safe_filter((isset($context['ZoneId']) ? $context['ZoneId'] : null));
        echo "\" /></td>
\t<td><img src=\"images/zone.gif\" alt=\"\" /></td>
\t<td>";
        // line 4
        echo twig_safe_filter((isset($context['ZoneName']) ? $context['ZoneName'] : null));
        echo "</td>
\t<td>";
        // line 5
        echo twig_safe_filter((isset($context['ZoneType']) ? $context['ZoneType'] : null));
        echo "</td>
\t<td style=\"text-align: center;\">";
        // line 6
        echo twig_safe_filter((isset($context['ZoneStatus']) ? $context['ZoneStatus'] : null));
        echo "</td>
\t<td>
\t\t<a href=\"index.php?ToDo=editShippingZone&amp;zoneId=";
        // line 8
        echo twig_safe_filter((isset($context['ZoneId']) ? $context['ZoneId'] : null));
        echo "\">";
        echo getLang("EditSettings");
        echo "</a>
\t\t<a href=\"index.php?ToDo=editShippingZone&amp;zoneId=";
        // line 9
        echo twig_safe_filter((isset($context['ZoneId']) ? $context['ZoneId'] : null));
        echo "&amp;currentTab=1\">";
        echo getLang("EditMethods");
        echo "</a>
\t\t<a href=\"index.php?ToDo=copyShippingZone&amp;zoneId=";
        // line 10
        echo twig_safe_filter((isset($context['ZoneId']) ? $context['ZoneId'] : null));
        echo "\">";
        echo getLang("Copy");
        echo "</a>
\t\t<a href=\"index.php?ToDo=deleteShippingZones&amp;zones[]=";
        // line 11
        echo twig_safe_filter((isset($context['ZoneId']) ? $context['ZoneId'] : null));
        echo "\" onclick=\"return ConfirmDeleteZone();\" style=\"";
        echo twig_safe_filter((isset($context['HideDeleteZone']) ? $context['HideDeleteZone'] : null));
        echo "\">";
        echo getLang("Delete");
        echo "</a>
\t</td>
</tr>";
    }
 public function display(array $context)
 {
     // line 1
     echo "<input type=\"text\" ";
     echo twig_safe_filter((isset($context['FormFieldDefaultArgs']) ? $context['FormFieldDefaultArgs'] : null));
     echo " value=\"";
     echo twig_safe_filter((isset($context['FormFieldValue']) ? $context['FormFieldValue'] : null));
     echo "\" />";
 }
    public function display(array $context)
    {
        // line 1
        echo "<tr class=\"GridRow\" onmouseover=\"this.className='GridRowOver'\" onmouseout=\"this.className='GridRow'\" id=\"CustomerAddress";
        echo twig_safe_filter((isset($context['AddressId']) ? $context['AddressId'] : null));
        echo "\">
\t<td width=\"20\" align=\"center\">
\t\t<input type=\"checkbox\" name=\"addresses[]\" value=\"";
        // line 3
        echo twig_safe_filter((isset($context['AddressId']) ? $context['AddressId'] : null));
        echo "\" /><input type=\"hidden\" name=\"addressDisplayStatus[]\" value=\"display\" />
\t</td>
\t<td style=\"width:15%;\">
\t\t";
        // line 6
        echo twig_safe_filter((isset($context['FullName']) ? $context['FullName'] : null));
        echo "
\t</td>
\t<td style=\"width:10%;\">
\t\t";
        // line 9
        echo twig_safe_filter((isset($context['Phone']) ? $context['Phone'] : null));
        echo "
\t</td>
\t<td style=\"width:55%;\">
\t\t";
        // line 12
        echo twig_safe_filter((isset($context['StreetAddress']) ? $context['StreetAddress'] : null));
        echo "<br />
\t\t";
        // line 13
        echo twig_safe_filter((isset($context['City']) ? $context['City'] : null));
        echo ", ";
        echo twig_safe_filter((isset($context['State']) ? $context['State'] : null));
        echo " ";
        echo twig_safe_filter((isset($context['PostCode']) ? $context['PostCode'] : null));
        echo "<br />
\t\t";
        // line 14
        echo twig_safe_filter((isset($context['Country']) ? $context['Country'] : null));
        echo " ";
        echo twig_safe_filter((isset($context['CountryImg']) ? $context['CountryImg'] : null));
        echo "
\t</td>
\t<td>
\t\t";
        // line 17
        echo twig_safe_filter((isset($context['EditCustomerLink']) ? $context['EditCustomerLink'] : null));
        echo "
\t\t";
        // line 18
        echo twig_safe_filter((isset($context['DeleteCustomerLink']) ? $context['DeleteCustomerLink'] : null));
        echo "
\t</td>
</tr>";
    }
    public function display(array $context)
    {
        // line 1
        echo "\t<tr class=\"";
        echo twig_safe_filter((isset($context['ClassName']) ? $context['ClassName'] : null));
        echo "\" onmouseover=\"this.className='";
        echo twig_safe_filter((isset($context['ClassName']) ? $context['ClassName'] : null));
        echo "Over'\" onmouseout=\"this.className='";
        echo twig_safe_filter((isset($context['ClassName']) ? $context['ClassName'] : null));
        echo "'\">
\t\t<td width=\"20\" align=\"center\">
\t\t\t<input type=\"checkbox\" name=\"currencies[]\" value=\"";
        // line 3
        echo twig_safe_filter((isset($context['CurrencyId']) ? $context['CurrencyId'] : null));
        echo "\" ";
        echo twig_safe_filter((isset($context['DeleteStatus']) ? $context['DeleteStatus'] : null));
        echo "/>
\t\t</td>
\t\t<td align=\"center\" style=\"width:18px;\">
\t\t\t<img src='images/tax.gif' />
\t\t</td>
\t\t<td>
\t\t\t";
        // line 9
        echo twig_safe_filter((isset($context['CurrencyName']) ? $context['CurrencyName'] : null));
        echo "
\t\t</td>
\t\t<td>
\t\t\t";
        // line 12
        echo twig_safe_filter((isset($context['CurrencyCode']) ? $context['CurrencyCode'] : null));
        echo "
\t\t</td>
\t\t<td>
\t\t\t<div id=\"currencyexchangerate-";
        // line 15
        echo twig_safe_filter((isset($context['CurrencyId']) ? $context['CurrencyId'] : null));
        echo "\">";
        echo twig_safe_filter((isset($context['CurrencyRate']) ? $context['CurrencyRate'] : null));
        echo "</div>
\t\t</td>
\t\t<td align=\"center\">
\t\t\t";
        // line 18
        echo twig_safe_filter((isset($context['Status']) ? $context['Status'] : null));
        echo "
\t\t</td>
\t\t<td>
\t\t\t";
        // line 21
        echo twig_safe_filter((isset($context['CurrencyLinks']) ? $context['CurrencyLinks'] : null));
        echo "
\t\t</td>
\t</tr>
";
    }
    public function display(array $context)
    {
        // line 1
        echo "<tr class=\"GridRow\" onmouseover=\"this.className='GridRowOver'\" onmouseout=\"this.className='GridRow'\">
\t";
        // line 2
        echo twig_safe_filter((isset($context['RowData']) ? $context['RowData'] : null));
        echo "
</tr>";
    }
 public function display(array $context)
 {
     // line 1
     echo "\t\t\t<table class=\"GridPanel SortableGrid\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" id=\"IndexGrid\" style=\"width:100%;\">
t\t\t<tr align=\"right\">
t\t\t\t<td colspan=\"9\" class=\"PagingNav\" style=\"padding:6px 0px 6px 0px\">
t\t\t\t\t";
     // line 4
     echo twig_safe_filter((isset($context['Nav']) ? $context['Nav'] : null));
     echo "
t\t\t\t</td>
t\t\t</tr>
t\t<tr class=\"Heading3\">
t\t\t<td align=\"center\"><input type=\"checkbox\" onclick=\"ToggleDeleteBoxes(this.checked)\"></td>
t\t\t<td>&nbsp;</td>
t\t\t<td>
t\t\t\t";
     // line 11
     echo getLang("BrandName");
     echo " &nbsp;
t\t\t\t";
     // line 12
     echo twig_safe_filter((isset($context['SortLinksBrand']) ? $context['SortLinksBrand'] : null));
     echo "
t\t\t</td>
t\t\t<td>
t\t\t\t";
     // line 15
     echo getLang("Products");
     echo " &nbsp;
t\t\t\t";
     // line 16
     echo twig_safe_filter((isset($context['SortLinksProducts']) ? $context['SortLinksProducts'] : null));
     echo "
t\t\t</td>
t\t\t<td style=\"width:100px;\">
t\t\t\t";
     // line 19
     echo getLang("Action");
     echo "\t\t\t\t</td>
t\t</tr>
t\t";
     // line 22
     echo twig_safe_filter((isset($context['BrandGrid']) ? $context['BrandGrid'] : null));
     echo "
t\t<tr align=\"right\">
t\t\t<td colspan=\"9\" class=\"PagingNav\" style=\"padding:6px 0px 6px 0px\">
t\t\t\t";
     // line 25
     echo twig_safe_filter((isset($context['Nav']) ? $context['Nav'] : null));
     echo "
t\t\t</td>
t\t</tr>
t</table>";
 }
    public function display(array $context)
    {
        // line 1
        echo "<select ";
        echo twig_safe_filter((isset($context['FormFieldDefaultArgs']) ? $context['FormFieldDefaultArgs'] : null));
        echo " size=\"1\">
\t";
        // line 2
        echo twig_safe_filter((isset($context['FormFieldOptions']) ? $context['FormFieldOptions'] : null));
        echo "
</select>";
    }
    public function display(array $context)
    {
        // line 1
        echo "<tr class=\"GridRow ";
        echo twig_safe_filter((isset($context['ParentClass']) ? $context['ParentClass'] : null));
        echo "\" id=\"";
        echo twig_safe_filter((isset($context['RowId']) ? $context['RowId'] : null));
        echo "\">
\t<td style=\"";
        // line 2
        echo twig_safe_filter((isset($context['NestingIndent']) ? $context['NestingIndent'] : null));
        echo "\">
\t\t<a href=\"#\" style=\"outline: none\" onclick=\"this.blur(); EmailTemplates.ExpandDirectory('";
        // line 3
        echo twig_safe_filter((isset($context['RowId']) ? $context['RowId'] : null));
        echo "', '";
        echo twig_safe_filter((isset($context['RelativePath']) ? $context['RelativePath'] : null));
        echo "'); return false\">
\t\t\t<img src=\"images/plus.gif\" class=\"ExpandImg\" style=\"vertical-align: bottom\" border=\"0\" alt=\"\" />
\t\t</a>
\t\t<img src=\"images/folder.gif\" style=\"vertical-align: bottom; padding-right: 4px\" alt=\"\" />
\t\t";
        // line 7
        echo twig_safe_filter((isset($context['FileName']) ? $context['FileName'] : null));
        echo "
\t</td>
\t<td>";
        // line 9
        echo twig_safe_filter((isset($context['FileSize']) ? $context['FileSize'] : null));
        echo "</td>
\t<td>";
        // line 10
        echo twig_safe_filter((isset($context['FileDate']) ? $context['FileDate'] : null));
        echo "</td>
\t<td>&nbsp;</td>
</tr>
<tr class=\"GridRow\" id=\"Indicator_";
        // line 13
        echo twig_safe_filter((isset($context['RowId']) ? $context['RowId'] : null));
        echo "\" style=\"display: none;\">
\t<td style=\"height: 20px; ";
        // line 14
        echo twig_safe_filter((isset($context['NestingIndent']) ? $context['NestingIndent'] : null));
        echo "\" colspan=\"4\">
\t\t<img src=\"images/ajax-loader.gif\" alt=\"\" style=\"padding-left: 25px; vertical-align: bottom; padding-right: 4px;\" />
\t\t";
        // line 16
        echo getLang("LoadingPleaseWait");
        echo "\t</td>
</tr>";
    }
    public function display(array $context)
    {
        // line 1
        echo "<input type=\"password\" autocomplete=\"off\" ";
        echo twig_safe_filter((isset($context['FormFieldDefaultArgs']) ? $context['FormFieldDefaultArgs'] : null));
        echo " value=\"\" />
<div class=\"LittleNotePassword\" style=\"display: ";
        // line 2
        echo twig_safe_filter((isset($context['FormFieldHidePasswordMsg']) ? $context['FormFieldHidePasswordMsg'] : null));
        echo "\">(";
        echo getLang("CustomFieldsPasswordMsg");
        echo ")</div>
";
    }
    public function display(array $context)
    {
        // line 1
        echo "<table class=\"GridPanel SortableGrid\" cellspacing=\"0\" cellpadding=\"0\">
\t<tr style=\"";
        // line 2
        echo twig_safe_filter((isset($context['HidePaging']) ? $context['HidePaging'] : null));
        echo "\">
\t\t<td colspan=\"6\" style=\"text-align: right; padding: 6px 0;\" class=\"PagingNav\">
\t\t\t";
        // line 4
        echo twig_safe_filter((isset($context['Nav']) ? $context['Nav'] : null));
        echo "
\t\t</td>
\t</tr>
\t<tr class=\"Heading3\">
\t\t<td style=\"text-align: center; width: 10px;\"><input type=\"checkbox\" onclick=\"\$(this.form).find('input:checkbox').not(':disabled').attr('checked', this.checked);\" /></td>
\t\t<td style=\"width: 10px;\">&nbsp;</td>
\t\t<td>";
        // line 10
        echo getLang("ZoneName");
        echo "</td>
\t\t<td style=\"width: 120px;\">";
        // line 11
        echo getLang("ZoneType");
        echo "</td>
\t\t<td style=\"width: 50px; text-align: center;\">";
        // line 12
        echo getLang("Status");
        echo "</td>
\t\t<td style=\"width: 220px;\">";
        // line 13
        echo getLang("Action");
        echo "</td>
\t</tr>
\t";
        // line 15
        echo twig_safe_filter((isset($context['ZonesGrid']) ? $context['ZonesGrid'] : null));
        echo "
\t<tr>
\t\t<td colspan=\"6\" style=\"text-align: right; padding: 6px 0;\" class=\"PagingNav\">
\t\t\t";
        // line 18
        echo twig_safe_filter((isset($context['Nav']) ? $context['Nav'] : null));
        echo "
\t\t</td>
\t</tr>
</table>";
    }
    public function display(array $context)
    {
        // line 1
        echo "<tr class=\"GridRow\" style=\"height:30px;\">
<td>";
        // line 2
        echo twig_safe_filter((isset($context['ModuleName']) ? $context['ModuleName'] : null));
        echo "</td>
<td>
\t<div class=\"ConfiguredIcon_";
        // line 4
        echo twig_safe_filter((isset($context['ModuleId']) ? $context['ModuleId'] : null));
        echo "\">
\t\t<img border=\"0\" src=\"images/";
        // line 5
        echo twig_safe_filter((isset($context['ConfiguredIcon']) ? $context['ConfiguredIcon'] : null));
        echo ".gif\"/>
\t</div>
</td>
<td><span  id=\"ConfigDate_";
        // line 8
        echo twig_safe_filter((isset($context['ModuleId']) ? $context['ModuleId'] : null));
        echo "\">";
        echo twig_safe_filter((isset($context['ConfiguredDate']) ? $context['ConfiguredDate'] : null));
        echo "</span></td>
<td>
\t<a id=\"OptimizerConfig_";
        // line 10
        echo twig_safe_filter((isset($context['ModuleId']) ? $context['ModuleId'] : null));
        echo "\" onclick=\"Optimizer.LoadConfigForm('";
        echo twig_safe_filter((isset($context['ModuleId']) ? $context['ModuleId'] : null));
        echo "'); return false\" href = \"#\">";
        echo getLang("Configure");
        echo "</a>

\t<a id=\"OptimizerReset_";
        // line 12
        echo twig_safe_filter((isset($context['ModuleId']) ? $context['ModuleId'] : null));
        echo "\" class=\"";
        echo twig_safe_filter((isset($context['ActiveReset']) ? $context['ActiveReset'] : null));
        echo "\" onclick=\"Optimizer.ResetModule('";
        echo twig_safe_filter((isset($context['ModuleId']) ? $context['ModuleId'] : null));
        echo "');\">";
        echo getLang("Reset");
        echo "</a>

</td>
</tr>";
    }
    public function display(array $context)
    {
        // line 1
        echo "\t<div class=\"MessageBox MessageBox";
        echo twig_safe_filter((isset($context['MsgBox_Type']) ? $context['MsgBox_Type'] : null));
        echo " ";
        echo twig_escape_filter($this->env, (isset($context['MsgBox_ExtraClasses']) ? $context['MsgBox_ExtraClasses'] : null), "1");
        echo "\">
\t\t";
        // line 2
        echo twig_safe_filter((isset($context['MsgBox_Message']) ? $context['MsgBox_Message'] : null));
        echo "
\t</div>
";
    }
    public function display(array $context)
    {
        // line 1
        echo "<tr style=\"";
        echo twig_safe_filter((isset($context['HideProperty']) ? $context['HideProperty'] : null));
        echo "\" class=\"";
        echo twig_safe_filter((isset($context['PropertyClass']) ? $context['PropertyClass'] : null));
        echo "\">

\t<td class=\"FieldLabel\" nowrap>
\t\t";
        // line 4
        echo twig_safe_filter((isset($context['Required']) ? $context['Required'] : null));
        echo " <label for=\"StoreName\">";
        echo twig_safe_filter((isset($context['PropertyName']) ? $context['PropertyName'] : null));
        echo "</label>
\t\t<div style=\"";
        // line 5
        echo twig_safe_filter((isset($context['HideSelectAllLinks']) ? $context['HideSelectAllLinks'] : null));
        echo "\">
\t\t\t&nbsp;&nbsp;&nbsp;(<a onclick=\"SelectAll('";
        // line 6
        echo twig_safe_filter((isset($context['FieldId']) ? $context['FieldId'] : null));
        echo "'); return false;\" href=\"#\">";
        echo getLang("SelectAll");
        echo "</a> / <a  onclick=\"UnselectAll('";
        echo twig_safe_filter((isset($context['FieldId']) ? $context['FieldId'] : null));
        echo "'); return false;\" href=\"#\">";
        echo getLang("UnselectAll");
        echo "</a>)
\t</td>
\t<td class=\"";
        // line 8
        echo twig_safe_filter((isset($context['PanelBottom']) ? $context['PanelBottom'] : null));
        echo "\">
\t\t";
        // line 9
        echo twig_safe_filter((isset($context['PropertyBox']) ? $context['PropertyBox'] : null));
        echo "
\t\t";
        // line 10
        echo twig_safe_filter((isset($context['HelpTip']) ? $context['HelpTip'] : null));
        echo "
\t</td>
</tr>

";
    }
 public function display(array $context)
 {
     // line 1
     echo "\t\t\t<tr class=\"GridRow\" onmouseover=\"this.className='GridRowOver'\" onmouseout=\"this.className='GridRow'\">
t\t\t<td width=\"1\">
t\t\t\t<input type=\"checkbox\" class=\"DeleteCheck\" name=\"delete[]\" value=\"";
     // line 3
     echo twig_safe_filter((isset($context['LogId']) ? $context['LogId'] : null));
     echo "\" />
t\t\t</td>
t\t\t<td width=\"1\">
t\t\t\t<img src=\"images/log.gif\" alt=\"\" />
t\t\t</td>
t\t\t<td class=\"";
     // line 8
     echo twig_safe_filter((isset($context['SortedFieldNameClass']) ? $context['SortedFieldNameClass'] : null));
     echo "\">
t\t\t\t";
     // line 9
     echo twig_safe_filter((isset($context['Username']) ? $context['Username'] : null));
     echo "
t\t\t</td>
t\t\t<td>
t\t\t\t";
     // line 12
     echo twig_safe_filter((isset($context['Action']) ? $context['Action'] : null));
     echo "
t\t\t</td>
t\t\t<td width=\"150\" class=\"";
     // line 14
     echo twig_safe_filter((isset($context['SortedFieldDateClass']) ? $context['SortedFieldDateClass'] : null));
     echo "\">
t\t\t\t";
     // line 15
     echo twig_safe_filter((isset($context['Date']) ? $context['Date'] : null));
     echo "
t\t\t</td>
t\t\t<td width=\"80\" nowrap=\"nowrap\" class=\"";
     // line 17
     echo twig_safe_filter((isset($context['SortedFieldIPClass']) ? $context['SortedFieldIPClass'] : null));
     echo "\">
t\t\t\t";
     // line 18
     echo twig_safe_filter((isset($context['Ip']) ? $context['Ip'] : null));
     echo "
t\t\t</td>
t\t</tr>";
 }
    public function display(array $context)
    {
        // line 1
        echo "<li style=\"width: ";
        echo twig_safe_filter((isset($context['GraphItemWidth']) ? $context['GraphItemWidth'] : null));
        echo "%\" title=\"";
        echo twig_safe_filter((isset($context['GraphDateTitle']) ? $context['GraphDateTitle'] : null));
        echo "\" class=\"";
        echo twig_safe_filter((isset($context['GraphRangeLabelClass']) ? $context['GraphRangeLabelClass'] : null));
        echo "\">
\t<div style=\"";
        // line 2
        echo twig_safe_filter((isset($context['HideInsideRangeLabels']) ? $context['HideInsideRangeLabels'] : null));
        echo "\" class=\"InsideRangeLabel\">
\t\t<em>";
        // line 3
        echo twig_safe_filter((isset($context['GraphDataRevenue']) ? $context['GraphDataRevenue'] : null));
        echo " (";
        echo twig_safe_filter((isset($context['GraphDataNumOrders']) ? $context['GraphDataNumOrders'] : null));
        echo ")</em>
\t\t<span>
\t\t\t";
        // line 5
        echo twig_safe_filter((isset($context['GraphDateLabel']) ? $context['GraphDateLabel'] : null));
        echo "
\t\t</span>
\t</div>
\t<div style=\"";
        // line 8
        echo twig_safe_filter((isset($context['HideOutsideRangeLabels']) ? $context['HideOutsideRangeLabels'] : null));
        echo "\" class=\"OutsideRangeLabel\">
\t\t<span>
\t\t\t";
        // line 10
        echo twig_safe_filter((isset($context['GraphDateLabel']) ? $context['GraphDateLabel'] : null));
        echo "
\t\t</span>
\t\t<em>";
        // line 12
        echo twig_safe_filter((isset($context['GraphDataRevenue']) ? $context['GraphDataRevenue'] : null));
        echo " (";
        echo twig_safe_filter((isset($context['GraphDataNumOrders']) ? $context['GraphDataNumOrders'] : null));
        echo ")</em>
\t</div>
</li>";
    }
    public function display(array $context)
    {
        // line 1
        echo "<div class=\"ModalTitle\">
\t";
        // line 2
        echo getLang("GoogleSitemap");
        echo "</div>
<div class=\"ModalContent\">
\t<div id=\"exportIntro\">
\t\t<p>
\t\t\t";
        // line 7
        echo getLang("GoogleSitemapIntro");
        echo "\t\t</p>

\t\t<table border=\"0\">
\t\t\t<tr>
\t\t\t\t<td width=\"1\"><img src=\"images/froogle.gif\" height=\"16\" width=\"16\" hspace=\"5\" alt=\"\" /></td>
\t\t\t\t<td><a href=\"http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=156184\"  style=\"color:#005FA3; font-weight:bold\" target=\"_blank\">";
        // line 13
        echo getLang("GoogleSitemapLearnMore");
        echo "</a></td>
\t\t\t</tr>
\t\t</table>

\t\t<p>";
        // line 17
        echo getLang("GoogleSiteMapLocated");
        echo "</p>
\t\t<p style=\"padding-left: 25px\">
\t\t\t<input type=\"text\" class=\"Field300\" onclick=\"this.select()\" readonly=\"readonly\" value=\"";
        // line 19
        echo twig_safe_filter((isset($context['SiteMapUrl']) ? $context['SiteMapUrl'] : null));
        echo "\" />
\t\t</p>
\t</div>
</div>
<div class=\"ModalButtonRow\">
\t<input type=\"button\" value=\"";
        // line 24
        echo getLang("Close");
        echo "\" onclick=\"\$.iModal.close()\" class=\"SubmitButton\" />
</div>";
    }
    public function display(array $context)
    {
        // line 1
        echo "<div class=\"productImagesListItem\">
\t<table cellspacing=\"0\" class=\"GridPanel\">
\t\t<tbody>
\t\t\t<tr class=\"GridRow\" onmouseover=\"\$(this).addClass('GridRowOver').removeClass('GridRow');\" onmouseout=\"\$(this).addClass('GridRow').removeClass('GridRowOver');\">
\t\t\t\t<td class=\"productImageCheck\"><input type=\"checkbox\" /></td>
\t\t\t\t<td class=\"productImageThumbDisplay\" style=\"width:";
        // line 6
        echo twig_safe_filter((isset($context['productImage_thumbnailWidth']) ? $context['productImage_thumbnailWidth'] : null));
        echo "px;\">
\t\t\t\t\t<a style=\"width:";
        // line 7
        echo twig_safe_filter((isset($context['productImage_thumbnailWidth']) ? $context['productImage_thumbnailWidth'] : null));
        echo "px; height:";
        echo twig_safe_filter((isset($context['productImage_thumbnailHeight']) ? $context['productImage_thumbnailHeight'] : null));
        echo "px;\" title=\"";
        echo getLang("ClickToShowFullSizeImage");
        echo "\"></a>
\t\t\t\t</td>
\t\t\t\t<td class=\"productImageDescription\"><textarea rows=\"4\"></textarea><div style=\"display:none;\"><input type=\"button\" class=\"productImageDescriptionSave\" value=\"";
        // line 9
        echo getLang("Save");
        echo "\" /> <input type=\"button\" class=\"productImageDescriptionCancel\" value=\"";
        echo getLang("Cancel");
        echo "\" /></div></td>
\t\t\t\t<td class=\"productImageBaseThumb\"><input type=\"radio\" name=\"productImageBaseThumb\" /></td>
\t\t\t\t<td class=\"productImageAction\">
\t\t\t\t\t<a href=\"#\" class=\"productImageDelete\">";
        // line 12
        echo getLang("Delete");
        echo "</a>
\t\t\t\t\t<a href=\"#\" class=\"productImageEdit\">";
        // line 13
        echo getLang("Edit");
        echo "</a>
\t\t\t\t</td>
\t\t\t</tr>
\t\t</tbody>
\t</table>
</div>
";
    }
    public function display(array $context)
    {
        // line 1
        echo "<div class=\"TemplateBox ";
        echo twig_safe_filter((isset($context['TemplateInstalledClass']) ? $context['TemplateInstalledClass'] : null));
        echo " ";
        echo twig_safe_filter((isset($context['CurrentTemplateClass']) ? $context['CurrentTemplateClass'] : null));
        echo " TemplateId_";
        echo twig_safe_filter((isset($context['TemplateId']) ? $context['TemplateId'] : null));
        echo "\">
\t<div class=\"TemplateHeading\">
\t\t\t<span class=\"TemplateName\">";
        // line 3
        echo twig_safe_filter((isset($context['TemplateName']) ? $context['TemplateName'] : null));
        echo "</span> - <span class=\"TemplateColor\">";
        echo twig_safe_filter((isset($context['TemplateColor']) ? $context['TemplateColor'] : null));
        echo "</span>
\t</div>
\t<a href=\"";
        // line 5
        echo twig_safe_filter((isset($context['TemplatePreviewFull']) ? $context['TemplatePreviewFull'] : null));
        echo "\" class=\"TplPreviewImage\" title=\"";
        echo getLang("PreviewLargeImage");
        echo "\">
\t\t<img class=\"TemplatePreviewThumb\" src=\"";
        // line 6
        echo twig_safe_filter((isset($context['TemplatePreviewThumb']) ? $context['TemplatePreviewThumb'] : null));
        echo "\" alt=\"";
        echo twig_safe_filter((isset($context['TemplateName']) ? $context['TemplateName'] : null));
        echo " - ";
        echo twig_safe_filter((isset($context['TemplateColor']) ? $context['TemplateColor'] : null));
        echo "\" />
\t</a>
\t<a href=\"#\" class=\"ActivateLink\" title=\"";
        // line 8
        echo twig_safe_filter((isset($context['TemplateName']) ? $context['TemplateName'] : null));
        echo " - ";
        echo twig_safe_filter((isset($context['TemplateColor']) ? $context['TemplateColor'] : null));
        echo "\">";
        echo getLang("ApplyThisTemplate");
        echo "</a>
</div>";
    }
    public function display(array $context)
    {
        // line 1
        echo "<tr class=\"GridRow\" onmouseover=\"\$(this).addClass('GridRowOver');\" onmouseout=\"\$(this).removeClass('GridRowOver');\">
\t<td style=\"text-align: center; width: 1px;\"><input type=\"checkbox\" name=\"methods[]\" class=\"check\" value=\"";
        // line 2
        echo twig_safe_filter((isset($context['MethodId']) ? $context['MethodId'] : null));
        echo "\" /></td>
\t<td><img src=\"images/shippingmethod.gif\" alt=\"\" /></td>
\t<td>";
        // line 4
        echo twig_safe_filter((isset($context['MethodName']) ? $context['MethodName'] : null));
        echo "</td>
\t<td>";
        // line 5
        echo twig_safe_filter((isset($context['MethodModule']) ? $context['MethodModule'] : null));
        echo "</td>
\t<td style=\"text-align: center;\">";
        // line 6
        echo twig_safe_filter((isset($context['MethodStatus']) ? $context['MethodStatus'] : null));
        echo "</td>
\t<td style=\"width: 200px;\">
\t\t<a href=\"index.php?ToDo=editShippingZoneMethod&amp;methodId=";
        // line 8
        echo twig_safe_filter((isset($context['MethodId']) ? $context['MethodId'] : null));
        echo "\">";
        echo getLang("Edit");
        echo "</a>
\t\t<a href=\"#\" onclick=\"openwin('index.php?ToDo=testShippingProvider&methodId=";
        // line 9
        echo twig_safe_filter((isset($context['MethodId']) ? $context['MethodId'] : null));
        echo "', ";
        echo twig_safe_filter((isset($context['MethodId']) ? $context['MethodId'] : null));
        echo ", 550, ";
        echo twig_safe_filter((isset($context['TestQuoteHeight']) ? $context['TestQuoteHeight'] : null));
        echo "); return false;\" style=\"";
        echo twig_safe_filter((isset($context['HideTestQuoteLink']) ? $context['HideTestQuoteLink'] : null));
        echo "\">";
        echo getLang("GetQuote");
        echo "</a>
\t</td>
</tr>";
    }
    public function display(array $context)
    {
        // line 1
        echo "<!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\">
<head>
\t<title>";
        // line 4
        echo getLang("PreviewPage");
        echo "</title>
\t<link href=\"Styles/windowstyles.css\" type=\"text/css\" rel=\"stylesheet\" />
\t";
        // line 6
        echo twig_safe_filter((isset($context['Stylesheets']) ? $context['Stylesheets'] : null));
        echo "
</head>
<body style=\"background-image: none;\">
\t<div class='Bar' style=\"margin: 0;\">";
        // line 9
        echo getLang("PreviewPage");
        echo "\t\t(<A href=\"javascript:window.close()\">";
        // line 10
        echo getLang("CloseWindow");
        echo "</A>)
\t</div>

\t<div class=\"Content Wide\" style=\"margin: 0; padding-top: 0;\" id=\"LayoutColumn2\">
\t\t<div class=\"Block Moveable\" id=\"PageContent\">
\t\t\t<h2 style=\"margin-top: 0;\">";
        // line 15
        echo twig_safe_filter((isset($context['PageTitle']) ? $context['PageTitle'] : null));
        echo "</h2>
\t\t\t<div class=\"BlockContent\">
\t\t\t\t";
        // line 17
        echo twig_safe_filter((isset($context['PageContent']) ? $context['PageContent'] : null));
        echo "
\t\t\t</div>
\t\t</div>
\t</div>
</body>
</html>";
    }
    public function display(array $context)
    {
        // line 1
        echo "<script type=\"text/javascript\">
\$(document).ready(function() {
\t\$.iModal({
\t\ttype: 'inline',
\t\tinline: '#GettingStarted',
\t\twidth: 450
\t});
});
</script>
<div id=\"GettingStarted\" style=\"display: none\">
\t<div class=\"ModalTitle\">
\t\t<img src=\"images/notifications.gif\" style=\"vertical-align: bottom; padding-right: 5px;\" alt=\"\" />
\t\t";
        // line 13
        echo twig_safe_filter((isset($context['GettingStartedTitle']) ? $context['GettingStartedTitle'] : null));
        echo "
\t</div>
\t<div class=\"ModalContent\">
\t\t<p>
\t\t\t";
        // line 17
        echo twig_safe_filter((isset($context['GettingStartedContent']) ? $context['GettingStartedContent'] : null));
        echo "
\t\t</p>
\t</div>
\t<div class=\"ModalButtonRow\">
\t\t<input type=\"button\" value=\"";
        // line 21
        echo getLang("Cancel");
        echo "\" style=\"";
        echo twig_safe_filter((isset($context['HideGettingStartedCancel']) ? $context['HideGettingStartedCancel'] : null));
        echo "\" onclick=\"window.location='index.php';\" />
\t\t<input type=\"button\" value=\"";
        // line 22
        echo getLang("OKGetStarted");
        echo "\" class=\"Submit\" onclick=\"\$.iModal.close();\" />
\t</div>
</div>
";
    }
    public function display(array $context)
    {
        // line 1
        echo "<script type=\"text/javascript\" src=\"";
        echo twig_safe_filter((isset($context['AppPath']) ? $context['AppPath'] : null));
        echo "/javascript/tinymce/tiny_mce_gzip.js?";
        echo twig_escape_filter($this->env, (isset($context['JSCacheToken']) ? $context['JSCacheToken'] : null), "1");
        echo "\"></script>
<script type=\"text/javascript\">
tinyMCE_GZ.init({
\tplugins : 'safari,pagebreak,style,layer,table,save,interspireimg,linker,advlink,media,searchreplace,print,contextmenu,paste,fullscreen,visualchars,nonbreaking,xhtmlxtras,template,inlinepopups,mediaservice',
\tthemes : 'advanced',
\tlanguages : 'en',
\tdisk_cache : true,
\tdebug : false
});
</script>
";
        // line 11
        echo twig_safe_filter((isset($context['EditorTinyMCECommon']) ? $context['EditorTinyMCECommon'] : null));
    }
    public function display(array $context)
    {
        // line 1
        echo "<li class=\"";
        echo twig_safe_filter((isset($context['Class']) ? $context['Class'] : null));
        echo "\">
\t<a href=\"";
        // line 2
        echo twig_safe_filter((isset($context['Link']) ? $context['Link'] : null));
        echo "\">
\t\t<span class=\"DashboardAtAGlanceIcon\">";
        // line 3
        echo twig_safe_filter((isset($context['Count']) ? $context['Count'] : null));
        echo "</span>
\t\t<span class=\"DashboardAtAGlanceTitle\">";
        // line 4
        echo twig_safe_filter((isset($context['Label']) ? $context['Label'] : null));
        echo "</span>
\t</a>
</li>";
    }
    public function display(array $context)
    {
        // line 1
        echo "<div class=\"ModalTitle\">
\t";
        // line 2
        echo getLang("CustomerNotesPopupHeading");
        echo "</div>
<div class=\"ModalContent\">
\t<p class=\"MessageBox MessageBoxInfo\">
\t\t";
        // line 6
        echo getLang("CustomerNotesPopupIntro");
        echo "\t</p>

\t<form action=\"\" id=\"notesForm\">
\t\t<input type=\"hidden\" id=\"customerId\" name=\"customerId\" value=\"";
        // line 10
        echo twig_safe_filter((isset($context['CustomerId']) ? $context['CustomerId'] : null));
        echo "\" />
\t\t<textarea id=\"custnotes\" name=\"custnotes\" rows=\"8\" style=\"width:98%;\">";
        // line 11
        echo twig_safe_filter((isset($context['CustomerNotes']) ? $context['CustomerNotes'] : null));
        echo "</textarea>
\t</form>
</div>
<div class=\"ModalButtonRow\">
\t<div class=\"FloatLeft\">
\t\t<img src=\"images/loading.gif\" alt=\"\" style=\"vertical-align: middle; display: none;\" class=\"LoadingIndicator\" />
\t\t<input type=\"button\" class=\"CloseButton FormButton\" value=\"";
        // line 17
        echo getLang("Cancel");
        echo "\" onclick=\"\$.modal.close();\" />
\t</div>
\t<input type=\"button\" class=\"Submit\" value=\"";
        // line 19
        echo getLang("Save");
        echo "\" name=\"SaveNotesButton\" onclick=\"Customers.SaveNotes()\" />
</div>";
    }