Changeset 7268


Ignore:
Timestamp:
Jan 11, 2017, 1:44:53 PM (6 years ago)
Author:
Nicklas Nordborg
Message:

References #2047: The "Share" and "Delete" icon in table listing seems to always be enabled

The "Share" icon has been fixed.

Location:
trunk/www
Files:
35 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/admin/annotationtypecategories/list_categories.jsp

    r6834 r7268  
    412412                    image="shared.png"
    413413                    id="<%="share."+itemId %>"
    414                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     414                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    415415                    data-item-id="<%=itemId%>"
    416416                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/admin/annotationtypes/list_annotationtypes.jsp

    r7244 r7268  
    604604                    image="shared.png"
    605605                    id="<%="share."+itemId %>"
    606                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     606                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    607607                    data-item-id="<%=itemId%>"
    608608                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/admin/clients/list_clients.jsp

    r6834 r7268  
    398398                    image="shared.png"
    399399                    id="<%="share."+itemId %>"
    400                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     400                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    401401                    data-item-id="<%=itemId%>"
    402402                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/admin/hardware/list_hardware.jsp

    r6834 r7268  
    462462                    image="shared.png"
    463463                    id="<%="share."+itemId %>"
    464                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     464                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    465465                    data-item-id="<%=itemId%>"
    466466                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/admin/jobagents/list_agents.jsp

    r6834 r7268  
    446446                    image="shared.png"
    447447                    id="<%="share."+itemId %>"
    448                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     448                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    449449                    data-item-id="<%=itemId%>"
    450450                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/admin/pluginconfigurations/list_configurations.jsp

    r6834 r7268  
    457457                    image="shared.png"
    458458                    id="<%="share."+itemId %>"
    459                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     459                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    460460                    data-item-id="<%=itemId%>"
    461461                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/admin/plugindefinitions/list_plugins.jsp

    r6834 r7268  
    603603                    image="shared.png"
    604604                    id="<%="share."+itemId %>"
    605                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     605                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    606606                    data-item-id="<%=itemId%>"
    607607                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/admin/protocols/list_protocol.jsp

    r6834 r7268  
    472472                    image="shared.png"
    473473                    id="<%="share."+itemId %>"
    474                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     474                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    475475                    data-item-id="<%=itemId%>"
    476476                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/admin/reporterclonetemplates/list_templates.jsp

    r6834 r7268  
    403403                    image="shared.png"
    404404                    id="<%="share."+itemId %>"
    405                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     405                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    406406                    data-item-id="<%=itemId%>"
    407407                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/admin/software/list_software.jsp

    r6834 r7268  
    462462                    image="shared.png"
    463463                    id="<%="share."+itemId %>"
    464                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     464                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    465465                    data-item-id="<%=itemId%>"
    466466                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/biomaterials/bioplates/events/list_events.jsp

    r7166 r7268  
    484484                    image="shared.png"
    485485                    id="<%="share."+itemId %>"
    486                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     486                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    487487                    data-item-id="<%=itemId%>"
    488488                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/biomaterials/bioplates/list_bioplates.jsp

    r6834 r7268  
    591591                    image="shared.png"
    592592                    id="<%="share."+itemId %>"
    593                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     593                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    594594                    data-item-id="<%=itemId%>"
    595595                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/biomaterials/biosources/list_biosources.jsp

    r6834 r7268  
    491491                    image="deleted.png"
    492492                    id="<%="delete."+itemId %>"
    493                     subclass="<%=deletePermission ? "table-delete-item" : null %>"
     493                    subclass="<%=deletePermission ? "table-delete-item" : "disabled" %>"
    494494                    data-item-id="<%=itemId%>"
    495495                    tooltip="This item has been scheduled for deletion"
     
    498498                    image="shared.png"
    499499                    id="<%="share."+itemId %>"
    500                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     500                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    501501                    data-item-id="<%=itemId%>"
    502502                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/biomaterials/extracts/list_extracts.jsp

    r6992 r7268  
    738738                    image="shared.png"
    739739                    id="<%="share."+itemId %>"
    740                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     740                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    741741                    data-item-id="<%=itemId%>"
    742742                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/biomaterials/kits/list_kits.jsp

    r6991 r7268  
    470470                    image="shared.png"
    471471                    id="<%="share."+itemId %>"
    472                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     472                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    473473                    data-item-id="<%=itemId%>"
    474474                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/biomaterials/samples/list_samples.jsp

    r6993 r7268  
    705705                    image="shared.png"
    706706                    id="<%="share."+itemId %>"
    707                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     707                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    708708                    data-item-id="<%=itemId%>"
    709709                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/biomaterials/tags/list_tags.jsp

    r6834 r7268  
    463463                    image="shared.png"
    464464                    id="<%="share."+itemId %>"
    465                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     465                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    466466                    data-item-id="<%=itemId%>"
    467467                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/filemanager/files/list_files.jsp

    r6834 r7268  
    793793                    image="shared.png"
    794794                    id="<%="share."+itemId %>"
    795                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     795                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    796796                    data-item-type="DIRECTORY"
    797797                    data-item-id="<%=itemId%>"
     
    946946                    image="shared.png"
    947947                    id="<%="share."+itemId %>"
    948                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     948                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    949949                    data-item-id="<%=itemId%>"
    950950                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/filemanager/fileservers/list_fileservers.jsp

    r6834 r7268  
    431431                    image="shared.png"
    432432                    id="<%="share."+itemId %>"
    433                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     433                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    434434                    data-item-id="<%=itemId%>"
    435435                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/lims/arraybatches/list_batches.jsp

    r6834 r7268  
    500500                    image="shared.png"
    501501                    id="<%="share."+itemId %>"
    502                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     502                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    503503                    data-item-id="<%=itemId%>"
    504504                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/lims/arraydesigns/list_designs.jsp

    r6843 r7268  
    627627                    image="shared.png"
    628628                    id="<%="share."+itemId %>"
    629                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     629                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    630630                    data-item-id="<%=itemId%>"
    631631                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/lims/arrayslides/list_slides.jsp

    r6834 r7268  
    515515                    image="shared.png"
    516516                    id="<%="share."+itemId %>"
    517                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     517                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    518518                    data-item-id="<%=itemId%>"
    519519                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/lims/platemappings/list_mappings.jsp

    r6834 r7268  
    448448                    image="shared.png"
    449449                    id="<%="share."+itemId %>"
    450                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     450                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    451451                    data-item-id="<%=itemId%>"
    452452                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/lims/plates/list_plates.jsp

    r6834 r7268  
    535535                    image="shared.png"
    536536                    id="<%="share."+itemId %>"
    537                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     537                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    538538                    data-item-id="<%=itemId%>"
    539539                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/lims/platetypes/list_platetypes.jsp

    r6834 r7268  
    430430                    image="shared.png"
    431431                    id="<%="share."+itemId %>"
    432                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     432                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    433433                    data-item-id="<%=itemId%>"
    434434                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/views/derivedbioassays/list_bioassays.jsp

    r6996 r7268  
    632632                    image="shared.png"
    633633                    id="<%="share."+itemId %>"
    634                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     634                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    635635                    data-item-id="<%=itemId%>"
    636636                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/views/experiments/list_experiments.jsp

    r7153 r7268  
    574574                    image="shared.png"
    575575                    id="<%="share."+itemId %>"
    576                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     576                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    577577                    data-item-id="<%=itemId%>"
    578578                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/views/formulas/list_formulas.jsp

    r6834 r7268  
    561561                    image="shared.png"
    562562                    id="<%="share."+itemId %>"
    563                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     563                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    564564                    data-item-id="<%=itemId%>"
    565565                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/views/itemlists/list_lists.jsp

    r6834 r7268  
    530530                    image="shared.png"
    531531                    id="<%="share."+itemId %>"
    532                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     532                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    533533                    data-item-id="<%=itemId%>"
    534534                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/views/itemlists/members/list_members.jsp

    r7166 r7268  
    564564                    image="shared.png"
    565565                    id="<%="share."+itemId %>"
    566                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     566                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    567567                    data-item-id="<%=itemId%>"
    568568                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/views/items/list_items.jsp

    r7038 r7268  
    354354                    image="shared.png"
    355355                    id="<%="share."+itemId %>"
    356                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     356                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    357357                    data-item-type="<%=item.getType().name()%>"
    358358                    data-item-id="<%=itemId%>"
  • trunk/www/views/permissiontemplates/list_templates.jsp

    r6834 r7268  
    373373                    image="shared.png"
    374374                    id="<%="share."+itemId %>"
    375                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     375                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    376376                    data-item-id="<%=itemId%>"
    377377                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/views/physicalbioassays/list_bioassays.jsp

    r6994 r7268  
    589589                    image="shared.png"
    590590                    id="<%="share."+itemId %>"
    591                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     591                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    592592                    data-item-id="<%=itemId%>"
    593593                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/views/rawbioassays/list_rawbioassays.jsp

    r6843 r7268  
    700700                    image="shared.png"
    701701                    id="<%="share."+itemId %>"
    702                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     702                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    703703                    data-item-id="<%=itemId%>"
    704704                    tooltip="This item is shared to other users, groups and/or projects"
  • trunk/www/views/reporterlists/list_reporterlists.jsp

    r6834 r7268  
    412412                    image="shared.png"
    413413                    id="<%="share."+itemId %>"
    414                     subclass="<%=sharePermission ? "table-share-item" : null %>"
     414                    subclass="<%=sharePermission ? "table-share-item" : "disabled" %>"
    415415                    data-item-id="<%=itemId%>"
    416416                    tooltip="This item is shared to other users, groups and/or projects"
Note: See TracChangeset for help on using the changeset viewer.