Changeset 2122
- Timestamp:
- Mar 29, 2006, 8:41:20 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/admin/clients/help/list_help.jsp
r2121 r2122 121 121 else 122 122 { 123 var rep = numChecked == 1 ? ' event type' : 'event type';123 var rep = numChecked == 1 ? 'help text' : 'help texts'; 124 124 if (!confirm('You are about to delete '+numChecked+' '+rep+'. This can\'t be undone. Continue?')) 125 125 { … … 169 169 </p:path> 170 170 171 <t:tabcontrol id="main" active=" events" active="help" switch="switchTab">171 <t:tabcontrol id="main" active="help" switch="switchTab"> 172 172 <t:tab id="properties" title="Properties" /> 173 173 … … 361 361 ><base:help helpid="<%=item.getExternalId()%>" tooltip="Preview this help text" 362 362 /> </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> 364 364 <tbl:cell column="externalId"><%=HTML.encodeTags(item.getExternalId())%></tbl:cell> 365 365 <tbl:cell column="description"><%=HTML.encodeTags(item.getDescription())%></tbl:cell>
Note: See TracChangeset
for help on using the changeset viewer.