<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic icon for multi-select not appearing in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/icon-for-multi-select-not-appearing/m-p/281155#M234285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me with an issue I have been struggling with for days on end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added a new action item in the "&lt;STRONG&gt;Selected Items..&lt;/STRONG&gt;." menu on the document library toolbar. The action appears fine except for the icon which is not displayed.&lt;/P&gt;&lt;P&gt;here is the code extract from share-config-custom.xml:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;lt;multi-select&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;action type="action-link" id="onActionEditMultipleDocumentMetadata"&lt;STRONG&gt; icon="edit-multiple"&lt;/STRONG&gt; asset="document" permission="Write" label="Edit Multiple" /&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt; &amp;lt;/multi-select&lt;/SPAN&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;I have accordingly placed an icon under &lt;STRONG&gt;tomcat/webapps/share/components/documentlibrary/actions/edit-multiple-16.png.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This didn't work. So I even tried placing the icon under &lt;STRONG&gt;tomcat/webapps/share/images/edit-multiple-16.png. &lt;/STRONG&gt;But no success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Phani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Oct 2016 10:40:42 GMT</pubDate>
    <dc:creator>phani27</dc:creator>
    <dc:date>2016-10-27T10:40:42Z</dc:date>
    <item>
      <title>icon for multi-select not appearing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/icon-for-multi-select-not-appearing/m-p/281155#M234285</link>
      <description>Hi ,Kindly help me with an issue I have been struggling with for days on end.I have added a new action item in the "Selected Items..." menu on the document library toolbar. The action appears fine except for the icon which is not displayed.here is the code extract from share-config-custom.xml:&amp;lt;mu</description>
      <pubDate>Thu, 27 Oct 2016 10:40:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/icon-for-multi-select-not-appearing/m-p/281155#M234285</guid>
      <dc:creator>phani27</dc:creator>
      <dc:date>2016-10-27T10:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: icon for multi-select not appearing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/icon-for-multi-select-not-appearing/m-p/281156#M234286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, sorry to bother you , have you resolved this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 11:43:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/icon-for-multi-select-not-appearing/m-p/281156#M234286</guid>
      <dc:creator>AlfrescoZZZ</dc:creator>
      <dc:date>2017-10-03T11:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: icon for multi-select not appearing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/icon-for-multi-select-not-appearing/m-p/281157#M234287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case, I have a customization when I did the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;action type="action-link" id="&lt;STRONG&gt;onActionMergePdfs&lt;/STRONG&gt;" icon="merge-pdfs" label="menu.selected-items.merge-pdfs" /&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I defined a custom css file, where I have this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.toolbar .&lt;STRONG&gt;onActionMergePdfs&lt;/STRONG&gt;&lt;BR /&gt;{&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;background-image: url(actions/merge-pdfs-16.png);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, what defines the&amp;nbsp;icon is the action id and the css selector.&lt;/P&gt;&lt;P&gt;The icon file is placed into the folder called &lt;STRONG&gt;actions&lt;/STRONG&gt;, relative&amp;nbsp;to the css file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 20:10:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/icon-for-multi-select-not-appearing/m-p/281157#M234287</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2017-10-03T20:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: icon for multi-select not appearing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/icon-for-multi-select-not-appearing/m-p/281158#M234288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sorry to bother you, douglas, i must doing something wrong with your suggestion, can you share to me the paths (for extensions module) of the custom css file ? i use this piece of code for import the css . but i'm not sure is the right method:&lt;/P&gt;&lt;P&gt;the&lt;STRONG&gt; /src/main/amp/config/alfresco/web-extension/site-data/extensions/extensions-module.xml&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;.............&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;config evaluator="string-compare" condition="DocLibCustom"&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dependencies&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;js src="/org/alfresco/components/documentlibrary/custom-doclib-actions.js" /&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;&amp;lt;css src="/org/alfresco/components/toolbar/custom-toolbar.css/"&amp;gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/dependencies&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/config&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;......................................&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;so the css file must be in &lt;STRONG&gt;/src/main/amp/config/alfresco/web-extension/site-webscripts/org/alfresco/components/toolbar/custom-toolbar.css &lt;/STRONG&gt;and the image in the &lt;STRONG&gt;/src/main/resources/web/actions/merge-pdfs-16.png ?&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 07:36:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/icon-for-multi-select-not-appearing/m-p/281158#M234288</guid>
      <dc:creator>AlfrescoZZZ</dc:creator>
      <dc:date>2017-10-04T07:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: icon for multi-select not appearing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/icon-for-multi-select-not-appearing/m-p/281159#M234289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The paths you used for are&amp;nbsp;wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should have something like&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold; font-size: 14px;"&gt;/src/main/resources/META-INF/resources/org/alfresco/components/toolbar/custom-toolbar.css&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold; font-size: 14px;"&gt;&lt;EM style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold; font-size: 14px;"&gt;/src/main/resources/META-INF/resources/org/alfresco/components/toolbar/actions/merge-pdfs-16.png&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another thing to pay attention is if your dependencies section is being loaded.&lt;/P&gt;&lt;P&gt;If that is the case, you should be getting some 404 errors in the web browser console.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 18:53:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/icon-for-multi-select-not-appearing/m-p/281159#M234289</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2017-10-05T18:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: icon for multi-select not appearing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/icon-for-multi-select-not-appearing/m-p/281160#M234290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ty work like a charm now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 10:15:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/icon-for-multi-select-not-appearing/m-p/281160#M234290</guid>
      <dc:creator>AlfrescoZZZ</dc:creator>
      <dc:date>2017-10-06T10:15:49Z</dc:date>
    </item>
  </channel>
</rss>

