Ignore:
Timestamp:
Dec 9, 2012, 7:49:34 PM (11 years ago)
Author:
julien1311
Message:

add help tab in admin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Media_Icon/admin/admin_help.tpl

    r19353 r19373  
    1 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
    2 <input type="hidden" name="cmd" value="_s-xclick">
    3 <input type="hidden" name="hosted_button_id" value="H7JZMTE6MDB8U">
    4 <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.">
    5 <img alt="" border="0" src="https://www.paypalobjects.com/fr_FR/i/scr/pixel.gif" width="1" height="1">
    6 </form>
     1<p class="media_icon_help_title">
     2        {'General'|@translate}
     3</p>
     4<p class="media_icon_help_content">
     5        {'This menu allows to configure 2 types of parameters:'|@translate}
     6        <ul>
     7                <li>{'The type of icon to display. Click on submit to see changes in the result pane.'|@translate}</li>
     8                <li>{'The type of files you want to add an icon to. Uncheck a type of file to deactivate the display of the icon for this type of file. <i>Not displayed</i> is then displayed in the result pane.'|@translate}</li>
     9        </ul>
     10</p>
     11<p class="media_icon_help_title">
     12        {'Advanced options'|@translate}
     13</p>
     14<p class="media_icon_help_content">
     15        {'This menu allows to configure 2 types of parameters:'|@translate}
     16        <ul>
     17                <li>{'The corner of the thumbnail in which the icon will be displayed.'|@translate}</li>
     18                <li>{'The opacity of the icon.'|@translate}</li>
     19        </ul>
     20</p>
     21<p class="media_icon_help_title">
     22        {'Donate'|@translate}
     23</p>
     24<p class="media_icon_help_content">
     25        {'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}
     26</p>
     27<div class="media_icon_center">
     28        <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
     29                <input type="hidden" name="cmd" value="_s-xclick">
     30                <input type="hidden" name="hosted_button_id" value="H7JZMTE6MDB8U">
     31                <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.">
     32                <img alt="" border="0" src="https://www.paypalobjects.com/fr_FR/i/scr/pixel.gif" width="1" height="1">
     33        </form>
     34</div>
     35<p class="media_icon_help_title">
     36        {'Credits'|@translate}
     37</p>
     38<p class="media_icon_help_content">
     39        {''|@translate}
     40</p>
Note: See TracChangeset for help on using the changeset viewer.