Changeset 3297
- Timestamp:
- May 7, 2007, 1:34:14 PM (16 years ago)
- Location:
- trunk/www
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/admin/clients/help/edit_help.jsp
r3296 r3297 267 267 /> 268 268 <m:menuitem 269 title=" External link"269 title="Internal link" 270 270 onclick="encloseSelection('{@link ', '}')" 271 tooltip="Insert a n external link."271 tooltip="Insert a link to another help topic." 272 272 /> 273 273 <% … … 275 275 %> 276 276 <m:menuitem 277 title=" Internal link"277 title="External link" 278 278 onclick="<%=insertBookmarkLink%>" 279 tooltip="Insert a link to a part in this text."279 tooltip="Insert a link to an external web page." 280 280 /> 281 281 <% -
trunk/www/include/scripts/main.js
r3068 r3297 1550 1550 { 1551 1551 this.isIE = navigator.appName == 'Microsoft Internet Explorer'; 1552 this.isIE7 = navigator.appVersion.indexOf('MSIE 7.0') > 0; 1552 1553 this.autoAddFormElements = !this.isIE; 1554 this.hideFormElementsForMenu = this.isIE & !this.isIE7; 1553 1555 } 1554 1556 -
trunk/www/include/scripts/menu.js
r2655 r3297 154 154 { 155 155 this.numVisible++; 156 if (keepForms == undefined) 157 { 158 keepForms = !Browser.hideFormElementsForMenu; 159 } 156 160 if (this.numVisible == 1 && !keepForms) this.hideForms(); 157 161 this.allVisible[this.allVisible.length] = menu;
Note: See TracChangeset
for help on using the changeset viewer.