Sorry but i have one more question, i will ask it in this thread, if that's not a problem.
I uploaded pdf file with this code:
Code: Select all
<cms:repeatable desc='Upload the files here' label='Newsletters' name='newsletters'>
      <cms:editable
      name='newsletter'
      label='Newsletter PDF'
      type='file'/>
   </cms:repeatable>


Now how can i put a link in html to one of the these pdf files, so the pdf file would be shown in browser. For now code looks like this:
Code: Select all
<a target="_blank\" class="myButton2" href="link to pdf" title="Pnevmatike">Pnevmatike 2014</a>


EDIT:
Ah stupid me :) I just aded in href a direct link to pdf file in couch folder. Now it works.