Changeset 7268
- Timestamp:
- Jan 11, 2017, 1:44:53 PM (6 years ago)
- Location:
- trunk/www
- Files:
-
- 35 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/admin/annotationtypecategories/list_categories.jsp
r6834 r7268 412 412 image="shared.png" 413 413 id="<%="share."+itemId %>" 414 subclass="<%=sharePermission ? "table-share-item" : null%>"414 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 415 415 data-item-id="<%=itemId%>" 416 416 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/admin/annotationtypes/list_annotationtypes.jsp
r7244 r7268 604 604 image="shared.png" 605 605 id="<%="share."+itemId %>" 606 subclass="<%=sharePermission ? "table-share-item" : null%>"606 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 607 607 data-item-id="<%=itemId%>" 608 608 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/admin/clients/list_clients.jsp
r6834 r7268 398 398 image="shared.png" 399 399 id="<%="share."+itemId %>" 400 subclass="<%=sharePermission ? "table-share-item" : null%>"400 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 401 401 data-item-id="<%=itemId%>" 402 402 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/admin/hardware/list_hardware.jsp
r6834 r7268 462 462 image="shared.png" 463 463 id="<%="share."+itemId %>" 464 subclass="<%=sharePermission ? "table-share-item" : null%>"464 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 465 465 data-item-id="<%=itemId%>" 466 466 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/admin/jobagents/list_agents.jsp
r6834 r7268 446 446 image="shared.png" 447 447 id="<%="share."+itemId %>" 448 subclass="<%=sharePermission ? "table-share-item" : null%>"448 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 449 449 data-item-id="<%=itemId%>" 450 450 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/admin/pluginconfigurations/list_configurations.jsp
r6834 r7268 457 457 image="shared.png" 458 458 id="<%="share."+itemId %>" 459 subclass="<%=sharePermission ? "table-share-item" : null%>"459 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 460 460 data-item-id="<%=itemId%>" 461 461 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/admin/plugindefinitions/list_plugins.jsp
r6834 r7268 603 603 image="shared.png" 604 604 id="<%="share."+itemId %>" 605 subclass="<%=sharePermission ? "table-share-item" : null%>"605 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 606 606 data-item-id="<%=itemId%>" 607 607 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/admin/protocols/list_protocol.jsp
r6834 r7268 472 472 image="shared.png" 473 473 id="<%="share."+itemId %>" 474 subclass="<%=sharePermission ? "table-share-item" : null%>"474 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 475 475 data-item-id="<%=itemId%>" 476 476 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/admin/reporterclonetemplates/list_templates.jsp
r6834 r7268 403 403 image="shared.png" 404 404 id="<%="share."+itemId %>" 405 subclass="<%=sharePermission ? "table-share-item" : null%>"405 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 406 406 data-item-id="<%=itemId%>" 407 407 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/admin/software/list_software.jsp
r6834 r7268 462 462 image="shared.png" 463 463 id="<%="share."+itemId %>" 464 subclass="<%=sharePermission ? "table-share-item" : null%>"464 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 465 465 data-item-id="<%=itemId%>" 466 466 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/biomaterials/bioplates/events/list_events.jsp
r7166 r7268 484 484 image="shared.png" 485 485 id="<%="share."+itemId %>" 486 subclass="<%=sharePermission ? "table-share-item" : null%>"486 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 487 487 data-item-id="<%=itemId%>" 488 488 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/biomaterials/bioplates/list_bioplates.jsp
r6834 r7268 591 591 image="shared.png" 592 592 id="<%="share."+itemId %>" 593 subclass="<%=sharePermission ? "table-share-item" : null%>"593 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 594 594 data-item-id="<%=itemId%>" 595 595 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/biomaterials/biosources/list_biosources.jsp
r6834 r7268 491 491 image="deleted.png" 492 492 id="<%="delete."+itemId %>" 493 subclass="<%=deletePermission ? "table-delete-item" : null%>"493 subclass="<%=deletePermission ? "table-delete-item" : "disabled" %>" 494 494 data-item-id="<%=itemId%>" 495 495 tooltip="This item has been scheduled for deletion" … … 498 498 image="shared.png" 499 499 id="<%="share."+itemId %>" 500 subclass="<%=sharePermission ? "table-share-item" : null%>"500 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 501 501 data-item-id="<%=itemId%>" 502 502 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/biomaterials/extracts/list_extracts.jsp
r6992 r7268 738 738 image="shared.png" 739 739 id="<%="share."+itemId %>" 740 subclass="<%=sharePermission ? "table-share-item" : null%>"740 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 741 741 data-item-id="<%=itemId%>" 742 742 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/biomaterials/kits/list_kits.jsp
r6991 r7268 470 470 image="shared.png" 471 471 id="<%="share."+itemId %>" 472 subclass="<%=sharePermission ? "table-share-item" : null%>"472 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 473 473 data-item-id="<%=itemId%>" 474 474 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/biomaterials/samples/list_samples.jsp
r6993 r7268 705 705 image="shared.png" 706 706 id="<%="share."+itemId %>" 707 subclass="<%=sharePermission ? "table-share-item" : null%>"707 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 708 708 data-item-id="<%=itemId%>" 709 709 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/biomaterials/tags/list_tags.jsp
r6834 r7268 463 463 image="shared.png" 464 464 id="<%="share."+itemId %>" 465 subclass="<%=sharePermission ? "table-share-item" : null%>"465 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 466 466 data-item-id="<%=itemId%>" 467 467 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/filemanager/files/list_files.jsp
r6834 r7268 793 793 image="shared.png" 794 794 id="<%="share."+itemId %>" 795 subclass="<%=sharePermission ? "table-share-item" : null%>"795 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 796 796 data-item-type="DIRECTORY" 797 797 data-item-id="<%=itemId%>" … … 946 946 image="shared.png" 947 947 id="<%="share."+itemId %>" 948 subclass="<%=sharePermission ? "table-share-item" : null%>"948 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 949 949 data-item-id="<%=itemId%>" 950 950 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/filemanager/fileservers/list_fileservers.jsp
r6834 r7268 431 431 image="shared.png" 432 432 id="<%="share."+itemId %>" 433 subclass="<%=sharePermission ? "table-share-item" : null%>"433 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 434 434 data-item-id="<%=itemId%>" 435 435 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/lims/arraybatches/list_batches.jsp
r6834 r7268 500 500 image="shared.png" 501 501 id="<%="share."+itemId %>" 502 subclass="<%=sharePermission ? "table-share-item" : null%>"502 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 503 503 data-item-id="<%=itemId%>" 504 504 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/lims/arraydesigns/list_designs.jsp
r6843 r7268 627 627 image="shared.png" 628 628 id="<%="share."+itemId %>" 629 subclass="<%=sharePermission ? "table-share-item" : null%>"629 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 630 630 data-item-id="<%=itemId%>" 631 631 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/lims/arrayslides/list_slides.jsp
r6834 r7268 515 515 image="shared.png" 516 516 id="<%="share."+itemId %>" 517 subclass="<%=sharePermission ? "table-share-item" : null%>"517 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 518 518 data-item-id="<%=itemId%>" 519 519 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/lims/platemappings/list_mappings.jsp
r6834 r7268 448 448 image="shared.png" 449 449 id="<%="share."+itemId %>" 450 subclass="<%=sharePermission ? "table-share-item" : null%>"450 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 451 451 data-item-id="<%=itemId%>" 452 452 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/lims/plates/list_plates.jsp
r6834 r7268 535 535 image="shared.png" 536 536 id="<%="share."+itemId %>" 537 subclass="<%=sharePermission ? "table-share-item" : null%>"537 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 538 538 data-item-id="<%=itemId%>" 539 539 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/lims/platetypes/list_platetypes.jsp
r6834 r7268 430 430 image="shared.png" 431 431 id="<%="share."+itemId %>" 432 subclass="<%=sharePermission ? "table-share-item" : null%>"432 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 433 433 data-item-id="<%=itemId%>" 434 434 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/views/derivedbioassays/list_bioassays.jsp
r6996 r7268 632 632 image="shared.png" 633 633 id="<%="share."+itemId %>" 634 subclass="<%=sharePermission ? "table-share-item" : null%>"634 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 635 635 data-item-id="<%=itemId%>" 636 636 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/views/experiments/list_experiments.jsp
r7153 r7268 574 574 image="shared.png" 575 575 id="<%="share."+itemId %>" 576 subclass="<%=sharePermission ? "table-share-item" : null%>"576 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 577 577 data-item-id="<%=itemId%>" 578 578 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/views/formulas/list_formulas.jsp
r6834 r7268 561 561 image="shared.png" 562 562 id="<%="share."+itemId %>" 563 subclass="<%=sharePermission ? "table-share-item" : null%>"563 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 564 564 data-item-id="<%=itemId%>" 565 565 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/views/itemlists/list_lists.jsp
r6834 r7268 530 530 image="shared.png" 531 531 id="<%="share."+itemId %>" 532 subclass="<%=sharePermission ? "table-share-item" : null%>"532 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 533 533 data-item-id="<%=itemId%>" 534 534 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/views/itemlists/members/list_members.jsp
r7166 r7268 564 564 image="shared.png" 565 565 id="<%="share."+itemId %>" 566 subclass="<%=sharePermission ? "table-share-item" : null%>"566 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 567 567 data-item-id="<%=itemId%>" 568 568 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/views/items/list_items.jsp
r7038 r7268 354 354 image="shared.png" 355 355 id="<%="share."+itemId %>" 356 subclass="<%=sharePermission ? "table-share-item" : null%>"356 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 357 357 data-item-type="<%=item.getType().name()%>" 358 358 data-item-id="<%=itemId%>" -
trunk/www/views/permissiontemplates/list_templates.jsp
r6834 r7268 373 373 image="shared.png" 374 374 id="<%="share."+itemId %>" 375 subclass="<%=sharePermission ? "table-share-item" : null%>"375 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 376 376 data-item-id="<%=itemId%>" 377 377 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/views/physicalbioassays/list_bioassays.jsp
r6994 r7268 589 589 image="shared.png" 590 590 id="<%="share."+itemId %>" 591 subclass="<%=sharePermission ? "table-share-item" : null%>"591 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 592 592 data-item-id="<%=itemId%>" 593 593 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/views/rawbioassays/list_rawbioassays.jsp
r6843 r7268 700 700 image="shared.png" 701 701 id="<%="share."+itemId %>" 702 subclass="<%=sharePermission ? "table-share-item" : null%>"702 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 703 703 data-item-id="<%=itemId%>" 704 704 tooltip="This item is shared to other users, groups and/or projects" -
trunk/www/views/reporterlists/list_reporterlists.jsp
r6834 r7268 412 412 image="shared.png" 413 413 id="<%="share."+itemId %>" 414 subclass="<%=sharePermission ? "table-share-item" : null%>"414 subclass="<%=sharePermission ? "table-share-item" : "disabled" %>" 415 415 data-item-id="<%=itemId%>" 416 416 tooltip="This item is shared to other users, groups and/or projects"
Note: See TracChangeset
for help on using the changeset viewer.