Changeset 2122


Ignore:
Timestamp:
Mar 29, 2006, 8:41:20 AM (17 years ago)
Author:
Nicklas Nordborg
Message:

Fixed some tooltip texts

File:
1 edited

Legend:

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

    r2121 r2122  
    121121      else
    122122      {
    123         var rep = numChecked == 1 ? 'event type' : 'event type';
     123        var rep = numChecked == 1 ? 'help text' : 'help texts';
    124124        if (!confirm('You are about to delete '+numChecked+' '+rep+'. This can\'t be undone. Continue?'))
    125125        {
     
    169169    </p:path>
    170170
    171     <t:tabcontrol id="main" active="events" active="help" switch="switchTab">
     171    <t:tabcontrol id="main" active="help" switch="switchTab">
    172172    <t:tab id="properties" title="Properties" />
    173173   
     
    361361                  ><base:help helpid="<%=item.getExternalId()%>" tooltip="Preview this help text"
    362362                  />&nbsp;</tbl:header>
    363                 <tbl:cell column="name"><div class="link" onclick="itemOnClick(event, <%=itemId%>)" title="View this event type (use CTRL, ALT or SHIFT to edit)"><%=name%></div></tbl:cell>
     363                <tbl:cell column="name"><div class="link" onclick="itemOnClick(event, <%=itemId%>)" title="View this help text (use CTRL, ALT or SHIFT to edit)"><%=name%></div></tbl:cell>
    364364                <tbl:cell column="externalId"><%=HTML.encodeTags(item.getExternalId())%></tbl:cell>
    365365                <tbl:cell column="description"><%=HTML.encodeTags(item.getDescription())%></tbl:cell>
Note: See TracChangeset for help on using the changeset viewer.