Changeset 3172


Ignore:
Timestamp:
Mar 8, 2007, 8:50:56 AM (16 years ago)
Author:
Martin Svensson
Message:

Fixes #505 where should be were

Location:
branches/2.2.2/www
Files:
66 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.2/www/admin/annotationtypecategories/list_categories.jsp

    r2978 r3172  
    451451      {
    452452        %>
    453         <tbl:panel><%=annotationTypeCategories == null || annotationTypeCategories.getTotalCount() == 0 ? "No annotation type categories where found" : "No annotation types categories on this page. Please select another page!" %></tbl:panel>
     453        <tbl:panel><%=annotationTypeCategories == null || annotationTypeCategories.getTotalCount() == 0 ? "No annotation type categories were found" : "No annotation types categories on this page. Please select another page!" %></tbl:panel>
    454454        <%
    455455      }
  • branches/2.2.2/www/admin/annotationtypes/list_annotationtypes.jsp

    r2978 r3172  
    572572      {
    573573        %>
    574         <tbl:panel><%=annotationTypes == null || annotationTypes.getTotalCount() == 0 ? "No annotation types where found" : "No annotation types on this page. Please select another page!" %></tbl:panel>
     574        <tbl:panel><%=annotationTypes == null || annotationTypes.getTotalCount() == 0 ? "No annotation types were found" : "No annotation types on this page. Please select another page!" %></tbl:panel>
    575575        <%
    576576      }
  • branches/2.2.2/www/admin/clients/help/list_help.jsp

    r2978 r3172  
    381381      {
    382382        %>
    383         <tbl:panel><%=help == null || help.getTotalCount() == 0 ? "No help where found" : "No help on this page. Please select another page!" %></tbl:panel>
     383        <tbl:panel><%=help == null || help.getTotalCount() == 0 ? "No help were found" : "No help on this page. Please select another page!" %></tbl:panel>
    384384        <%
    385385      }
  • branches/2.2.2/www/admin/clients/list_clients.jsp

    r2978 r3172  
    421421      {
    422422        %>
    423         <tbl:panel><%=clients == null || clients.getTotalCount() == 0 ? "No client applications where found" : "No client applications on this page. Please select another page!" %></tbl:panel>
     423        <tbl:panel><%=clients == null || clients.getTotalCount() == 0 ? "No client applications were found" : "No client applications on this page. Please select another page!" %></tbl:panel>
    424424        <%
    425425      }
  • branches/2.2.2/www/admin/diskusage/details/view_details.jsp

    r2978 r3172  
    499499        {
    500500          %>
    501           <tbl:panel><%=totalCount == 0 ? "No items where found" : "No items on this page. Please select another page!" %></tbl:panel>
     501          <tbl:panel><%=totalCount == 0 ? "No items were found" : "No items on this page. Please select another page!" %></tbl:panel>
    502502          <%
    503503        }
  • branches/2.2.2/www/admin/diskusage/list_groups.jsp

    r2978 r3172  
    441441      {
    442442        %>
    443         <tbl:panel><%=groups == null || groups.getTotalCount() == 0 ? "No groups where found" : "No groups on this page. Please select another page!" %></tbl:panel>
     443        <tbl:panel><%=groups == null || groups.getTotalCount() == 0 ? "No groups were found" : "No groups on this page. Please select another page!" %></tbl:panel>
    444444        <%
    445445      }
  • branches/2.2.2/www/admin/diskusage/list_users.jsp

    r2978 r3172  
    597597      {
    598598        %>
    599         <tbl:panel><%=users == null || users.getTotalCount() == 0 ? "No users where found" : "No users on this page. Please select another page!" %></tbl:panel>
     599        <tbl:panel><%=users == null || users.getTotalCount() == 0 ? "No users were found" : "No users on this page. Please select another page!" %></tbl:panel>
    600600        <%
    601601      }
  • branches/2.2.2/www/admin/extravaluetypes/list_extravaluetypes.jsp

    r2978 r3172  
    431431      {
    432432        %>
    433         <tbl:panel><%=extraValueTypes == null || extraValueTypes.getTotalCount() == 0 ? "No extra value types where found" : "No extra value types on this page. Please select another page!" %></tbl:panel>
     433        <tbl:panel><%=extraValueTypes == null || extraValueTypes.getTotalCount() == 0 ? "No extra value types were found" : "No extra value types on this page. Please select another page!" %></tbl:panel>
    434434        <%
    435435      }
  • branches/2.2.2/www/admin/filetypes/list_filetypes.jsp

    r2978 r3172  
    303303      {
    304304        %>
    305         <tbl:panel><%=fileTypes == null || fileTypes.getTotalCount() == 0 ? "No file types where found" : "No file types on this page. Please select another page!" %></tbl:panel>
     305        <tbl:panel><%=fileTypes == null || fileTypes.getTotalCount() == 0 ? "No file types were found" : "No file types on this page. Please select another page!" %></tbl:panel>
    306306        <%
    307307      }
  • branches/2.2.2/www/admin/groups/list_groups.jsp

    r2978 r3172  
    462462      {
    463463        %>
    464         <tbl:panel><%=groups == null || groups.getTotalCount() == 0 ? "No groups where found" : "No groups on this page. Please select another page!" %></tbl:panel>
     464        <tbl:panel><%=groups == null || groups.getTotalCount() == 0 ? "No groups were found" : "No groups on this page. Please select another page!" %></tbl:panel>
    465465        <%
    466466      }
  • branches/2.2.2/www/admin/hardware/list_hardware.jsp

    r2978 r3172  
    452452      {
    453453        %>
    454         <tbl:panel><%=hardware == null || hardware.getTotalCount() == 0 ? "No hardware where found" : "No hardware on this page. Please select another page!" %></tbl:panel>
     454        <tbl:panel><%=hardware == null || hardware.getTotalCount() == 0 ? "No hardware were found" : "No hardware on this page. Please select another page!" %></tbl:panel>
    455455        <%
    456456      }
  • branches/2.2.2/www/admin/hardwaretypes/list_hardwaretypes.jsp

    r2978 r3172  
    414414      {
    415415        %>
    416         <tbl:panel><%=hardwareTypes == null || hardwareTypes.getTotalCount() == 0 ? "No hardware types where found" : "No hardware types on this page. Please select another page!" %></tbl:panel>
     416        <tbl:panel><%=hardwareTypes == null || hardwareTypes.getTotalCount() == 0 ? "No hardware types were found" : "No hardware types on this page. Please select another page!" %></tbl:panel>
    417417        <%
    418418      }
  • branches/2.2.2/www/admin/jobagents/list_agents.jsp

    r2978 r3172  
    570570      {
    571571        %>
    572         <tbl:panel><%=agents == null || agents.getTotalCount() == 0 ? "No job agents where found" : "No job agents on this page. Please select another page!" %></tbl:panel>
     572        <tbl:panel><%=agents == null || agents.getTotalCount() == 0 ? "No job agents were found" : "No job agents on this page. Please select another page!" %></tbl:panel>
    573573        <%
    574574      }
  • branches/2.2.2/www/admin/mimetypes/list_mimetypes.jsp

    r2978 r3172  
    394394      {
    395395        %>
    396         <tbl:panel><%=mimeTypes == null || mimeTypes.getTotalCount() == 0 ? "No MIME types where found" : "No MIME types on this page. Please select another page!" %></tbl:panel>
     396        <tbl:panel><%=mimeTypes == null || mimeTypes.getTotalCount() == 0 ? "No MIME types were found" : "No MIME types on this page. Please select another page!" %></tbl:panel>
    397397        <%
    398398      }
  • branches/2.2.2/www/admin/news/list_news.jsp

    r2978 r3172  
    388388      {
    389389        %>
    390         <tbl:panel><%=news == null || news.getTotalCount() == 0 ? "No news where found" : "No news on this page. Please select another page!" %></tbl:panel>
     390        <tbl:panel><%=news == null || news.getTotalCount() == 0 ? "No news were found" : "No news on this page. Please select another page!" %></tbl:panel>
    391391        <%
    392392      }
  • branches/2.2.2/www/admin/pluginconfigurations/list_configurations.jsp

    r2978 r3172  
    521521      {
    522522        %>
    523         <tbl:panel><%=configurations == null || configurations.getTotalCount() == 0 ? "No configurations where found" : "No configurations on this page. Please select another page!" %></tbl:panel>
     523        <tbl:panel><%=configurations == null || configurations.getTotalCount() == 0 ? "No configurations were found" : "No configurations on this page. Please select another page!" %></tbl:panel>
    524524        <%
    525525      }
  • branches/2.2.2/www/admin/plugindefinitions/list_plugins.jsp

    r2978 r3172  
    676676      {
    677677        %>
    678         <tbl:panel><%=plugins == null || plugins.getTotalCount() == 0 ? "No plugins where found" : "No plugins on this page. Please select another page!" %></tbl:panel>
     678        <tbl:panel><%=plugins == null || plugins.getTotalCount() == 0 ? "No plugins were found" : "No plugins on this page. Please select another page!" %></tbl:panel>
    679679        <%
    680680      }
  • branches/2.2.2/www/admin/plugintypes/list_plugintypes.jsp

    r2978 r3172  
    414414      {
    415415        %>
    416         <tbl:panel><%=pluginTypes == null || pluginTypes.getTotalCount() == 0 ? "No plugin types where found" : "No plugin types on this page. Please select another page!" %></tbl:panel>
     416        <tbl:panel><%=pluginTypes == null || pluginTypes.getTotalCount() == 0 ? "No plugin types were found" : "No plugin types on this page. Please select another page!" %></tbl:panel>
    417417        <%
    418418      }
  • branches/2.2.2/www/admin/protocols/list_protocol.jsp

    r2978 r3172  
    458458      {
    459459        %>
    460         <tbl:panel><%=protocols == null || protocols.getTotalCount() == 0 ? "No protocols where found" : "No protocols on this page. Please select another page!" %></tbl:panel>
     460        <tbl:panel><%=protocols == null || protocols.getTotalCount() == 0 ? "No protocols were found" : "No protocols on this page. Please select another page!" %></tbl:panel>
    461461        <%
    462462      }
  • branches/2.2.2/www/admin/protocoltypes/list_protocoltype.jsp

    r2978 r3172  
    419419      {
    420420        %>
    421         <tbl:panel><%=protocolTypes == null || protocolTypes.getTotalCount() == 0 ? "No protocol types where found" : "No protocol types on this page. Please select another page!" %></tbl:panel>
     421        <tbl:panel><%=protocolTypes == null || protocolTypes.getTotalCount() == 0 ? "No protocol types were found" : "No protocol types on this page. Please select another page!" %></tbl:panel>
    422422        <%
    423423      }
  • branches/2.2.2/www/admin/quota/list_quota.jsp

    r2978 r3172  
    374374      {
    375375        %>
    376         <tbl:panel><%=quota == null || quota.getTotalCount() == 0 ? "No quota where found" : "No quota on this page. Please select another page!" %></tbl:panel>
     376        <tbl:panel><%=quota == null || quota.getTotalCount() == 0 ? "No quota were found" : "No quota on this page. Please select another page!" %></tbl:panel>
    377377        <%
    378378      }
  • branches/2.2.2/www/admin/quotatypes/list_quotatypes.jsp

    r2978 r3172  
    303303      {
    304304        %>
    305         <tbl:panel><%=quotaTypes == null || quotaTypes.getTotalCount() == 0 ? "No quota types where found" : "No quota types on this page. Please select another page!" %></tbl:panel>
     305        <tbl:panel><%=quotaTypes == null || quotaTypes.getTotalCount() == 0 ? "No quota types were found" : "No quota types on this page. Please select another page!" %></tbl:panel>
    306306        <%
    307307      }
  • branches/2.2.2/www/admin/reportertypes/list_reportertypes.jsp

    r2978 r3172  
    351351      {
    352352        %>
    353         <tbl:panel><%=reporterTypes == null || reporterTypes.getTotalCount() == 0 ? "No reporter types where found" : "No reporter types on this page. Please select another page!" %></tbl:panel>
     353        <tbl:panel><%=reporterTypes == null || reporterTypes.getTotalCount() == 0 ? "No reporter types were found" : "No reporter types on this page. Please select another page!" %></tbl:panel>
    354354        <%
    355355      }
  • branches/2.2.2/www/admin/roles/list_roles.jsp

    r2978 r3172  
    407407      {
    408408        %>
    409         <tbl:panel><%=roles == null || roles.getTotalCount() == 0 ? "No roles where found" : "No roles on this page. Please select another page!" %></tbl:panel>
     409        <tbl:panel><%=roles == null || roles.getTotalCount() == 0 ? "No roles were found" : "No roles on this page. Please select another page!" %></tbl:panel>
    410410        <%
    411411      }
  • branches/2.2.2/www/admin/software/list_software.jsp

    r2978 r3172  
    452452      {
    453453        %>
    454         <tbl:panel><%=software == null || software.getTotalCount() == 0 ? "No software where found" : "No software on this page. Please select another page!" %></tbl:panel>
     454        <tbl:panel><%=software == null || software.getTotalCount() == 0 ? "No software were found" : "No software on this page. Please select another page!" %></tbl:panel>
    455455        <%
    456456      }
  • branches/2.2.2/www/admin/softwaretypes/list_softwaretypes.jsp

    r2978 r3172  
    357357      {
    358358        %>
    359         <tbl:panel><%=softwareTypes == null || softwareTypes.getTotalCount() == 0 ? "No software types where found" : "No software types on this page. Please select another page!" %></tbl:panel>
     359        <tbl:panel><%=softwareTypes == null || softwareTypes.getTotalCount() == 0 ? "No software types were found" : "No software types on this page. Please select another page!" %></tbl:panel>
    360360        <%
    361361      }
  • branches/2.2.2/www/admin/users/list_users.jsp

    r2978 r3172  
    624624      {
    625625        %>
    626         <tbl:panel><%=users == null || users.getTotalCount() == 0 ? "No users where found" : "No users on this page. Please select another page!" %></tbl:panel>
     626        <tbl:panel><%=users == null || users.getTotalCount() == 0 ? "No users were found" : "No users on this page. Please select another page!" %></tbl:panel>
    627627        <%
    628628      }
  • branches/2.2.2/www/biomaterials/biosources/list_biosources.jsp

    r2978 r3172  
    531531      {
    532532        %>
    533         <tbl:panel><%=bioSources == null || bioSources.getTotalCount() == 0 ? "No biosources where found" : "No biosources on this page. Please select another page!" %></tbl:panel>
     533        <tbl:panel><%=bioSources == null || bioSources.getTotalCount() == 0 ? "No biosources were found" : "No biosources on this page. Please select another page!" %></tbl:panel>
    534534        <%
    535535      }
  • branches/2.2.2/www/biomaterials/events/list_events.jsp

    r2978 r3172  
    521521      {
    522522        %>
    523         <tbl:panel><%=events == null || events.getTotalCount() == 0 ? "No events where found" : "No events on this page. Please select another page!" %></tbl:panel>
     523        <tbl:panel><%=events == null || events.getTotalCount() == 0 ? "No events were found" : "No events on this page. Please select another page!" %></tbl:panel>
    524524        <%
    525525      }
  • branches/2.2.2/www/biomaterials/extracts/list_extracts.jsp

    r2978 r3172  
    656656      {
    657657        %>
    658         <tbl:panel><%=extracts == null || extracts.getTotalCount() == 0 ? "No extracts where found" : "No extracts on this page. Please select another page!" %></tbl:panel>
     658        <tbl:panel><%=extracts == null || extracts.getTotalCount() == 0 ? "No extracts were found" : "No extracts on this page. Please select another page!" %></tbl:panel>
    659659        <%
    660660      }
  • branches/2.2.2/www/biomaterials/labeledextracts/list_labeledextracts.jsp

    r2978 r3172  
    668668      {
    669669        %>
    670         <tbl:panel><%=labeledExtracts == null || labeledExtracts.getTotalCount() == 0 ? "No labeled extracts where found" : "No labeled extracts on this page. Please select another page!" %></tbl:panel>
     670        <tbl:panel><%=labeledExtracts == null || labeledExtracts.getTotalCount() == 0 ? "No labeled extracts were found" : "No labeled extracts on this page. Please select another page!" %></tbl:panel>
    671671        <%
    672672      }
  • branches/2.2.2/www/biomaterials/labels/list_labels.jsp

    r2978 r3172  
    417417      {
    418418        %>
    419         <tbl:panel><%=labels == null || labels.getTotalCount() == 0 ? "No labels where found" : "No labels on this page. Please select another page!" %></tbl:panel>
     419        <tbl:panel><%=labels == null || labels.getTotalCount() == 0 ? "No labels were found" : "No labels on this page. Please select another page!" %></tbl:panel>
    420420        <%
    421421      }
  • branches/2.2.2/www/biomaterials/samples/list_samples.jsp

    r2978 r3172  
    652652      {
    653653        %>
    654         <tbl:panel><%=samples == null || samples.getTotalCount() == 0 ? "No samples where found" : "No samples on this page. Please select another page!" %></tbl:panel>
     654        <tbl:panel><%=samples == null || samples.getTotalCount() == 0 ? "No samples were found" : "No samples on this page. Please select another page!" %></tbl:panel>
    655655        <%
    656656      }
  • branches/2.2.2/www/common/context/manage.jsp

    r2978 r3172  
    187187        {
    188188          %>
    189           <tbl:panel>No presets where found</tbl:panel>
     189          <tbl:panel>No presets were found</tbl:panel>
    190190          <%
    191191        }
  • branches/2.2.2/www/lims/arraybatches/list_batches.jsp

    r2978 r3172  
    568568      {
    569569        %>
    570         <tbl:panel><%=batches == null || batches.getTotalCount() == 0 ? "No array batches where found" : "No array batches on this page. Please select another page!" %></tbl:panel>
     570        <tbl:panel><%=batches == null || batches.getTotalCount() == 0 ? "No array batches were found" : "No array batches on this page. Please select another page!" %></tbl:panel>
    571571        <%
    572572      }
  • branches/2.2.2/www/lims/arraydesigns/features/list_features.jsp

    r2978 r3172  
    649649      {
    650650        %>
    651         <tbl:panel><%=features == null || features.getTotalCount() == 0 ? "No features where found" : "No features on this page. Please select another page!" %></tbl:panel>
     651        <tbl:panel><%=features == null || features.getTotalCount() == 0 ? "No features were found" : "No features on this page. Please select another page!" %></tbl:panel>
    652652        <%
    653653      }
  • branches/2.2.2/www/lims/arraydesigns/list_designs.jsp

    r2978 r3172  
    570570      {
    571571        %>
    572         <tbl:panel><%=designs == null || designs.getTotalCount() == 0 ? "No array designs where found" : "No array designs on this page. Please select another page!" %></tbl:panel>
     572        <tbl:panel><%=designs == null || designs.getTotalCount() == 0 ? "No array designs were found" : "No array designs on this page. Please select another page!" %></tbl:panel>
    573573        <%
    574574      }
  • branches/2.2.2/www/lims/arrayslides/list_slides.jsp

    r2978 r3172  
    558558      {
    559559        %>
    560         <tbl:panel><%=slides == null || slides.getTotalCount() == 0 ? "No array slides where found" : "No array slides on this page. Please select another page!" %></tbl:panel>
     560        <tbl:panel><%=slides == null || slides.getTotalCount() == 0 ? "No array slides were found" : "No array slides on this page. Please select another page!" %></tbl:panel>
    561561        <%
    562562      }
  • branches/2.2.2/www/lims/geometries/list_geometries.jsp

    r2978 r3172  
    422422      {
    423423        %>
    424         <tbl:panel><%=geometries == null || geometries.getTotalCount() == 0 ? "No plate geometries where found" : "No plate geometries on this page. Please select another page!" %></tbl:panel>
     424        <tbl:panel><%=geometries == null || geometries.getTotalCount() == 0 ? "No plate geometries were found" : "No plate geometries on this page. Please select another page!" %></tbl:panel>
    425425        <%
    426426      }
  • branches/2.2.2/www/lims/platemappings/list_mappings.jsp

    r3097 r3172  
    488488      {
    489489        %>
    490         <tbl:panel><%=mappings == null || mappings.getTotalCount() == 0 ? "No plate mappings where found" : "No plate mappings on this page. Please select another page!" %></tbl:panel>
     490        <tbl:panel><%=mappings == null || mappings.getTotalCount() == 0 ? "No plate mappings were found" : "No plate mappings on this page. Please select another page!" %></tbl:panel>
    491491        <%
    492492      }
  • branches/2.2.2/www/lims/plates/events/list_events.jsp

    r2978 r3172  
    461461      {
    462462        %>
    463         <tbl:panel><%=events == null || events.getTotalCount() == 0 ? "No events where found" : "No events on this page. Please select another page!" %></tbl:panel>
     463        <tbl:panel><%=events == null || events.getTotalCount() == 0 ? "No events were found" : "No events on this page. Please select another page!" %></tbl:panel>
    464464        <%
    465465      }
  • branches/2.2.2/www/lims/plates/list_plates.jsp

    r2978 r3172  
    637637      {
    638638        %>
    639         <tbl:panel><%=plates == null || plates.getTotalCount() == 0 ? "No plates where found" : "No plates on this page. Please select another page!" %></tbl:panel>
     639        <tbl:panel><%=plates == null || plates.getTotalCount() == 0 ? "No plates were found" : "No plates on this page. Please select another page!" %></tbl:panel>
    640640        <%
    641641      }
  • branches/2.2.2/www/lims/plates/wells/list_wells.jsp

    r2978 r3172  
    567567      {
    568568        %>
    569         <tbl:panel><%=wells == null || wells.getTotalCount() == 0 ? "No wells where found" : "No wells on this page. Please select another page!" %></tbl:panel>
     569        <tbl:panel><%=wells == null || wells.getTotalCount() == 0 ? "No wells were found" : "No wells on this page. Please select another page!" %></tbl:panel>
    570570        <%
    571571      }
  • branches/2.2.2/www/lims/platetypes/eventtypes/list_eventtypes.jsp

    r2978 r3172  
    398398      {
    399399        %>
    400         <tbl:panel><%=eventTypes == null || eventTypes.getTotalCount() == 0 ? "No event types where found" : "No event types on this page. Please select another page!" %></tbl:panel>
     400        <tbl:panel><%=eventTypes == null || eventTypes.getTotalCount() == 0 ? "No event types were found" : "No event types on this page. Please select another page!" %></tbl:panel>
    401401        <%
    402402      }
  • branches/2.2.2/www/lims/platetypes/list_platetypes.jsp

    r2978 r3172  
    483483      {
    484484        %>
    485         <tbl:panel><%=plateTypes == null || plateTypes.getTotalCount() == 0 ? "No plate types where found" : "No plate types on this page. Please select another page!" %></tbl:panel>
     485        <tbl:panel><%=plateTypes == null || plateTypes.getTotalCount() == 0 ? "No plate types were found" : "No plate types on this page. Please select another page!" %></tbl:panel>
    486486        <%
    487487      }
  • branches/2.2.2/www/my_base/messages/list_messages.jsp

    r2978 r3172  
    400400      {
    401401        %>
    402         <tbl:panel><%=messages == null || messages.getTotalCount() == 0 ? "No messages where found" : "No messages on this page. Please select another page!" %></tbl:panel>
     402        <tbl:panel><%=messages == null || messages.getTotalCount() == 0 ? "No messages were found" : "No messages on this page. Please select another page!" %></tbl:panel>
    403403        <%
    404404      }
  • branches/2.2.2/www/my_base/projects/items/list_items.jsp

    r2978 r3172  
    356356      {
    357357        %>
    358         <tbl:panel><%=items == null || items.size() == 0 ? "No items where found" : "No items on this page. Please select another page!" %></tbl:panel>
     358        <tbl:panel><%=items == null || items.size() == 0 ? "No items were found" : "No items on this page. Please select another page!" %></tbl:panel>
    359359        <%
    360360      }
  • branches/2.2.2/www/my_base/projects/list_projects.jsp

    r2978 r3172  
    402402      {
    403403        %>
    404         <tbl:panel><%=projects == null || projects.getTotalCount() == 0 ? "No projects where found" : "No projects on this page. Please select another page!" %></tbl:panel>
     404        <tbl:panel><%=projects == null || projects.getTotalCount() == 0 ? "No projects were found" : "No projects on this page. Please select another page!" %></tbl:panel>
    405405        <%
    406406      }
  • branches/2.2.2/www/views/experiments/bioassays/list_bioassays.jsp

    r3144 r3172  
    505505      {
    506506        %>
    507         <tbl:panel><%=bioAssays == null || bioAssays.getTotalCount() == 0 ? "No bioassays where found" : "No bioassays on this page. Please select another page!" %></tbl:panel>
     507        <tbl:panel><%=bioAssays == null || bioAssays.getTotalCount() == 0 ? "No bioassays were found" : "No bioassays on this page. Please select another page!" %></tbl:panel>
    508508        <%
    509509      }
  • branches/2.2.2/www/views/experiments/bioassaysets/analysis_tree.jsp

    r3171 r3172  
    932932      {
    933933        %>
    934         <tbl:panel>No bioassay sets or transformations where found.</tbl:panel>
     934        <tbl:panel>No bioassay sets or transformations were found.</tbl:panel>
    935935        <%
    936936      }
  • branches/2.2.2/www/views/experiments/explorer/search/list.jsp

    r2978 r3172  
    289289      {
    290290        %>
    291         <tbl:panel><%=reporters == null || reporters.getTotalCount() == 0 ? "No reporters where found" : "No reporters on this page. Please select another page!" %></tbl:panel>
     291        <tbl:panel><%=reporters == null || reporters.getTotalCount() == 0 ? "No reporters were found" : "No reporters on this page. Please select another page!" %></tbl:panel>
    292292        <%
    293293      }
  • branches/2.2.2/www/views/experiments/list_experiments.jsp

    r2978 r3172  
    557557      {
    558558        %>
    559         <tbl:panel><%=experiments == null || experiments.getTotalCount() == 0 ? "No experiments where found" : "No experiments on this page. Please select another page!" %></tbl:panel>
     559        <tbl:panel><%=experiments == null || experiments.getTotalCount() == 0 ? "No experiments were found" : "No experiments on this page. Please select another page!" %></tbl:panel>
    560560        <%
    561561      }
  • branches/2.2.2/www/views/experiments/spotdata/list_spotdata.jsp

    r2993 r3172  
    377377      {
    378378        %>
    379         <tbl:panel><%=spotData == null || spotData.getTotalCount() == 0 ? "No spot data where found" : "No spot data on this page. Please select another page!" %></tbl:panel>
     379        <tbl:panel><%=spotData == null || spotData.getTotalCount() == 0 ? "No spot data were found" : "No spot data on this page. Please select another page!" %></tbl:panel>
    380380        <%
    381381      }
  • branches/2.2.2/www/views/formulas/list_formulas.jsp

    r2978 r3172  
    541541      {
    542542        %>
    543         <tbl:panel><%=formulas == null || formulas.getTotalCount() == 0 ? "No formulas where found" : "No formulas on this page. Please select another page!" %></tbl:panel>
     543        <tbl:panel><%=formulas == null || formulas.getTotalCount() == 0 ? "No formulas were found" : "No formulas on this page. Please select another page!" %></tbl:panel>
    544544        <%
    545545      }
  • branches/2.2.2/www/views/hybridizations/list_hybridizations.jsp

    r2978 r3172  
    653653      {
    654654        %>
    655         <tbl:panel><%=hybridizations == null || hybridizations.getTotalCount() == 0 ? "No hybridizations where found" : "No hybridizations on this page. Please select another page!" %></tbl:panel>
     655        <tbl:panel><%=hybridizations == null || hybridizations.getTotalCount() == 0 ? "No hybridizations were found" : "No hybridizations on this page. Please select another page!" %></tbl:panel>
    656656        <%
    657657      }
  • branches/2.2.2/www/views/items/list_items.jsp

    r2978 r3172  
    332332      {
    333333        %>
    334         <tbl:panel><%=allItems == null || allItems.size() == 0 ? "No items where found" : "No items on this page. Please select another page!" %></tbl:panel>
     334        <tbl:panel><%=allItems == null || allItems.size() == 0 ? "No items were found" : "No items on this page. Please select another page!" %></tbl:panel>
    335335        <%
    336336      }
  • branches/2.2.2/www/views/jobs/list_jobs.jsp

    r2978 r3172  
    620620      {
    621621        %>
    622         <tbl:panel><%=jobs == null || jobs.getTotalCount() == 0 ? "No jobs where found" : "No jobs on this page. Please select another page!" %></tbl:panel>
     622        <tbl:panel><%=jobs == null || jobs.getTotalCount() == 0 ? "No jobs were found" : "No jobs on this page. Please select another page!" %></tbl:panel>
    623623        <%
    624624      }
  • branches/2.2.2/www/views/rawbioassays/list_rawbioassays.jsp

    r2978 r3172  
    665665      {
    666666        %>
    667         <tbl:panel><%=rawBioAssays == null || rawBioAssays.getTotalCount() == 0 ? "No raw bioassays where found" : "No raw bioassays on this page. Please select another page!" %></tbl:panel>
     667        <tbl:panel><%=rawBioAssays == null || rawBioAssays.getTotalCount() == 0 ? "No raw bioassays were found" : "No raw bioassays on this page. Please select another page!" %></tbl:panel>
    668668        <%
    669669      }
  • branches/2.2.2/www/views/rawbioassays/rawdata/list_rawdata.jsp

    r2978 r3172  
    805805      {
    806806        %>
    807         <tbl:panel><%=rawData == null || rawData.getTotalCount() == 0 ? "No raw data where found" : "No raw data on this page. Please select another page!" %></tbl:panel>
     807        <tbl:panel><%=rawData == null || rawData.getTotalCount() == 0 ? "No raw data were found" : "No raw data on this page. Please select another page!" %></tbl:panel>
    808808        <%
    809809      }
  • branches/2.2.2/www/views/reporterlists/list_reporterlists.jsp

    r2978 r3172  
    439439      {
    440440        %>
    441         <tbl:panel><%=reporterLists == null || reporterLists.getTotalCount() == 0 ? "No reporter lists where found" : "No reporter lists on this page. Please select another page!" %></tbl:panel>
     441        <tbl:panel><%=reporterLists == null || reporterLists.getTotalCount() == 0 ? "No reporter lists were found" : "No reporter lists on this page. Please select another page!" %></tbl:panel>
    442442        <%
    443443      }
  • branches/2.2.2/www/views/reporterlists/reporters/list_reporters.jsp

    r2978 r3172  
    477477      {
    478478        %>
    479         <tbl:panel><%=reporters == null || reporters.getTotalCount() == 0 ? "No reporters where found" : "No reporters on this page. Please select another page!" %></tbl:panel>
     479        <tbl:panel><%=reporters == null || reporters.getTotalCount() == 0 ? "No reporters were found" : "No reporters on this page. Please select another page!" %></tbl:panel>
    480480        <%
    481481      }
  • branches/2.2.2/www/views/reporters/list_reporters.jsp

    r2978 r3172  
    453453      {
    454454        %>
    455         <tbl:panel><%=reporters == null || reporters.getTotalCount() == 0 ? "No reporters where found" : "No reporters on this page. Please select another page!" %></tbl:panel>
     455        <tbl:panel><%=reporters == null || reporters.getTotalCount() == 0 ? "No reporters were found" : "No reporters on this page. Please select another page!" %></tbl:panel>
    456456        <%
    457457      }
  • branches/2.2.2/www/views/scans/images/list_images.jsp

    r2978 r3172  
    429429      {
    430430        %>
    431         <tbl:panel><%=images == null || images.getTotalCount() == 0 ? "No images where found" : "No images on this page. Please select another page!" %></tbl:panel>
     431        <tbl:panel><%=images == null || images.getTotalCount() == 0 ? "No images were found" : "No images on this page. Please select another page!" %></tbl:panel>
    432432        <%
    433433      }
  • branches/2.2.2/www/views/scans/list_scans.jsp

    r2978 r3172  
    575575      {
    576576        %>
    577         <tbl:panel><%=scans == null || scans.getTotalCount() == 0 ? "No scans where found" : "No scans on this page. Please select another page!" %></tbl:panel>
     577        <tbl:panel><%=scans == null || scans.getTotalCount() == 0 ? "No scans were found" : "No scans on this page. Please select another page!" %></tbl:panel>
    578578        <%
    579579      }
  • branches/2.2.2/www/views/sessions/list_sessions.jsp

    r2982 r3172  
    361361      {
    362362        %>
    363         <tbl:panel><%=sessions == null || sessions.getTotalCount() == 0 ? "No sessions where found" : "No sessions on this page. Please select another page!" %></tbl:panel>
     363        <tbl:panel><%=sessions == null || sessions.getTotalCount() == 0 ? "No sessions were found" : "No sessions on this page. Please select another page!" %></tbl:panel>
    364364        <%
    365365      }
  • branches/2.2.2/www/views/trashcan/list_trash.jsp

    r2978 r3172  
    323323      {
    324324        %>
    325         <tbl:panel><%=trash == null || trash.size() == 0 ? "No items where found" : "No items on this page. Please select another page!" %></tbl:panel>
     325        <tbl:panel><%=trash == null || trash.size() == 0 ? "No items were found" : "No items on this page. Please select another page!" %></tbl:panel>
    326326        <%
    327327      }
Note: See TracChangeset for help on using the changeset viewer.