cancel
Showing results for 
Search instead for 
Did you mean: 

How to disable (hide) accessibility option in logon pad?

Former Member
0 Kudos

Hi all

How can I hide the accessibility option in logon pad? Or is it of any use if we do not implement / setup accessibility (see thread )?

Kind regards,

Renaud

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Just go to SE80 and try to change the corresponding LOGON page template...There you can hide/disable the check box for accesibility field..I dont have access to teh system currently hence can't tell you the exact template.Hope this helps..

BR,

Disha.

Pls reward points for helpful answers.

Former Member
0 Kudos

Hi Disha

In the bbpglobal/99/logon template coding there's a option called ~dontshowaccessibilityonlogin. Great I thought... and set it to 1 in SICF service of BBPSTART (BBPGLOBAL isn't there), invalidated all caches and restartet ICM. Unfortunately I had no luck... in a second try I then put this parameter in BBPGLOBAL via SE80 and published this IAC service re-invalidated all caches again and restarted ICM again as well... again: no luck!

In the template coding I can see that the ~dontshowaccessibilityonlogin parameter is used and as far as I understand it, it should be taken into account correctly.

`if (~dontshowaccessibilityonlogin != "1")`
          <tr> 
            <td class="loginlabel"><label for="acc" tabindex="0">`#ACCMODE` </label> </td>
            <td class="loginlabel"><input type="checkbox" id="acc" name="~accessibility" value="`~accessibility`" class="entryColor" onclick="return setaccmode();">  </td>
          </tr>

          <tr> 
            <td height="1" width="1" background="`mimeURL(~service="bbpglobal", ~language="", ~name="images/datafield/datafield_line1.gif")`" colspan="1">
            <img src="`mimeURL(~service="bbpglobal", ~language="", ~name="images/background/spacer.gif")`" height="1" width="1" border="0" title="Platzhalter"></td>
            <td height="1" background="`mimeURL(~service="bbpglobal", ~language="", ~name="images/datafield/datafield_line2.gif")`" colspan="1">
            <img src="`mimeURL(~service="bbpglobal", ~language="", ~name="images/background/spacer.gif")`" height="1" width="1" border="0" title="Platzhalter"></td>
          </tr>
`end`

What am I doing wrong?

Kind regards,

Renaud

Former Member
0 Kudos

Hi,

Just comment the lines :

<tr>

<td class="loginlabel"><label for="acc" tabindex="0">`#ACCMODE` </label> </td>

<td class="loginlabel"><input type="checkbox" id="acc" name="accessibility" value="`accessibility`" class="entryColor" onclick="return setaccmode();"> </td>

</tr>

Ideally by setting the parameter the field should not be showed..Will have to try this at my place...But today i dont have the access to system...so sorry ..

BR,

Disha.

Pls reward points for helpful answers.

Former Member
0 Kudos

Hi

Thought about this as well, just not as clean as using this parameter (for what is it good for else?).

Kind regards,

Renaud

Answers (1)

Answers (1)

Former Member
0 Kudos

Other thread/post from Disha solved this problem as well!

See

Kind regards,

Renaud