source: extensions/File_Uploader/admin/admin_help.tpl @ 19472

Last change on this file since 19472 was 19472, checked in by julien1311, 11 years ago

first version

  • Property svn:eol-style set to LF
File size: 1.6 KB
Line 
1<p class="file_uploader_help_title">
2        {'Help'|@translate}
3</p>
4<p class="file_uploader_help_content">
5        {'The Upload tab allows you to upload "non picture" files to your gallerie. Fill in the form to upload and synchronize your file.'|@translate}<br />
6        {'The Configuration tab allows you to customize the plugin in two ways:'|@translate}
7</p>
8        <ul>
9                <li>{'Open pdf in a new tab'|@translate}{': Check to open pdf files in a new tab instead of downloading them.'|@translate}</li>
10                <li>{'Overwrite files without notice'|@translate}{': Check to overwrite files during upload if a file with the same name already exists.'|@translate}</li>
11        </ul>
12<p class="file_uploader_help_content">
13        {'You can use this plugin with the plugin <a href="http://fr.piwigo.org/ext/extension_view.php?eid=654">Media Icon</a> to add an icon to your "non picture" files.'|@translate}
14</p>
15<p class="file_uploader_help_title">
16        {'Donate'|@translate}
17</p>
18<p class="file_uploader_help_content">
19        {'I spent a lot of time to make this plugin works. If it is useful for you, do not hesitate a donation ;) Thank you for your generosity.'|@translate}
20</p>
21<div class="file_uploader_center">
22        <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
23                <input type="hidden" name="cmd" value="_s-xclick">
24                <input type="hidden" name="hosted_button_id" value="3LKVRW5H8ZSVE">
25                <input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
26                <img alt="" border="0" src="https://www.paypalobjects.com/fr_FR/i/scr/pixel.gif" width="1" height="1">
27        </form>
28</div>
Note: See TracBrowser for help on using the repository browser.