Ignore:
Timestamp:
May 7, 2007, 1:34:14 PM (16 years ago)
Author:
Nicklas Nordborg
Message:

Do not hide form elements for browsers that can handle layers correctly (ie. all but IE6)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/admin/clients/help/edit_help.jsp

    r3296 r3297  
    267267    />   
    268268    <m:menuitem
    269       title="External link"
     269      title="Internal link"
    270270      onclick="encloseSelection('{@link ', '}')"
    271       tooltip="Insert an external link."
     271      tooltip="Insert a link to another help topic."
    272272    />
    273273    <%
     
    275275    %>
    276276    <m:menuitem
    277       title="Internal link"
     277      title="External link"
    278278      onclick="<%=insertBookmarkLink%>"
    279       tooltip="Insert a link to a part in this text."
     279      tooltip="Insert a link to an external web page."
    280280    />
    281281    <%
Note: See TracChangeset for help on using the changeset viewer.