> Can anyone tell me how to remove the language option from both the
> login.pl and customer.pl pages?

I presume you are using the standard template? If so go into:
\Kernel\Output\HTML\Standard

In CustomerLogin.pl remove:
<p>
  <form action=3D"$Env{"CGIHandle"}" method=3D"post"
enctype=3D"application/x-www-form-urlencoded">
    <input type=3D"hidden" name=3D"Action" value=3D"">
    <input type=3D"hidden" name=3D"RequestedURL"
value=3D"$QData{"RequestedURL"}">
    <table border=3D"0" cellspacing=3D"0" cellpadding=3D"3" =
width=3D"300">
      <tr>
        <td class=3D"singleboxhead">$Text{"Language"}</td>
      </tr>
      <tr>
        <td class=3D"singleboxbody">
          <table cellspacing=3D"8" cellpadding=3D"2">
            <tr>
              <td>$Text{"Language"}:</td>
              <td>$Data{"Language"}</td>
            </tr>
          </table>
          <input class=3D"button" type=3D"submit" =
value=3D"$Text{"Submit"}">
        </td>
      </tr>
    </table>
  </form>
</p>


In Login.dtl remove:
# --
# language
# --
<p>
  <form action=3D"$Env{"CGIHandle"}" method=3D"post"
enctype=3D"application/x-www-form-urlencoded">
    <input type=3D"hidden" name=3D"Action" value=3D"">
    <input type=3D"hidden" name=3D"RequestedURL"
value=3D"$QData{"RequestedURL"}">
    <table border=3D"0" cellspacing=3D"0" cellpadding=3D"3" =
width=3D"280">
      <tr>
        <td align=3D"center" =
class=3D"singleboxhead">$Text{"Language"}</td>
      </tr>
      <tr>
        <td align=3D"center" class=3D"singleboxbody">
          <table cellspacing=3D"8" cellpadding=3D"2">
            <tr>
              <td class=3D"singleboxkey">$Text{"Language"}:</td>
              <td class=3D"singleboxvalue">$Data{"Language"}</td>
            </tr>
          </table>
          <input class=3D"button" type=3D"submit" =
value=3D"$Text{"Submit"}">
        </td>
      </tr>
    </table>
  </form>
</p>


Done...
Arnold.
_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/
_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/
_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/
_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/

Reply via email to