Forums & Blog

A SmarterTools-sponsored community.
Welcome to Forums & Blog Sign in | Join | Help
in Search

Remove Some SmarterTrack Elements

Last post 12-01-2008 5:35 AM by aguk. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 11-30-2008 11:45 AM

    • aguk
    • Top 150 Contributor
    • Joined on 02-27-2004
    • Posts 70

    Remove Some SmarterTrack Elements

    I almost finished skinning my SmarterStrack installation by modifying a copy of the Horizon skin.

    However I want to remove some elements from the skin which I do not need.

         <table>
          <tr>
           <td class="CompanyLogo">
            <asp:HyperLink runat="server" ID="LogoHyperlink" EnableViewState="false">
             <asp:Image runat="server" ID="LogoImage2" ImageAlign="absmiddle" EnableViewState="false" /></asp:HyperLink>
           </td>
           <td class="CompanyTitle">
            <asp:Literal runat="server" ID="CustomerServiceLabel" />
           </td>
           <td class="LanguageCell" runat="server" id="LanguageListCell">
            <span class="Label">
             <STWC:GlobalizedLabel runat="server" ResourceIDGlobal="MasterPages.CustomerEntry_Language" /></span>
            <asp:DropDownList runat="server" ID="LanguageList" onChange="LanguageChanged()" />
           </td>
          </tr>
         </table>

    I want to remove all of the above. But if I do then I get a load of .NET errors. How do I remove the language link and other superflous items from the CustomerEntry.Master file?

    Andy
    SSL Certs from $10.00 year
    SmarterTools Reseller
    www.servertastic.com
    Filed under: ,
  • 12-01-2008 5:35 AM In reply to

    • aguk
    • Top 150 Contributor
    • Joined on 02-27-2004
    • Posts 70

    Re: Remove Some SmarterTrack Elements

    Figured it out. Just need to use visible="false" in the elements I do not need Big Smile

    Andy
    SSL Certs from $10.00 year
    SmarterTools Reseller
    www.servertastic.com
Page 1 of 1 (2 items)